Hello community, here is the log from the commit of package cjs for openSUSE:Factory checked in at 2020-09-28 14:29:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cjs (Old) and /work/SRC/openSUSE:Factory/.cjs.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cjs" Mon Sep 28 14:29:45 2020 rev:14 rq:838203 version:4.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cjs/cjs.changes 2020-03-17 13:10:56.525835674 +0100 +++ /work/SRC/openSUSE:Factory/.cjs.new.4249/cjs.changes 2020-09-28 14:30:44.306234742 +0200 @@ -1,0 +2,6 @@ +Sun Sep 27 13:55:38 UTC 2020 - andy great <[email protected]> + +- Update to version 4.6.0. + * Fix two broken test cases. + +------------------------------------------------------------------- Old: ---- cjs-4.4.0.tar.gz New: ---- cjs-4.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cjs.spec ++++++ --- /var/tmp/diff_new_pack.AzNqIF/_old 2020-09-28 14:30:44.974235322 +0200 +++ /var/tmp/diff_new_pack.AzNqIF/_new 2020-09-28 14:30:44.978235325 +0200 @@ -1,7 +1,7 @@ # # spec file for package cjs # -# Copyright (c) 2020 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define sover 0 %define typelib typelib-1_0-CjsPrivate-1_0 Name: cjs -Version: 4.4.0 +Version: 4.6.0 Release: 0 Summary: JavaScript module used by Cinnamon License: MIT AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) ++++++ cjs-4.4.0.tar.gz -> cjs-4.6.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cjs-4.4.0/configure.ac new/cjs-4.6.0/configure.ac --- old/cjs-4.4.0/configure.ac 2019-11-16 11:43:31.000000000 +0100 +++ new/cjs-4.6.0/configure.ac 2020-05-12 14:46:01.000000000 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. m4_define(pkg_major_version, 4) -m4_define(pkg_minor_version, 4) +m4_define(pkg_minor_version, 6) m4_define(pkg_micro_version, 0) m4_define(pkg_version, pkg_major_version.pkg_minor_version.pkg_micro_version) m4_define(pkg_int_version, (pkg_major_version * 100 + pkg_minor_version) * 100 + pkg_micro_version) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cjs-4.4.0/debian/changelog new/cjs-4.6.0/debian/changelog --- old/cjs-4.4.0/debian/changelog 2019-11-16 11:43:31.000000000 +0100 +++ new/cjs-4.6.0/debian/changelog 2020-05-12 14:46:01.000000000 +0200 @@ -1,3 +1,10 @@ +cjs (4.6.0) ulyana; urgency=medium + + [ Garry Filakhtov ] + * Fix two broken test cases + + -- Clement Lefebvre <[email protected]> Tue, 12 May 2020 13:45:37 +0100 + cjs (4.4.0) tricia; urgency=medium * 4.4.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cjs-4.4.0/installed-tests/js/testSystem.js new/cjs-4.6.0/installed-tests/js/testSystem.js --- old/cjs-4.4.0/installed-tests/js/testSystem.js 2019-11-16 11:43:31.000000000 +0100 +++ new/cjs-4.6.0/installed-tests/js/testSystem.js 2020-05-12 14:46:01.000000000 +0200 @@ -12,7 +12,7 @@ describe('System.version', function () { it('gives a plausible number', function () { expect(System.version).not.toBeLessThan(14700); - expect(System.version).toBeLessThan(40000); + expect(System.version).toBeLessThan(50000); }); }); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cjs-4.4.0/installed-tests/scripts/testCommandLine.sh new/cjs-4.6.0/installed-tests/scripts/testCommandLine.sh --- old/cjs-4.4.0/installed-tests/scripts/testCommandLine.sh 2019-11-16 11:43:31.000000000 +0100 +++ new/cjs-4.6.0/installed-tests/scripts/testCommandLine.sh 2020-05-12 14:46:01.000000000 +0200 @@ -149,7 +149,7 @@ $gjs -c 'imports.system.exit(0)' --coverage-prefix=foo --coverage-output=foo 2>&1 | grep -q 'Cjs-WARNING.*--coverage-output' report "--coverage-output after script should succeed but give a warning" rm -f foo/coverage.lcov -$gjs -c 'imports.system.exit(0)' --profile=foo 2>&1 | grep -q 'Gjs-WARNING.*--profile' +$gjs -c 'imports.system.exit(0)' --profile=foo 2>&1 | grep -q 'Cjs-WARNING.*--profile' report "--profile after script should succeed but give a warning" rm -f foo
