Hello community,

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

Package is "python-sip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes    2014-01-10 
21:22:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes       
2014-01-23 15:54:47.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 19:39:07 UTC 2014 - [email protected]
+
+- Fix SNAFU in preun scriptlet (missing spaces)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2014-01-10 
21:22:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes      
2014-01-23 15:54:47.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 19:39:29 UTC 2014 - [email protected]
+
+- Fix SNAFU in preun scriptlet (missing spaces)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sip.spec ++++++
--- /var/tmp/diff_new_pack.7q02qJ/_old  2014-01-23 15:54:47.000000000 +0100
+++ /var/tmp/diff_new_pack.7q02qJ/_new  2014-01-23 15:54:47.000000000 +0100
@@ -105,7 +105,7 @@
 
 %preun devel
 
-if ["$1" = 0] ; then
+if [ "$1" = 0 ] ; then
     update-alternatives --remove sip %{_bindir}/sip-%{py_ver}
 fi
 

++++++ python3-sip.spec ++++++
--- /var/tmp/diff_new_pack.7q02qJ/_old  2014-01-23 15:54:48.000000000 +0100
+++ /var/tmp/diff_new_pack.7q02qJ/_new  2014-01-23 15:54:48.000000000 +0100
@@ -109,7 +109,7 @@
 
 %preun devel
 
-if ["$1" = 0] ; then
+if [ "$1" = 0 ] ; then
     update-alternatives --remove sip %{_bindir}/sip-%{py3_ver}
 fi
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to