Hello community,

here is the log from the commit of package php7-pear for openSUSE:Factory 
checked in at 2020-03-03 10:14:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-pear (Old)
 and      /work/SRC/openSUSE:Factory/.php7-pear.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-pear"

Tue Mar  3 10:14:13 2020 rev:3 rq:780364 version:1.10.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-pear/php7-pear.changes      2019-12-09 
21:34:37.838112159 +0100
+++ /work/SRC/openSUSE:Factory/.php7-pear.new.26092/php7-pear.changes   
2020-03-03 10:14:18.154409812 +0100
@@ -1,0 +2,5 @@
+Fri Feb 28 08:33:14 UTC 2020 - Arjen de Korte <[email protected]>
+
+- Sort contents of .filemap to make build reproducible
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php7-pear.spec ++++++
--- /var/tmp/diff_new_pack.xsdCjR/_old  2020-03-03 10:14:19.734413081 +0100
+++ /var/tmp/diff_new_pack.xsdCjR/_new  2020-03-03 10:14:19.734413081 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php7-pear
 #
-# Copyright (c) 2019 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
@@ -98,6 +98,13 @@
        --metadata %{metadir} \
        --www      %{peardir}/htdocs
 
+php -r '$filemap = 
unserialize(file_get_contents("%{buildroot}%{metadir}/.filemap"));
+       ksort($filemap);
+       foreach($filemap as &$value) {
+               ksort($value);
+       }
+       file_put_contents("%{buildroot}%{metadir}/.filemap", 
serialize($filemap));'
+
 pushd %{buildroot}%{peardir}
 patch -p1 < %{PATCH0}
 popd





Reply via email to