Hello community, here is the log from the commit of package libdiscid for openSUSE:Factory checked in at 2016-07-18 21:18:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdiscid (Old) and /work/SRC/openSUSE:Factory/.libdiscid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdiscid" Changes: -------- --- /work/SRC/openSUSE:Factory/libdiscid/libdiscid.changes 2015-02-20 12:00:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libdiscid.new/libdiscid.changes 2016-07-18 21:18:52.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jul 4 21:53:59 UTC 2016 - [email protected] + +- Remove useless --with-pic (it's for unbuilt static libs). + Remove redundant %clean. +- Remove nonsense provide, it is not requested by debuginfo. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdiscid.spec ++++++ --- /var/tmp/diff_new_pack.armW6C/_old 2016-07-18 21:18:53.000000000 +0200 +++ /var/tmp/diff_new_pack.armW6C/_new 2016-07-18 21:18:53.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libdiscid # -# Copyright (c) 2015 SUSE LINUX 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 @@ -46,8 +46,6 @@ %package -n %{libname} Summary: Library for gathering DiscIDs and ISRCs from audio CDs Group: Development/Libraries/C and C++ -# provide for debuginfo package (always requiring main package name) -Provides: libdiscid = %{version} %description -n %{libname} libdiscid is a C library for creating MusicBrainz and freedb DiscIDs @@ -78,16 +76,13 @@ %build autoreconf -fiv -%configure --disable-static --with-pic +%configure --disable-static make %{?_smp_mflags} %install %make_install rm -f %{buildroot}%{_libdir}/*.la -%clean -rm -rf %{buildroot} - %check make check
