Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2017-11-30 12:35:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and      /work/SRC/openSUSE:Factory/.python-sip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sip"

Thu Nov 30 12:35:01 2017 rev:95 rq:544563 version:4.19.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes    2017-09-04 
12:28:26.026063187 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes       
2017-11-30 12:35:02.372501984 +0100
@@ -1,0 +2,5 @@
+Wed Nov 15 14:11:50 UTC 2017 - [email protected]
+
+- fix have_python conditions
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sip.spec ++++++
--- /var/tmp/diff_new_pack.AAJiX3/_old  2017-11-30 12:35:04.188435954 +0100
+++ /var/tmp/diff_new_pack.AAJiX3/_new  2017-11-30 12:35:04.192435809 +0100
@@ -145,14 +145,14 @@
 
 echo "%%python_sip_api_ver %{python_sip_api}" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.python_all-sip
 
-%if 0%{have_python2}
+%if 0%{?have_python2}
 echo "%%requires_python2_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python2_prefix}-sip
 echo "%%requires_python_sip_api Requires: %{python2_prefix}-sip(api) = 
%%python_sip_api_ver" >> 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python2_prefix}-sip
 
 %py_compile %{buildroot}%{python2_sitearch}
 %endif
 
-%if 0%{have_python3}
+%if 0%{?have_python3}
 echo "%%requires_python3_sip_api Requires: %{python3_prefix}-sip(api) = 
%%python_sip_api_ver" > 
%{buildroot}/%{_sysconfdir}/rpm/macros.%{python3_prefix}-sip
 
 %py3_compile %{buildroot}%{python3_sitearch}


Reply via email to