Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcdaudio for openSUSE:Factory checked in at 2021-06-07 22:44:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcdaudio (Old) and /work/SRC/openSUSE:Factory/.libcdaudio.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcdaudio" Mon Jun 7 22:44:52 2021 rev:23 rq:898151 version:0.99.12p2 Changes: -------- --- /work/SRC/openSUSE:Factory/libcdaudio/libcdaudio.changes 2019-07-11 13:17:11.418790133 +0200 +++ /work/SRC/openSUSE:Factory/.libcdaudio.new.32437/libcdaudio.changes 2021-06-07 22:45:25.056679376 +0200 @@ -1,0 +2,7 @@ +Mon Jun 7 12:58:31 UTC 2021 - Jan Engelhardt <[email protected]> + +- Drop --with-pic (no effect with --disable-static) +- Use modern rpm macros +- Trim filler wording from descriptions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcdaudio.spec ++++++ --- /var/tmp/diff_new_pack.GaO2uq/_old 2021-06-07 22:45:25.612680315 +0200 +++ /var/tmp/diff_new_pack.GaO2uq/_new 2021-06-07 22:45:25.616680322 +0200 @@ -1,7 +1,7 @@ # # spec file for package libcdaudio # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,7 +36,7 @@ BuildRequires: pkgconfig %description -libcdaudio is a library designed to provide functions to control +libcdaudio is a library providing functions to control operation of a CD-ROM when playing audio CDs. It also contains functions for CDDB and CD index lookup. @@ -48,33 +48,26 @@ Obsoletes: %{name} < %{version}-%{release} %description -n %{lname} -libcdaudio is a library designed to provide functions to control +libcdaudio is a library providing functions to control operation of a CD-ROM when playing audio CDs. It also contains functions for CDDB and CD index lookup. %package devel -Summary: Provide functions to control operation of a CD-ROM when playing audio CDs +Summary: Header files for libcdaudio, a library to control operation of a CD-DA Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} %description devel -libcdaudio is a library designed to provide functions to control +libcdaudio is a library providing functions to control operation of a CD-ROM when playing audio CDs. It also contains functions for CDDB and CD Index lookup. %prep -%setup -q -%patch0 -%patch1 -%patch2 -%patch3 -%patch4 -%patch5 -%patch6 -p1 +%autosetup -p0 %build -%configure --disable-static --with-pic -make %{?_smp_mflags} -k +%configure --disable-static +%make_build -k %install %make_install ++++++ libcdaudio-getmntinfo.patch ++++++ --- /var/tmp/diff_new_pack.GaO2uq/_old 2021-06-07 22:45:25.660680396 +0200 +++ /var/tmp/diff_new_pack.GaO2uq/_new 2021-06-07 22:45:25.660680396 +0200 @@ -1,9 +1,14 @@ Author: Petr Salinger <[email protected]> Description: Fixes FTBFS on kFreeBSD (Closes: #497013). -diff -Naurp libcdaudio.orig/src/cdaudio.c libcdaudio/src/cdaudio.c ---- libcdaudio.orig/src/cdaudio.c 2008-06-21 14:49:54.000000000 +0200 -+++ libcdaudio/src/cdaudio.c 2008-08-29 10:41:07.000000000 +0200 +--- + src/cdaudio.c | 6 ++---- + 1 file changed, 2 insertions(+), 4 deletions(-) + +Index: src/cdaudio.c +=================================================================== +--- src/cdaudio.c.orig ++++ src/cdaudio.c @@ -118,8 +118,7 @@ cd_init_device(char *device_name) #elif defined(HAVE_GETMNTENT) FILE *mounts;
