Hello community, here is the log from the commit of package python-xmlsec for openSUSE:Leap:15.2 checked in at 2020-02-21 23:53:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-xmlsec (Old) and /work/SRC/openSUSE:Leap:15.2/.python-xmlsec.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xmlsec" Fri Feb 21 23:53:15 2020 rev:4 rq:778093 version:1.3.6 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-xmlsec/python-xmlsec.changes 2020-01-15 15:54:32.263635540 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-xmlsec.new.26092/python-xmlsec.changes 2020-02-21 23:53:16.701034662 +0100 @@ -1,0 +2,5 @@ +Mon Jun 24 04:32:51 UTC 2019 - Bernhard Wiedemann <[email protected]> + +- Add reproducible.patch to sort dir entries (boo#1041090) + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xmlsec.spec ++++++ --- /var/tmp/diff_new_pack.JK1MWL/_old 2020-02-21 23:53:16.985035226 +0100 +++ /var/tmp/diff_new_pack.JK1MWL/_new 2020-02-21 23:53:16.989035235 +0100 @@ -25,6 +25,8 @@ Group: Development/Languages/Python URL: https://github.com/mehcode/python-xmlsec Source: https://github.com/mehcode/python-xmlsec/archive/%{version}.tar.gz +# PATCH-FIX-UPSTREAM https://github.com/mehcode/python-xmlsec/pull/91 +Patch0: reproducible.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module lxml >= 3.0} BuildRequires: %{python_module lxml-devel} @@ -49,6 +51,7 @@ %prep %setup -q +%patch0 -p1 %build export CFLAGS="%{optflags}" ++++++ reproducible.patch ++++++ https://github.com/mehcode/python-xmlsec/pull/91 Index: xmlsec-1.3.3/xmlsec_setupinfo.py =================================================================== --- xmlsec-1.3.3.orig/xmlsec_setupinfo.py +++ xmlsec-1.3.3/xmlsec_setupinfo.py @@ -34,7 +34,7 @@ def description(): def sources(): - return glob.glob(os.path.join(get_base_dir(), "src", "*.c")) + return sorted(glob.glob(os.path.join(get_base_dir(), "src", "*.c"))) def define_macros():
