Hello community,

here is the log from the commit of package python-pgmagick for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:10:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pgmagick (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pgmagick.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pgmagick"

Mon Mar  9 18:10:14 2020 rev:3 rq:776909 version:0.7.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pgmagick/python-pgmagick.changes        
2020-01-15 15:51:32.663532596 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pgmagick.new.26092/python-pgmagick.changes 
    2020-03-09 18:10:15.121100799 +0100
@@ -1,0 +2,5 @@
+Mon Jun 24 09:44:27 UTC 2019 - Bernhard Wiedemann <[email protected]>
+
+- Add reproducible.patch to sort dir entries (boo#1041090)
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ python-pgmagick.spec ++++++
--- /var/tmp/diff_new_pack.1NV4p2/_old  2020-03-09 18:10:15.493101332 +0100
+++ /var/tmp/diff_new_pack.1NV4p2/_new  2020-03-09 18:10:15.493101332 +0100
@@ -26,6 +26,8 @@
 License:        MIT
 Group:          Development/Languages/Python
 Source:         
https://files.pythonhosted.org/packages/source/p/pgmagick/pgmagick-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM https://github.com/hhatto/pgmagick/pull/47
+Patch0:         reproducible.patch
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(GraphicsMagick++)
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q -n pgmagick-%{version}
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"

++++++ reproducible.patch ++++++
Index: pgmagick-0.7.4/setup.py
===================================================================
--- pgmagick-0.7.4.orig/setup.py
+++ pgmagick-0.7.4/setup.py
@@ -218,7 +218,7 @@ setup(name='pgmagick',
       packages=find_packages(),
       ext_modules=[
           Extension('pgmagick._pgmagick',
-                    sources=glob.glob('./src/*.cpp'),
+                    sources=sorted(glob.glob('./src/*.cpp')),
                     include_dirs=include_dirs,
                     library_dirs=library_dirs,
                     libraries=libraries,

Reply via email to