--- /srv/reproducible-results/rbuild-debian/r-b-build.Xp2HcLds/b1/requirejs_2.3.6+ds-1_arm64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.Xp2HcLds/b2/requirejs_2.3.6+ds-1_arm64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ b92db3dabc424a02ff722a318e565f5a 196352 javascript optional libjs-requirejs_2.3.6+ds-1_all.deb │ - 416b983c624c89e18e2065489363734c 197168 javascript optional node-requirejs_2.3.6+ds-1_all.deb │ + 0bd45a804c840501331ee4d1b736fa23 197168 javascript optional node-requirejs_2.3.6+ds-1_all.deb ├── node-requirejs_2.3.6+ds-1_all.deb │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/nodejs/requirejs/bin/r.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ │ /** │ │ │ │ │ - * @license r.js 2.3.6 Fri, 07 Feb 2025 23:11:42 GMT Copyright jQuery Foundation and other contributors. │ │ │ │ │ + * @license r.js 2.3.6 Fri, 07 Feb 2025 23:12:10 GMT Copyright jQuery Foundation and other contributors. │ │ │ │ │ * Released under MIT license, http://github.com/requirejs/r.js/LICENSE │ │ │ │ │ */ │ │ │ │ │ │ │ │ │ │ /* │ │ │ │ │ * This is a bootstrap script to allow running RequireJS in the command line │ │ │ │ │ * in either a Java/Rhino or Node environment. It is modified by the top-level │ │ │ │ │ * dist.js file to inject other files to completely enable this file. It is │ │ │ │ │ @@ -15,15 +15,15 @@ │ │ │ │ │ console: false, java: false, module: false, requirejsVars, navigator, │ │ │ │ │ document, importScripts, self, location, Components, FileUtils */ │ │ │ │ │ │ │ │ │ │ var requirejs, require, define, xpcUtil; │ │ │ │ │ (function(console, args, readFileFunc) { │ │ │ │ │ var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire, │ │ │ │ │ nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode, Cc, Ci, │ │ │ │ │ - version = '2.3.6 Fri, 07 Feb 2025 23:11:42 GMT', │ │ │ │ │ + version = '2.3.6 Fri, 07 Feb 2025 23:12:10 GMT', │ │ │ │ │ jsSuffixRegExp = /\.js$/, │ │ │ │ │ commandOption = '', │ │ │ │ │ useLibLoaded = {}, │ │ │ │ │ //Used by jslib/rhino/args.js │ │ │ │ │ rhinoArgs = args, │ │ │ │ │ //Used by jslib/xpconnect/args.js │ │ │ │ │ xpconnectArgs = args,