Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package diffoscope for openSUSE:Factory checked in at 2021-08-06 22:44:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/diffoscope (Old) and /work/SRC/openSUSE:Factory/.diffoscope.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "diffoscope" Fri Aug 6 22:44:57 2021 rev:14 rq:910469 version:179 Changes: -------- --- /work/SRC/openSUSE:Factory/diffoscope/diffoscope.changes 2021-07-25 20:09:25.247433156 +0200 +++ /work/SRC/openSUSE:Factory/.diffoscope.new.1899/diffoscope.changes 2021-08-06 22:45:34.165986660 +0200 @@ -1,0 +2,8 @@ +Fri Jul 30 08:18:51 UTC 2021 - Sebastian Wagner <[email protected]> + +- update to version 179: + - Ensure that various LLVM tools are installed, even when testing whether + a MacOS binary has zero differences when compared to itself. + (Closes: reproducible-builds/diffoscope#270) + +------------------------------------------------------------------- Old: ---- diffoscope-178.tar.bz2 diffoscope-178.tar.bz2.asc New: ---- diffoscope-179.tar.bz2 diffoscope-179.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ diffoscope.spec ++++++ --- /var/tmp/diff_new_pack.iu44e5/_old 2021-08-06 22:45:34.641985816 +0200 +++ /var/tmp/diff_new_pack.iu44e5/_new 2021-08-06 22:45:34.641985816 +0200 @@ -17,7 +17,7 @@ Name: diffoscope -Version: 178 +Version: 179 Release: 0 Summary: In-depth comparison of files, archives, and directories License: GPL-3.0-or-later @@ -135,8 +135,7 @@ %check # test_identification https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/98 -# test_obj_no_differences https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/270 -py.test-%{python3_bin_suffix} -k 'not test_identification and not test_obj_no_differences' +py.test-%{python3_bin_suffix} -k 'not test_identification' %files %doc README.rst ++++++ diffoscope-178.tar.bz2 -> diffoscope-179.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/debian/changelog new/diffoscope-179/debian/changelog --- old/diffoscope-178/debian/changelog 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/debian/changelog 2021-07-30 10:05:04.000000000 +0200 @@ -1,3 +1,11 @@ +diffoscope (179) unstable; urgency=medium + + * Ensure that various LLVM tools are installed, even when testing whether + a MacOS binary has zero differences when compared to itself. + (Closes: reproducible-builds/diffoscope#270) + + -- Chris Lamb <[email protected]> Fri, 30 Jul 2021 09:05:01 +0100 + diffoscope (178) unstable; urgency=medium [ Chris Lamb ] @@ -21,6 +29,7 @@ [ Mattia Rizzolo ] * Invoke gzip(1) with the short option variants to support Busybox's gzip. + (Closes: reproducible-builds/diffoscope#268) -- Chris Lamb <[email protected]> Fri, 16 Jul 2021 15:37:59 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/__init__.py new/diffoscope-179/diffoscope/__init__.py --- old/diffoscope-178/diffoscope/__init__.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/__init__.py 2021-07-30 10:05:04.000000000 +0200 @@ -17,4 +17,4 @@ # You should have received a copy of the GNU General Public License # along with diffoscope. If not, see <https://www.gnu.org/licenses/>. -VERSION = "178" +VERSION = "179" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/comparators/android.py new/diffoscope-179/diffoscope/comparators/android.py --- old/diffoscope-178/diffoscope/comparators/android.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/comparators/android.py 2021-07-30 10:05:04.000000000 +0200 @@ -1,7 +1,7 @@ # # diffoscope: in-depth comparison of files, archives, and directories # -# Copyright ?? 2017-2020 Chris Lamb <[email protected]> +# Copyright ?? 2017-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/comparators/fsimage.py new/diffoscope-179/diffoscope/comparators/fsimage.py --- old/diffoscope-178/diffoscope/comparators/fsimage.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/comparators/fsimage.py 2021-07-30 10:05:04.000000000 +0200 @@ -2,7 +2,7 @@ # diffoscope: in-depth comparison of files, archives, and directories # # Copyright ?? 2015 Reiner Herrmann <[email protected]> -# Copyright ?? 2016-2020 Chris Lamb <[email protected]> +# Copyright ?? 2016-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/comparators/pdf.py new/diffoscope-179/diffoscope/comparators/pdf.py --- old/diffoscope-178/diffoscope/comparators/pdf.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/comparators/pdf.py 2021-07-30 10:05:04.000000000 +0200 @@ -2,7 +2,7 @@ # diffoscope: in-depth comparison of files, archives, and directories # # Copyright ?? 2014-2015 J??r??my Bobbio <[email protected]> -# Copyright ?? 2015-2016, 2018-2020 Chris Lamb <[email protected]> +# Copyright ?? 2015-2016, 2018-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/comparators/pgp.py new/diffoscope-179/diffoscope/comparators/pgp.py --- old/diffoscope-178/diffoscope/comparators/pgp.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/comparators/pgp.py 2021-07-30 10:05:04.000000000 +0200 @@ -1,7 +1,7 @@ # # diffoscope: in-depth comparison of files, archives, and directories # -# Copyright ?? 2017-2020 Chris Lamb <[email protected]> +# Copyright ?? 2017-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/comparators/rdata.py new/diffoscope-179/diffoscope/comparators/rdata.py --- old/diffoscope-178/diffoscope/comparators/rdata.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/comparators/rdata.py 2021-07-30 10:05:04.000000000 +0200 @@ -2,7 +2,7 @@ # diffoscope: in-depth comparison of files, archives, and directories # # Copyright ?? 2017 Ximin Luo <[email protected]> -# Copyright ?? 2017-2020 Chris Lamb <[email protected]> +# Copyright ?? 2017-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/comparators/rpm.py new/diffoscope-179/diffoscope/comparators/rpm.py --- old/diffoscope-178/diffoscope/comparators/rpm.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/comparators/rpm.py 2021-07-30 10:05:04.000000000 +0200 @@ -3,7 +3,7 @@ # # Copyright ?? 2015 Reiner Herrmann <[email protected]> # Copyright ?? 2015 J??r??my Bobbio <[email protected]> -# Copyright ?? 2015-2020 Chris Lamb <[email protected]> +# Copyright ?? 2015-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/comparators/squashfs.py new/diffoscope-179/diffoscope/comparators/squashfs.py --- old/diffoscope-178/diffoscope/comparators/squashfs.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/comparators/squashfs.py 2021-07-30 10:05:04.000000000 +0200 @@ -3,7 +3,7 @@ # # Copyright ?? 2015 Reiner Herrmann <[email protected]> # Copyright ?? 2015 J??r??my Bobbio <[email protected]> -# Copyright ?? 2015-2020 Chris Lamb <[email protected]> +# Copyright ?? 2015-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/comparators/utils/archive.py new/diffoscope-179/diffoscope/comparators/utils/archive.py --- old/diffoscope-178/diffoscope/comparators/utils/archive.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/comparators/utils/archive.py 2021-07-30 10:05:04.000000000 +0200 @@ -1,7 +1,7 @@ # # diffoscope: in-depth comparison of files, archives, and directories # -# Copyright ?? 2016-2020 Chris Lamb <[email protected]> +# Copyright ?? 2016-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/comparators/utils/libarchive.py new/diffoscope-179/diffoscope/comparators/utils/libarchive.py --- old/diffoscope-178/diffoscope/comparators/utils/libarchive.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/comparators/utils/libarchive.py 2021-07-30 10:05:04.000000000 +0200 @@ -2,7 +2,7 @@ # diffoscope: in-depth comparison of files, archives, and directories # # Copyright ?? 2015 J??r??my Bobbio <[email protected]> -# Copyright ?? 2016-2020 Chris Lamb <[email protected]> +# Copyright ?? 2016-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/comparators/zip.py new/diffoscope-179/diffoscope/comparators/zip.py --- old/diffoscope-178/diffoscope/comparators/zip.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/comparators/zip.py 2021-07-30 10:05:04.000000000 +0200 @@ -2,7 +2,7 @@ # diffoscope: in-depth comparison of files, archives, and directories # # Copyright ?? 2014-2015 J??r??my Bobbio <[email protected]> -# Copyright ?? 2015-2020 Chris Lamb <[email protected]> +# Copyright ?? 2015-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/diff.py new/diffoscope-179/diffoscope/diff.py --- old/diffoscope-178/diffoscope/diff.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/diff.py 2021-07-30 10:05:04.000000000 +0200 @@ -2,7 +2,7 @@ # diffoscope: in-depth comparison of files, archives, and directories # # Copyright ?? 2014-2015 J??r??my Bobbio <[email protected]> -# Copyright ?? 2017-2020 Chris Lamb <[email protected]> +# Copyright ?? 2017-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/environ.py new/diffoscope-179/diffoscope/environ.py --- old/diffoscope-178/diffoscope/environ.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/environ.py 2021-07-30 10:05:04.000000000 +0200 @@ -1,7 +1,7 @@ # # diffoscope: in-depth comparison of files, archives, and directories # -# Copyright ?? 2020 Chris Lamb <[email protected]> +# Copyright ?? 2020-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/presenters/html/html.py new/diffoscope-179/diffoscope/presenters/html/html.py --- old/diffoscope-178/diffoscope/presenters/html/html.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/presenters/html/html.py 2021-07-30 10:05:04.000000000 +0200 @@ -7,7 +7,7 @@ # Copyright ?? 2012 Alan De Smet <[email protected]> # Copyright ?? 2012 Sergey Satskiy <[email protected]> # Copyright ?? 2012 scito <[email protected]> -# Copyright ?? 2017-2020 Chris Lamb <[email protected]> +# Copyright ?? 2017-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/diffoscope/presenters/html/templates.py new/diffoscope-179/diffoscope/presenters/html/templates.py --- old/diffoscope-178/diffoscope/presenters/html/templates.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/diffoscope/presenters/html/templates.py 2021-07-30 10:05:04.000000000 +0200 @@ -1,7 +1,7 @@ # # diffoscope: in-depth comparison of files, archives, and directories # -# Copyright ?? 2017, 2019-2020 Chris Lamb <[email protected]> +# Copyright ?? 2017, 2019-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/tests/comparators/test_elf.py new/diffoscope-179/tests/comparators/test_elf.py --- old/diffoscope-178/tests/comparators/test_elf.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/tests/comparators/test_elf.py 2021-07-30 10:05:04.000000000 +0200 @@ -2,7 +2,7 @@ # diffoscope: in-depth comparison of files, archives, and directories # # Copyright ?? 2015 J??r??my Bobbio <[email protected]> -# Copyright ?? 2015-2020 Chris Lamb <[email protected]> +# Copyright ?? 2015-2021 Chris Lamb <[email protected]> # Copyright ?? 2021 Jean-Romain Garnier <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/tests/comparators/test_macho.py new/diffoscope-179/tests/comparators/test_macho.py --- old/diffoscope-178/tests/comparators/test_macho.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/tests/comparators/test_macho.py 2021-07-30 10:05:04.000000000 +0200 @@ -3,7 +3,7 @@ # # Copyright ?? 2015 J??r??my Bobbio <[email protected]> # Copyright ?? 2015 Clemens Lang <[email protected]> -# Copyright ?? 2016-2020 Chris Lamb <[email protected]> +# Copyright ?? 2016-2021 Chris Lamb <[email protected]> # Copyright ?? 2021 Jean-Romain Garnier <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify @@ -44,6 +44,7 @@ assert isinstance(obj1, MachoFile) +@skip_unless_tools_exist("llvm-readobj", "llvm-objdump") def test_obj_no_differences(obj1): difference = obj1.compare(obj1) assert difference is None diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/tests/comparators/test_pdf.py new/diffoscope-179/tests/comparators/test_pdf.py --- old/diffoscope-178/tests/comparators/test_pdf.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/tests/comparators/test_pdf.py 2021-07-30 10:05:04.000000000 +0200 @@ -2,7 +2,7 @@ # diffoscope: in-depth comparison of files, archives, and directories # # Copyright ?? 2015 J??r??my Bobbio <[email protected]> -# Copyright ?? 2015-2018, 2020 Chris Lamb <[email protected]> +# Copyright ?? 2015-2018, 2020-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/diffoscope-178/tests/comparators/test_rpm.py new/diffoscope-179/tests/comparators/test_rpm.py --- old/diffoscope-178/tests/comparators/test_rpm.py 2021-07-16 16:38:03.000000000 +0200 +++ new/diffoscope-179/tests/comparators/test_rpm.py 2021-07-30 10:05:04.000000000 +0200 @@ -2,7 +2,7 @@ # diffoscope: in-depth comparison of files, archives, and directories # # Copyright ?? 2015 J??r??my Bobbio <[email protected]> -# Copyright ?? 2015-2017, 2019-2020 Chris Lamb <[email protected]> +# Copyright ?? 2015-2017, 2019-2021 Chris Lamb <[email protected]> # # diffoscope is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by
