Hello community,

here is the log from the commit of package python3-six for openSUSE:Factory 
checked in at 2016-01-30 11:31:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-six (Old)
 and      /work/SRC/openSUSE:Factory/.python3-six.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-six"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-six/python3-six.changes  2016-01-23 
01:04:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-six.new/python3-six.changes     
2016-01-30 11:31:31.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan 28 11:06:19 UTC 2016 - tchva...@suse.com
+
+- Fix issue with directory -> folder cpio error
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-six-doc.spec ++++++
--- /var/tmp/diff_new_pack.3JPvLg/_old  2016-01-30 11:31:32.000000000 +0100
+++ /var/tmp/diff_new_pack.3JPvLg/_new  2016-01-30 11:31:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-six-doc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ python3-six.spec ++++++
--- /var/tmp/diff_new_pack.3JPvLg/_old  2016-01-30 11:31:32.000000000 +0100
+++ /var/tmp/diff_new_pack.3JPvLg/_new  2016-01-30 11:31:32.000000000 +0100
@@ -50,6 +50,14 @@
 # %check
 # python3 test_six.py
 
+%pre
+# previous versions of the package installed .egg-info as a directory,
+# the new update now installs it as a file. Clean out the directory, should it
+# exist.
+if [ -d %{python3_sitelib}/six-%{version}-py%{py3_ver}.egg-info ]; then
+  rm -rf %{python3_sitelib}/six-%{version}-py%{py3_ver}.egg-info
+fi
+
 %files
 %defattr(-,root,root)
 %doc LICENSE README


Reply via email to