Hello community,

here is the log from the commit of package python-BTrees for openSUSE:Factory 
checked in at 2019-10-16 09:13:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-BTrees (Old)
 and      /work/SRC/openSUSE:Factory/.python-BTrees.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-BTrees"

Wed Oct 16 09:13:53 2019 rev:8 rq:738297 version:4.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-BTrees/python-BTrees.changes      
2019-08-06 15:11:54.523740641 +0200
+++ /work/SRC/openSUSE:Factory/.python-BTrees.new.2352/python-BTrees.changes    
2019-10-16 09:13:56.463675439 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 11:43:03 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-BTrees.spec ++++++
--- /var/tmp/diff_new_pack.8zDZbN/_old  2019-10-16 09:13:56.987674088 +0200
+++ /var/tmp/diff_new_pack.8zDZbN/_new  2019-10-16 09:13:56.987674088 +0200
@@ -23,24 +23,22 @@
 Release:        0
 Summary:        Persistent B-tree object containers for Python
 License:        ZPL-2.1
-Group:          Development/Libraries/Python
-Url:            http://www.zope.org/Products/ZODB
+URL:            http://www.zope.org/Products/ZODB
 Source:         
https://files.pythonhosted.org/packages/source/B/BTrees/BTrees-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module persistent-devel >= 4.1.0}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module zope.interface}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 # Documentation requirements:
 BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module persistent-devel >= 4.1.0}
 BuildRequires:  %{python_module repoze.sphinx.autointerface}
+BuildRequires:  %{python_module setuptools}
 # Testing requirements:
 BuildRequires:  %{python_module transaction}
+BuildRequires:  %{python_module zope.interface}
 BuildRequires:  %{python_module zope.testrunner}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-persistent >= 4.1.0
 Requires:       python-zope.interface
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -55,7 +53,6 @@
 
 %package        devel
 Summary:        Development files for the python-BTrees module
-Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 
 %description    devel
@@ -63,7 +60,6 @@
 
 %package        doc
 Summary:        Documentation for the python-BTrees module
-Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
 
 %description    doc
@@ -76,30 +72,27 @@
 %build
 %python_build
 %{_python_use_flavor python3}
-%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 %python_install
 %{python_expand rm %{buildroot}%{$python_sitearch}/BTrees/*.c
-  %fdupes -s %{buildroot}%{$python_sitearch}
+  %fdupes %{buildroot}%{$python_sitearch}
 }
 
 %check
 %python_exec setup.py -q test
 
 %files %{python_files}
-%defattr(-,root,root)
 %doc CHANGES.rst README.rst PKG-INFO
 %license COPYRIGHT.txt LICENSE.txt
 %exclude %{python_sitearch}/BTrees/*.h
 %{python_sitearch}/*
 
 %files %{python_files devel}
-%defattr(-,root,root,-)
 %{python_sitearch}/BTrees/*.h
 
 %files %{python_files doc}
-%defattr(-,root,root,-)
 %doc build/sphinx/html/
 
 %changelog


Reply via email to