Hello community,

here is the log from the commit of package python-concurrentloghandler for 
openSUSE:Factory checked in at 2016-08-03 11:42:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-concurrentloghandler (Old)
 and      /work/SRC/openSUSE:Factory/.python-concurrentloghandler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-concurrentloghandler"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-concurrentloghandler/python-concurrentloghandler.changes
  2013-09-27 18:00:20.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-concurrentloghandler.new/python-concurrentloghandler.changes
     2016-08-03 11:42:45.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Jul 20 17:05:26 UTC 2016 - [email protected]
+
+- Fix build (boo#985412):
+  * Use --record-rpm instead of --record for listing files
+    installed with setup.py
+  * Fix ConcurrentLogHandler-0.9.1-testpath.patch: py files were
+    not installed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-concurrentloghandler.spec ++++++
--- /var/tmp/diff_new_pack.4FhfTS/_old  2016-08-03 11:42:46.000000000 +0200
+++ /var/tmp/diff_new_pack.4FhfTS/_new  2016-08-03 11:42:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-concurrentloghandler
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -20,11 +20,11 @@
 
 Name:           python-concurrentloghandler
 Version:        0.9.1
-Release:        1
+Release:        0
 Summary:        Concurrent logging handler
-Url:            http://pypi.python.org/pypi/ConcurrentLogHandler
 License:        Apache-2.0
 Group:          Development/Libraries/Python
+Url:            http://pypi.python.org/pypi/ConcurrentLogHandler
 Source:         
https://pypi.python.org/packages/source/C/ConcurrentLogHandler/%{modname}-%{version}.tar.gz
 Patch0:         %modname-0.9.1-testpath.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -51,7 +51,7 @@
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--install-data=%_defaultdocdir/%name --record=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--install-data=%_defaultdocdir/%name --record-rpm=INSTALLED_FILES
 
 %files -f INSTALLED_FILES
 %defattr(-,root,root)

++++++ ConcurrentLogHandler-0.9.1-testpath.patch ++++++
--- /var/tmp/diff_new_pack.4FhfTS/_old  2016-08-03 11:42:46.000000000 +0200
+++ /var/tmp/diff_new_pack.4FhfTS/_new  2016-08-03 11:42:46.000000000 +0200
@@ -1,10 +1,9 @@
 --- setup.py
 +++ setup.py
-@@ -261,14 +261,7 @@
-         "cloghandler",
+@@ -262,13 +262,7 @@ setup(name='ConcurrentLogHandler',
          "portalocker",
          ],
--      package_dir={ '' : 'src', },
+       package_dir={ '' : 'src', },
 -      data_files=[
 -        ('tests', ["stresstest.py"]),
 -        ('docs', [
@@ -12,7 +11,7 @@
 -            'LICENSE',
 -            ]),
 -      ],
-+      data_files=[ ],
++      data_files=[],
        url="http://launchpad.net/python-concurrent-log-handler";,
        license = "http://www.apache.org/licenses/LICENSE-2.0";,
        description=doc.pop(0),


Reply via email to