Hello community,

here is the log from the commit of package python-libnacl for openSUSE:Factory 
checked in at 2016-04-14 13:08:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libnacl (Old)
 and      /work/SRC/openSUSE:Factory/.python-libnacl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-libnacl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-libnacl/python-libnacl.changes    
2016-01-20 09:54:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-libnacl.new/python-libnacl.changes       
2016-04-14 13:08:40.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 13 17:36:30 UTC 2016 - [email protected]
+
+- Add conditional pkgconfig(libsodium) BuildRequires for all
+  openSUSE versions newer than 13.1.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-libnacl.spec ++++++
--- /var/tmp/diff_new_pack.g4NC7H/_old  2016-04-14 13:08:40.000000000 +0200
+++ /var/tmp/diff_new_pack.g4NC7H/_new  2016-04-14 13:08:41.000000000 +0200
@@ -33,7 +33,11 @@
 BuildRequires:  python-setuptools
 # libnacl/__init__.py only looks for sonames 17, 13, 10, 5, 4
 # plus 18 with Patch0
+%if 0%{?suse_version} >= 1310 
+BuildRequires:  pkgconfig(libsodium)
+%else
 BuildRequires:  libsodium-devel <= 1.0.8
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 # make sure we require the libsodium version we were built with


Reply via email to