Hello community,

here is the log from the commit of package python-jaraco.classes for 
openSUSE:Factory checked in at 2019-11-04 17:12:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jaraco.classes (Old)
 and      /work/SRC/openSUSE:Factory/.python-jaraco.classes.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jaraco.classes"

Mon Nov  4 17:12:21 2019 rev:3 rq:744007 version:2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-jaraco.classes/python-jaraco.classes.changes  
    2019-03-04 09:21:37.920587412 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.classes.new.2990/python-jaraco.classes.changes
    2019-11-04 17:12:22.808644042 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 13:44:35 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jaraco.classes.spec ++++++
--- /var/tmp/diff_new_pack.qgjPDH/_old  2019-11-04 17:12:23.832645137 +0100
+++ /var/tmp/diff_new_pack.qgjPDH/_new  2019-11-04 17:12:23.860645166 +0100
@@ -22,8 +22,7 @@
 Release:        0
 Summary:        Tools to work with classes
 License:        MIT
-Group:          Development/Languages/Python
-Url:            https://github.com/jaraco/jaraco.classes
+URL:            https://github.com/jaraco/jaraco.classes
 Source0:        
https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-%{version}.tar.gz
 BuildRequires:  %{python_module jaraco.base >= 6.1}
 BuildRequires:  %{python_module pytest}
@@ -35,7 +34,6 @@
 Requires:       python-jaraco.base >= 6.1
 Requires:       python-six
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -53,7 +51,7 @@
 # We will package the namespace __init__.py separately
 %{python_expand rm %{buildroot}%{$python_sitelib}/jaraco/__init__.py*
 rm -rf %{buildroot}%{$python_sitelib}/jaraco/__pycache__/
-%fdupes -s %{buildroot}%{$python_sitelib}
+%fdupes %{buildroot}%{$python_sitelib}
 }
 
 %check


Reply via email to