Hello community,

here is the log from the commit of package python-xxhash for openSUSE:Factory 
checked in at 2019-09-09 12:34:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xxhash (Old)
 and      /work/SRC/openSUSE:Factory/.python-xxhash.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xxhash"

Mon Sep  9 12:34:14 2019 rev:4 rq:729092 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xxhash/python-xxhash.changes      
2019-09-04 09:10:04.726982046 +0200
+++ /work/SRC/openSUSE:Factory/.python-xxhash.new.7948/python-xxhash.changes    
2019-09-09 12:34:17.553483047 +0200
@@ -1,0 +2,6 @@
+Sat Sep  7 09:57:27 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Link against system libxxhash
+- Fix Leap 15 build errors
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-xxhash.spec ++++++
--- /var/tmp/diff_new_pack.Sh6muN/_old  2019-09-09 12:34:18.213482939 +0200
+++ /var/tmp/diff_new_pack.Sh6muN/_new  2019-09-09 12:34:18.217482938 +0200
@@ -29,7 +29,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
+BuildRequires:  xxhash-devel
 # SECTION test requirements
 BuildRequires:  %{python_module nose > 1.3.0}
 # /SECTION
@@ -43,13 +43,19 @@
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
+export LANG=en_US.UTF-8
+export XXHASH_LINK_SO=1
 %python_build
 
 %install
+export LANG=en_US.UTF-8
+export XXHASH_LINK_SO=1
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
+export LANG=en_US.UTF-8
+export XXHASH_LINK_SO=1
 %python_exec setup.py test
 
 %files %{python_files}


Reply via email to