--- /srv/reproducible-results/rbuild-debian/r-b-build.ckMxaSk4/b1/requirejs_2.3.6+ds-1_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.ckMxaSk4/b2/requirejs_2.3.6+ds-1_amd64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ b92db3dabc424a02ff722a318e565f5a 196352 javascript optional libjs-requirejs_2.3.6+ds-1_all.deb │ - 47699b42502d1928b8247509e4adacd7 197180 javascript optional node-requirejs_2.3.6+ds-1_all.deb │ + 4702516d4a84235d08c8863fa14b69f9 197156 javascript optional node-requirejs_2.3.6+ds-1_all.deb ├── node-requirejs_2.3.6+ds-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2020-11-22 08:50:58.000000 debian-binary │ │ -rw-r--r-- 0 0 0 1480 2020-11-22 08:50:58.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 195508 2020-11-22 08:50:58.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 195484 2020-11-22 08:50:58.000000 data.tar.xz │ ├── 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 Mon, 10 Feb 2025 11:47:43 GMT Copyright jQuery Foundation and other contributors. │ │ │ │ │ + * @license r.js 2.3.6 Tue, 09 Jan 2024 05:26:44 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 Mon, 10 Feb 2025 11:47:43 GMT', │ │ │ │ │ + version = '2.3.6 Tue, 09 Jan 2024 05:26:44 GMT', │ │ │ │ │ jsSuffixRegExp = /\.js$/, │ │ │ │ │ commandOption = '', │ │ │ │ │ useLibLoaded = {}, │ │ │ │ │ //Used by jslib/rhino/args.js │ │ │ │ │ rhinoArgs = args, │ │ │ │ │ //Used by jslib/xpconnect/args.js │ │ │ │ │ xpconnectArgs = args,