Hello community,

here is the log from the commit of package libdiscid for openSUSE:Factory 
checked in at 2017-04-11 12:38:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdiscid (Old)
 and      /work/SRC/openSUSE:Factory/.libdiscid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdiscid"

Tue Apr 11 12:38:29 2017 rev:27 rq:482528 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdiscid/libdiscid.changes      2016-07-18 
21:18:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdiscid.new/libdiscid.changes 2017-04-11 
12:38:32.610713750 +0200
@@ -1,0 +2,5 @@
+Thu Mar 23 15:15:33 UTC 2017 - [email protected]
+
+- cleanup with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdiscid.spec ++++++
--- /var/tmp/diff_new_pack.Orsh0n/_old  2017-04-11 12:38:33.730555522 +0200
+++ /var/tmp/diff_new_pack.Orsh0n/_new  2017-04-11 12:38:33.730555522 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdiscid
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -29,7 +29,7 @@
 Patch0:         libdiscid-no-crypto.patch
 BuildRequires:  libtool
 BuildRequires:  openssl-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libmusicbrainz5)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -55,7 +55,6 @@
 Additionally, it provides a submission URL for adding the DiscID to the
 database and gathers ISRCs and the MCN from disc.
 
-
 %package devel
 Summary:        Library for gathering DiscIDs and ISRCs from audio CDs
 Group:          Development/Libraries/C and C++
@@ -69,7 +68,6 @@
 Additionally, it provides a submission URL for adding the DiscID to the
 database and gathers ISRCs and the MCN from disc.
 
-
 %prep
 %setup -q
 %patch0 -p1
@@ -81,13 +79,12 @@
 
 %install
 %make_install
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}


Reply via email to