Hello community,

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

Package is "python-tagpy"

Wed Oct 16 09:16:09 2019 rev:10 rq:738405 version:2013.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tagpy/python-tagpy.changes        
2017-06-08 15:03:24.419603472 +0200
+++ /work/SRC/openSUSE:Factory/.python-tagpy.new.2352/python-tagpy.changes      
2019-10-16 09:16:09.307333066 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 14:44:21 UTC 2019 - Matej Cepl <mc...@suse.com>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tagpy.spec ++++++
--- /var/tmp/diff_new_pack.gCtsVb/_old  2019-10-16 09:16:10.391330272 +0200
+++ /var/tmp/diff_new_pack.gCtsVb/_new  2019-10-16 09:16:10.407330231 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tagpy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,8 +23,7 @@
 Release:        0
 Summary:        Python Bindings for TagLib
 License:        MIT
-Group:          Development/Libraries/Python
-Url:            https://mathema.tician.de/software/tagpy
+URL:            https://mathema.tician.de/software/tagpy
 Source:         
https://files.pythonhosted.org/packages/source/t/tagpy/tagpy-%{version}.tar.gz
 Patch1:         python-tagpy-no_sleep.patch
 Patch2:         python-tagpy-remove_ccopt.patch
@@ -33,11 +32,6 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  autoconf
 BuildRequires:  automake
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_python-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
@@ -47,7 +41,11 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 BuildRequires:  update-desktop-files
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_python-devel
+%else
+BuildRequires:  boost-devel
+%endif
 %python_subpackages
 
 %description
@@ -81,11 +79,10 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitearch}
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{python_sitearch}/_tagpy*.so
 %{python_sitearch}/tagpy/
 %{python_sitearch}/tagpy-%{version}-py%{python_version}.egg-info/


Reply via email to