Hello community, here is the log from the commit of package python-discid for openSUSE:Factory checked in at 2016-07-24 19:50:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-discid (Old) and /work/SRC/openSUSE:Factory/.python-discid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-discid" Changes: -------- --- /work/SRC/openSUSE:Factory/python-discid/python-discid.changes 2016-07-12 23:51:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-discid.new/python-discid.changes 2016-07-24 19:52:04.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jul 4 22:03:10 UTC 2016 - [email protected] + +- Request libdiscid0 since the code looks for exactly .so.0. +- Remove redundant %clean section. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-discid.spec ++++++ --- /var/tmp/diff_new_pack.3hw1wM/_old 2016-07-24 19:52:06.000000000 +0200 +++ /var/tmp/diff_new_pack.3hw1wM/_new 2016-07-24 19:52:06.000000000 +0200 @@ -1,6 +1,7 @@ # # spec file for package python-discid # +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 Johannes Dewender <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -11,9 +12,12 @@ # case the license is the MIT License). An "Open Source License" is a # 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/ # + + +# %define modname discid Name: python-%{modname} @@ -25,8 +29,8 @@ Url: https://python-discid.readthedocs.org/ Source: http://pypi.python.org/packages/source/d/%{modname}/%{modname}-%{version}.tar.gz # no automatic requires since libdiscid is not linked -Requires: libdiscid >= 0.2.2 -BuildRequires: libdiscid >= 0.2.2 +Requires: libdiscid0 >= 0.2.2 +BuildRequires: libdiscid0 >= 0.2.2 BuildRequires: python-devel >= 2.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -56,9 +60,6 @@ python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES chmod a-x examples.py -%clean -rm -rf $RPM_BUILD_ROOT - %files -f INSTALLED_FILES %defattr(-,root,root) %dir %{python_sitelib}/*
