Hello community, here is the log from the commit of package nulloy for openSUSE:Factory checked in at 2019-11-07 23:19:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nulloy (Old) and /work/SRC/openSUSE:Factory/.nulloy.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nulloy" Thu Nov 7 23:19:58 2019 rev:9 rq:746150 version:0.8.2.pre61qt5 Changes: -------- --- /work/SRC/openSUSE:Factory/nulloy/nulloy.changes 2019-09-17 13:39:44.937820475 +0200 +++ /work/SRC/openSUSE:Factory/.nulloy.new.2990/nulloy.changes 2019-11-07 23:20:09.812770452 +0100 @@ -1,0 +2,5 @@ +Wed Nov 6 14:56:49 UTC 2019 - Bernhard Wiedemann <[email protected]> + +- Add reproducible.patch to make zip timestamps reproducible (boo#1134568) + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nulloy.spec ++++++ --- /var/tmp/diff_new_pack.Kd2ZAQ/_old 2019-11-07 23:20:10.768771478 +0100 +++ /var/tmp/diff_new_pack.Kd2ZAQ/_new 2019-11-07 23:20:10.776771486 +0100 @@ -29,6 +29,7 @@ Patch0: 0001-configurable-library-directory.patch Patch1: 0001-vlc-phonon-plugins-update.patch Patch2: 0001-pkg_check_lib-fix.patch +Patch3: reproducible.patch BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: libQt5Gui-private-headers-devel ++++++ reproducible.patch ++++++ https://github.com/nulloy/nulloy/pull/149 commit c6d8e5cf2774da57be2fe02aca3f004be0be7744 Author: Bernhard M. Wiedemann <[email protected]> Date: Thu May 9 12:28:07 2019 +0200 skins: Do not save extra file attributes in .zip to make it easier to make a reproducible build See https://reproducible-builds.org/ for why this is good. Index: nulloy-0.8.2/src/skins/skins.pri =================================================================== --- nulloy-0.8.2.orig/src/skins/skins.pri +++ nulloy-0.8.2/src/skins/skins.pri @@ -4,7 +4,7 @@ win32:SKIN_DEST_DIR = $$SRC_DIR/../Skins system($$QMAKE_MKDIR $$fixSlashes($$SKIN_DEST_DIR)) unix { - ZIP_ADD_CMD = zip -j + ZIP_ADD_CMD = zip -j -X ZIP_DEL_CMD = zip -d } win32 {
