From f90ee3d69939c6dd4f44adebc4e4fe486ba9c618 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:41:30 +0000 Subject: [PATCH 01/65] auto-import changelog data from libcddb-0.9.4-0.fdr.2.rh80.src.rpm 0.9.4-0.fdr.2 - added missing scriptlets - Added URL in Source0 - Added additionnal files as doc Tue Mar 09 2004 Dams - Initial build. --- .cvsignore | 1 + libcddb.spec | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 81 insertions(+) create mode 100644 libcddb.spec diff --git a/.cvsignore b/.cvsignore index e69de29..1c94c37 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libcddb-0.9.4.tar.gz diff --git a/libcddb.spec b/libcddb.spec new file mode 100644 index 0000000..f451104 --- /dev/null +++ b/libcddb.spec @@ -0,0 +1,79 @@ +Summary: A library (C API) for accessing a CDDB server +Name: libcddb +Version: 0.9.4 +Release: 0.fdr.2.rh80 +Epoch: 0 +License: LGPL +Group: System Environment/Libraries +URL: http://libcddb.sourceforge.net/ +Source0: http://download.sf.net/libcddb/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) + +%description +Libcddb is a library that implements the different protocols (CDDBP, +HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). + +%package devel +Summary: Development files for libcddb +Group: Development/Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description devel +Libcddb is a library that implements the different protocols (CDDBP, +HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). +This package contains development files (static libraries, headers) +for libcddb. + +# ----------------------------------------------------------------------------- + +%prep +%setup -q + +# ----------------------------------------------------------------------------- + +%build +%configure +make %{?_smp_mflags} + +# ----------------------------------------------------------------------------- + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall + +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la + +# ----------------------------------------------------------------------------- + +%clean +rm -rf $RPM_BUILD_ROOT + +# ----------------------------------------------------------------------------- + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO +%{_libdir}/libcddb.so.* +%{_bindir}/cddb_query + +%files devel +%defattr(-,root,root,-) +%{_libdir}/libcddb.so +%{_libdir}/libcddb.a +%{_includedir}/cddb +%{_libdir}/pkgconfig/libcddb.pc + +# ----------------------------------------------------------------------------- + +%changelog +* Sat Jul 3 2004 Dams 0:0.9.4-0.fdr.2 +- added missing scriptlets +- Added URL in Source0 +- Added additionnal files as doc + +* Tue Mar 9 2004 Dams +- Initial build. + diff --git a/sources b/sources index e69de29..3660ee0 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +366095f09e1d89d91915a2dd7c7c1478 libcddb-0.9.4.tar.gz From 1fefafe29b1ffaa903b2e3d4f2e4e2cdc22600a5 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:41:36 +0000 Subject: [PATCH 02/65] auto-import libcddb-0.9.4-0.fdr.2.rh90 from libcddb-0.9.4-0.fdr.2.rh90.src.rpm --- libcddb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index f451104..84ad0b1 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: A library (C API) for accessing a CDDB server Name: libcddb Version: 0.9.4 -Release: 0.fdr.2.rh80 +Release: 0.fdr.2.rh90 Epoch: 0 License: LGPL Group: System Environment/Libraries From 329b1e71bd2ee5d531d35d58e1d7543249db1cc7 Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:41:42 +0000 Subject: [PATCH 03/65] auto-import libcddb-0.9.4-0.fdr.2.1 from libcddb-0.9.4-0.fdr.2.1.src.rpm --- libcddb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 84ad0b1..d5c111e 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: A library (C API) for accessing a CDDB server Name: libcddb Version: 0.9.4 -Release: 0.fdr.2.rh90 +Release: 0.fdr.2.1 Epoch: 0 License: LGPL Group: System Environment/Libraries From 45f3d10021ee7b731add2acc7ec07a90c659551b Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:41:48 +0000 Subject: [PATCH 04/65] auto-import libcddb-0.9.4-0.fdr.2.2 from libcddb-0.9.4-0.fdr.2.2.src.rpm --- libcddb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index d5c111e..56d9720 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: A library (C API) for accessing a CDDB server Name: libcddb Version: 0.9.4 -Release: 0.fdr.2.1 +Release: 0.fdr.2.2 Epoch: 0 License: LGPL Group: System Environment/Libraries From ee714652aa04ad665304899df76bc8646e9286c2 Mon Sep 17 00:00:00 2001 From: gafton Date: Wed, 24 Nov 2004 04:21:49 +0000 Subject: [PATCH 05/65] Fix braindead typo from the original import --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9bf4009..d02672f 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common -test -f CVS/Rootx && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) From 522386dbf85eb5813e51a5f27d5e2b0ba24255a1 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Fri, 10 Dec 2004 22:03:04 +0000 Subject: [PATCH 06/65] Bump release, strip off fedora.us prefix and dist tag. --- libcddb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 56d9720..84bb700 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: A library (C API) for accessing a CDDB server Name: libcddb Version: 0.9.4 -Release: 0.fdr.2.2 +Release: 2 Epoch: 0 License: LGPL Group: System Environment/Libraries From dd5fccf601e8984fae787c758db830c9940e9ff6 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Thu, 3 Mar 2005 22:41:31 +0000 Subject: [PATCH 07/65] Mass letter "l" update, one or more apply : - Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs --- libcddb.spec | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index 84bb700..1bc9ce5 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,13 +1,12 @@ -Summary: A library (C API) for accessing a CDDB server -Name: libcddb -Version: 0.9.4 -Release: 2 -Epoch: 0 -License: LGPL -Group: System Environment/Libraries -URL: http://libcddb.sourceforge.net/ -Source0: http://download.sf.net/libcddb/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +Summary: Library (C API) for accessing CDDB servers +Name: libcddb +Version: 0.9.4 +Release: 2 +License: LGPL +Group: System Environment/Libraries +URL: http://libcddb.sourceforge.net/ +Source0: http://download.sf.net/libcddb/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) %description Libcddb is a library that implements the different protocols (CDDBP, @@ -16,7 +15,7 @@ HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). %package devel Summary: Development files for libcddb Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel Libcddb is a library that implements the different protocols (CDDBP, @@ -24,18 +23,15 @@ HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). This package contains development files (static libraries, headers) for libcddb. -# ----------------------------------------------------------------------------- %prep %setup -q -# ----------------------------------------------------------------------------- %build %configure make %{?_smp_mflags} -# ----------------------------------------------------------------------------- %install rm -rf $RPM_BUILD_ROOT @@ -43,16 +39,15 @@ rm -rf $RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -# ----------------------------------------------------------------------------- %clean rm -rf $RPM_BUILD_ROOT -# ----------------------------------------------------------------------------- %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO @@ -66,7 +61,6 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/cddb %{_libdir}/pkgconfig/libcddb.pc -# ----------------------------------------------------------------------------- %changelog * Sat Jul 3 2004 Dams 0:0.9.4-0.fdr.2 From ffd85ecd3b1980c7edfcf2e1c6f30fc30d300f76 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Sat, 5 Mar 2005 21:10:22 +0000 Subject: [PATCH 08/65] Further mass cleanup. One or more apply : - Remove (hopefully) all zero epoch remains. - Remove trailing spaces and tabs. - Keep consistency between tabs and spaces. - Clean up summary. --- libcddb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 1bc9ce5..466b051 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -68,6 +68,6 @@ rm -rf $RPM_BUILD_ROOT - Added URL in Source0 - Added additionnal files as doc -* Tue Mar 9 2004 Dams +* Tue Mar 9 2004 Dams - Initial build. From d85211445be701ad7935c52207f0d129ce87782e Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Wed, 6 Apr 2005 22:12:21 +0000 Subject: [PATCH 09/65] mass release bump for packages not rebuilt after FC-3-split --- libcddb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 466b051..6b86c75 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,8 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 0.9.4 -Release: 2 +Release: 3 + License: LGPL Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Sat Jul 3 2004 Dams 0:0.9.4-0.fdr.2 - added missing scriptlets - Added URL in Source0 From 3054db12fac230c26a938ca922a3a2d33208f94e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dams=20Nad=C3=A9?= Date: Wed, 11 May 2005 12:01:25 +0000 Subject: [PATCH 10/65] libcddb: 1.0.2 version fc3,devel --- .cvsignore | 2 +- libcddb.spec | 25 +++++++++++++++++-------- sources | 2 +- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1c94c37..116efc1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libcddb-0.9.4.tar.gz +libcddb-1.0.2.tar.gz diff --git a/libcddb.spec b/libcddb.spec index 6b86c75..2dc4273 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,13 +1,14 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb -Version: 0.9.4 -Release: 3 +Version: 1.0.2 +Release: 1 -License: LGPL -Group: System Environment/Libraries -URL: http://libcddb.sourceforge.net/ -Source0: http://download.sf.net/libcddb/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +License: LGPL +Group: System Environment/Libraries +URL: http://libcddb.sourceforge.net/ +Source0: http://download.sourceforge.net/libcddb/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +BuildRequires: pkgconfig libcdio-devel >= 0.67 %description Libcddb is a library that implements the different protocols (CDDBP, @@ -17,6 +18,7 @@ HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). Summary: Development files for libcddb Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: pkgconfig %description devel Libcddb is a library that implements the different protocols (CDDBP, @@ -64,6 +66,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 11 2005 Dams - 0:1.0.2-1.4 +- Rebuilt for FC4 + +* Wed May 11 2005 Dams - 0:1.0.2-1 +- Added libcdio and pkgconfig buildreq +- Updated to 1.0.2 +- Fixed URL in Source0 + * Fri Apr 7 2005 Michael Schwendt - rebuilt @@ -74,4 +84,3 @@ rm -rf $RPM_BUILD_ROOT * Tue Mar 9 2004 Dams - Initial build. - diff --git a/sources b/sources index 3660ee0..a06bb88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -366095f09e1d89d91915a2dd7c7c1478 libcddb-0.9.4.tar.gz +a8f8549cc1afb3bc702a96c7d71d2241 libcddb-1.0.2.tar.gz From 5b6f1a161c3886937c3543e9c7a65dba2956a98d Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 23 May 2005 00:15:55 +0000 Subject: [PATCH 11/65] - rebuild on all arches --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 2dc4273..cd29068 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.0.2 -Release: 1 +Release: 2 License: LGPL Group: System Environment/Libraries @@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun May 22 2005 Jeremy Katz - 1.0.2-2 +- rebuild on all arches + * Wed May 11 2005 Dams - 0:1.0.2-1.4 - Rebuilt for FC4 From ac07d3f60bb5a4f06090e663a94e7854e6ede946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dams=20Nad=C3=A9?= Date: Thu, 21 Jul 2005 18:24:33 +0000 Subject: [PATCH 12/65] libcddb: 1.1.0 version --- .cvsignore | 2 +- libcddb.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 116efc1..dbc3ab6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libcddb-1.0.2.tar.gz +libcddb-1.1.0.tar.gz diff --git a/libcddb.spec b/libcddb.spec index cd29068..83cb109 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb -Version: 1.0.2 -Release: 2 +Version: 1.1.0 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries @@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 21 2005 Dams - 1.1.0-1 +- Updated to 1.1.0 + * Sun May 22 2005 Jeremy Katz - 1.0.2-2 - rebuild on all arches diff --git a/sources b/sources index a06bb88..cf2a65c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a8f8549cc1afb3bc702a96c7d71d2241 libcddb-1.0.2.tar.gz +c15ee69fcb9459c9450e8140cdef0952 libcddb-1.1.0.tar.gz From b8a93ec0a4cc0ca19b55b49800bda139c66f724b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dams=20Nad=C3=A9?= Date: Tue, 26 Jul 2005 12:11:19 +0000 Subject: [PATCH 13/65] libcddb: updated to 1.2.0 --- libcddb.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index 83cb109..fcaccb0 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,12 +1,12 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb -Version: 1.1.0 +Version: 1.2.0 Release: 1%{?dist} License: LGPL Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ -Source0: http://download.sourceforge.net/libcddb/%{name}-%{version}.tar.gz +Source0: http://download.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: pkgconfig libcdio-devel >= 0.67 @@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 26 2005 Dams - 1.2.0-1 +- Updated to 1.2.0 + * Thu Jul 21 2005 Dams - 1.1.0-1 - Updated to 1.1.0 diff --git a/sources b/sources index cf2a65c..3c969d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c15ee69fcb9459c9450e8140cdef0952 libcddb-1.1.0.tar.gz +1a3e46d2f0691d1308614ad494bb9e62 libcddb-1.2.0.tar.bz2 From 0a66141b51c9de0e36a523d8d1c00e208759a349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dams=20Nad=C3=A9?= Date: Thu, 28 Jul 2005 07:06:09 +0000 Subject: [PATCH 14/65] libcddb: release bumped for rebuild against new libcdio --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index fcaccb0..8046f4b 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries @@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 26 2005 Dams - 1.2.0-2 +- Rebuild against new libcdio + * Tue Jul 26 2005 Dams - 1.2.0-1 - Updated to 1.2.0 From 08ea0a7a67c0a30ef9088d3fee5e4475c1f51f78 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 28 Jul 2005 10:57:59 +0000 Subject: [PATCH 15/65] Rebuild against new libcdio (again) --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 8046f4b..df92daa 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries @@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 26 2005 Adrian Reber - 1.2.0-3 +- Rebuild against new libcdio (again) + * Tue Jul 26 2005 Dams - 1.2.0-2 - Rebuild against new libcdio From 1ce31ec6c1def7ea0ca022bbd9dcca520c6a5ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dams=20Nad=C3=A9?= Date: Tue, 23 Aug 2005 14:50:41 +0000 Subject: [PATCH 16/65] libcddb: updated to upstream 1.2.1 --- .cvsignore | 2 +- libcddb.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index dbc3ab6..e2cf01a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libcddb-1.1.0.tar.gz +libcddb-1.2.1.tar.bz2 diff --git a/libcddb.spec b/libcddb.spec index df92daa..f23df7d 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb -Version: 1.2.0 -Release: 3%{?dist} +Version: 1.2.1 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries @@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 23 2005 Dams - 1.2.1 +- Updated to 1.2.1 + * Tue Jul 26 2005 Adrian Reber - 1.2.0-3 - Rebuild against new libcdio (again) diff --git a/sources b/sources index 3c969d5..f1c78bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a3e46d2f0691d1308614ad494bb9e62 libcddb-1.2.0.tar.bz2 +2861fe1299da273fe68783abecc3fe62 libcddb-1.2.1.tar.bz2 From 70360537bcaba46c6d5e6dd06627d012b073583e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dams=20Nad=C3=A9?= Date: Thu, 16 Mar 2006 18:54:50 +0000 Subject: [PATCH 17/65] libcddb: release bump --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index f23df7d..b8f2cba 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries @@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Mar 16 2006 Dams - 1.2.1-2.fc5 +- Rebuild + * Tue Aug 23 2005 Dams - 1.2.1 - Updated to 1.2.1 From 521793296dfa77c7b376e61760f5c406c12c0d3b Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 23 Jul 2006 09:06:42 +0000 Subject: [PATCH 18/65] - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5, it seems this may have already been done, since the last rebuild was of March 16 and the Rebuild Request bug of March 19? Rebuilding anyway to be sure (bug 185873) --- libcddb.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index b8f2cba..7fde512 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.2.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries @@ -66,6 +66,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 23 2006 Hans de Goede 1.2.1-3 +- Taking over as maintainer since Anvil has other priorities +- Long long due rebuild with new gcc for FC-5, it seems this may have already + been done, since the last rebuild was of March 16 and the Rebuild Request + bug of March 19? Rebuilding anyway to be sure (bug 185873) + * Thu Mar 16 2006 Dams - 1.2.1-2.fc5 - Rebuild From 5d7673580307f7005fa6d54c5c10a88d4b62734e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 27 Aug 2006 20:35:00 +0000 Subject: [PATCH 19/65] http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- needs.rebuild | 1 + 1 file changed, 1 insertion(+) create mode 100644 needs.rebuild diff --git a/needs.rebuild b/needs.rebuild new file mode 100644 index 0000000..815fd29 --- /dev/null +++ b/needs.rebuild @@ -0,0 +1 @@ +http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From ac945d3c05c6230da1885c857e9be624536b6769 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 28 Aug 2006 11:44:40 +0000 Subject: [PATCH 20/65] - FE6 Rebuild --- libcddb.spec | 13 ++++++++----- needs.rebuild | 1 - 2 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 needs.rebuild diff --git a/libcddb.spec b/libcddb.spec index 7fde512..488a79c 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,12 +1,11 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.2.1 -Release: 3%{?dist} - +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ -Source0: http://download.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 +Source0: http://dl.sf.net/sourceforge/libcddb/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: pkgconfig libcdio-devel >= 0.67 @@ -14,6 +13,7 @@ BuildRequires: pkgconfig libcdio-devel >= 0.67 Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). + %package devel Summary: Development files for libcddb Group: Development/Libraries @@ -38,8 +38,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall - +make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -48,6 +47,7 @@ rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig @@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 28 2006 Hans de Goede 1.2.1-4 +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 1.2.1-3 - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5, it seems this may have already diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From 7a704bc20bbfb926e0827aca226fe7cb7d381a03 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 24 Sep 2006 06:35:52 +0000 Subject: [PATCH 21/65] - Rebuild for new libcdio --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 488a79c..5c872df 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.2.1 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 23 2006 Hans de Goede 1.2.1-5 +- Rebuild for new libcdio + * Mon Aug 28 2006 Hans de Goede 1.2.1-4 - FE6 Rebuild From 0cfea9161e1449a420c290490ec1ea809638916a Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 1 Oct 2006 12:40:27 +0000 Subject: [PATCH 22/65] - New upstream release 1.2.2 --- .cvsignore | 2 +- libcddb.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index e2cf01a..f0d8dd0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libcddb-1.2.1.tar.bz2 +libcddb-1.2.2.tar.bz2 diff --git a/libcddb.spec b/libcddb.spec index 5c872df..364aa87 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb -Version: 1.2.1 -Release: 5%{?dist} +Version: 1.2.2 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -33,6 +33,9 @@ for libcddb. %build %configure +# Don't use rpath! +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} @@ -66,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Oct 1 2006 Hans de Goede 1.2.2-1 +- New upstream release 1.2.2 + * Sun Sep 23 2006 Hans de Goede 1.2.1-5 - Rebuild for new libcdio diff --git a/sources b/sources index f1c78bb..50519b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2861fe1299da273fe68783abecc3fe62 libcddb-1.2.1.tar.bz2 +0735015d78b2d951fae3e2fcfb660591 libcddb-1.2.2.tar.bz2 From eb920bf6b13604e76001e80d85b17326f5f92cd3 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 27 Oct 2006 12:51:44 +0000 Subject: [PATCH 23/65] - New upstream release 1.3.0 --- .cvsignore | 2 +- libcddb.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index f0d8dd0..fd2adc3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libcddb-1.2.2.tar.bz2 +libcddb-1.3.0.tar.bz2 diff --git a/libcddb.spec b/libcddb.spec index 364aa87..0f006f1 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,6 +1,6 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb -Version: 1.2.2 +Version: 1.3.0 Release: 1%{?dist} License: LGPL Group: System Environment/Libraries @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Oct 27 2006 Hans de Goede 1.3.0-1 +- New upstream release 1.3.0 + * Sun Oct 1 2006 Hans de Goede 1.2.2-1 - New upstream release 1.2.2 diff --git a/sources b/sources index 50519b8..a18ba20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0735015d78b2d951fae3e2fcfb660591 libcddb-1.2.2.tar.bz2 +e4a7f9579956c32b7f300eb12e9ea6df libcddb-1.3.0.tar.bz2 From b99c56a0f04ba4030df52ef16cfb30a173428804 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 13 Aug 2007 17:01:01 +0000 Subject: [PATCH 24/65] - Update License tag for new Licensing Guidelines compliance --- libcddb.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index 0f006f1..6ac891d 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,13 +1,13 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.0 -Release: 1%{?dist} -License: LGPL +Release: 2%{?dist} +License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ -Source0: http://dl.sf.net/sourceforge/libcddb/%{name}-%{version}.tar.bz2 +Source0: http://downloads./sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) -BuildRequires: pkgconfig libcdio-devel >= 0.67 +BuildRequires: pkgconfig, libcdio-devel >= 0.67 %description Libcddb is a library that implements the different protocols (CDDBP, @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 13 2007 Hans de Goede 1.3.0-2 +- Update License tag for new Licensing Guidelines compliance + * Fri Oct 27 2006 Hans de Goede 1.3.0-1 - New upstream release 1.3.0 From 6469df4c41d5153360afead73f8b6f32e785bd54 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 21 Oct 2007 12:50:10 +0000 Subject: [PATCH 25/65] - Fix multilib conflict in version.h (bz 341971) --- libcddb-1.3.0-multilib.patch | 12 ++++++++++++ libcddb.spec | 7 ++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 libcddb-1.3.0-multilib.patch diff --git a/libcddb-1.3.0-multilib.patch b/libcddb-1.3.0-multilib.patch new file mode 100644 index 0000000..87c8c04 --- /dev/null +++ b/libcddb-1.3.0-multilib.patch @@ -0,0 +1,12 @@ +diff -up libcddb-1.3.0/include/cddb/version.h.in~ libcddb-1.3.0/include/cddb/version.h.in +--- libcddb-1.3.0/include/cddb/version.h.in~ 2007-10-21 14:43:43.000000000 +0200 ++++ libcddb-1.3.0/include/cddb/version.h.in 2007-10-21 14:43:43.000000000 +0200 +@@ -6,7 +6,7 @@ + */ + + /*! CDDB_VERSION can as a string in programs to show what version is used. */ +-#define CDDB_VERSION "@VERSION@ @build@" ++#define CDDB_VERSION "@VERSION@ Fedora" + + /*! LIBCDDB_VERSION_NUM can be used for testing in the C preprocessor */ + #define LIBCDDB_VERSION_NUM @LIBCDDB_VERSION_NUM@ diff --git a/libcddb.spec b/libcddb.spec index 6ac891d..b85c88b 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,11 +1,12 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ Source0: http://downloads./sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 +Patch0: libcddb-1.3.0-multilib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: pkgconfig, libcdio-devel >= 0.67 @@ -29,6 +30,7 @@ for libcddb. %prep %setup -q +%patch0 -p1 %build @@ -69,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Oct 21 2007 Hans de Goede 1.3.0-3 +- Fix multilib conflict in version.h (bz 341971) + * Mon Aug 13 2007 Hans de Goede 1.3.0-2 - Update License tag for new Licensing Guidelines compliance From 372fce3b58e9ce572f6a12c155c369a88bf1f362 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 19 Feb 2008 08:59:16 +0000 Subject: [PATCH 26/65] - Autorebuild for GCC 4.3 --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index b85c88b..e6495a7 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 19 2008 Fedora Release Engineering - 1.3.0-4 +- Autorebuild for GCC 4.3 + * Sun Oct 21 2007 Hans de Goede 1.3.0-3 - Fix multilib conflict in version.h (bz 341971) From 532ae07feaf0c4f19cf375289e5c99525c56bed7 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 19 Feb 2008 12:38:15 +0000 Subject: [PATCH 27/65] - Fix Source0 URL --- libcddb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index e6495a7..d3c6f03 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,11 +1,11 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.0 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ -Source0: http://downloads./sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 Patch0: libcddb-1.3.0-multilib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: pkgconfig, libcdio-devel >= 0.67 @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 19 2008 Hans de Goede 1.3.0-5 +- Fix Source0 URL + * Tue Feb 19 2008 Fedora Release Engineering - 1.3.0-4 - Autorebuild for GCC 4.3 From e293777e263727295b137a57c80d99d47c1486b5 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 13 Jan 2009 09:15:59 +0000 Subject: [PATCH 28/65] - Rebuild for new libcdio --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index d3c6f03..f31a59e 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.0 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jan 13 2009 Adrian Reber 1.3.0-6 +- Rebuild for new libcdio + * Tue Feb 19 2008 Hans de Goede 1.3.0-5 - Fix Source0 URL From 077c57d9a3ec8c7982227088722c6bcc048a7330 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 25 Feb 2009 14:01:36 +0000 Subject: [PATCH 29/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index f31a59e..920e183 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.0 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.3.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Jan 13 2009 Adrian Reber 1.3.0-6 - Rebuild for new libcdio From 46a13e4532a31519e00f0daa539d4a50bce59a8b Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 9 Mar 2009 09:17:34 +0000 Subject: [PATCH 30/65] - New upstream release 1.3.1 --- .cvsignore | 2 +- libcddb.spec | 15 ++++++++++++--- sources | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index fd2adc3..2e8fe27 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libcddb-1.3.0.tar.bz2 +libcddb-1.3.1.tar.bz2 diff --git a/libcddb.spec b/libcddb.spec index 920e183..ada81c0 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,12 +1,12 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb -Version: 1.3.0 -Release: 7%{?dist} +Version: 1.3.1 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ Source0: http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 -Patch0: libcddb-1.3.0-multilib.patch +Patch0: libcddb-1.3.0-multilib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: pkgconfig, libcdio-devel >= 0.67 @@ -31,6 +31,12 @@ for libcddb. %prep %setup -q %patch0 -p1 +iconv -f ISO_8859-1 -t UTF-8 THANKS > THANKS.tmp +touch -r THANKS THANKS.tmp +mv THANKS.tmp THANKS +iconv -f ISO_8859-1 -t UTF-8 ChangeLog > ChangeLog.tmp +touch -r ChangeLog ChangeLog.tmp +mv ChangeLog.tmp ChangeLog %build @@ -71,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 9 2009 Hans de Goede 1.3.1-1 +- New upstream release 1.3.1 + * Wed Feb 25 2009 Fedora Release Engineering - 1.3.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index a18ba20..ce77c94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4a7f9579956c32b7f300eb12e9ea6df libcddb-1.3.0.tar.bz2 +9adeae462d6791ed8b75f2ec5fa7903b libcddb-1.3.1.tar.bz2 From a31654fc8f893f626edf74a8d3e914302d518dd1 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 7 Apr 2009 09:43:35 +0000 Subject: [PATCH 31/65] - New upstream release 1.3.2 --- .cvsignore | 2 +- libcddb.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2e8fe27..ae12819 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libcddb-1.3.1.tar.bz2 +libcddb-1.3.2.tar.bz2 diff --git a/libcddb.spec b/libcddb.spec index ada81c0..31cce30 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,6 +1,6 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 7 2009 Hans de Goede 1.3.2-1 +- New upstream release 1.3.2 + * Mon Mar 9 2009 Hans de Goede 1.3.1-1 - New upstream release 1.3.1 diff --git a/sources b/sources index ce77c94..dc62f7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9adeae462d6791ed8b75f2ec5fa7903b libcddb-1.3.1.tar.bz2 +8bb4a6f542197e8e9648ae597cd6bc8a libcddb-1.3.2.tar.bz2 From 77e28915f69c581056ad4c7c9cd8e4812c3ea070 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 25 Jul 2009 05:25:24 +0000 Subject: [PATCH 32/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 31cce30..6495723 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jul 24 2009 Fedora Release Engineering - 1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Tue Apr 7 2009 Hans de Goede 1.3.2-1 - New upstream release 1.3.2 From ce612642e614f79c305490574c839e1f6bc6ca21 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:50:52 +0000 Subject: [PATCH 33/65] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d02672f..558c233 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := libcddb SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From b161d18303053c806ac8511ef697a35c1c9a2921 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 17 Jan 2010 14:29:44 +0000 Subject: [PATCH 34/65] - Drop static lib (#556063) --- libcddb.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index 6495723..2d0ecea 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -40,7 +40,7 @@ mv ChangeLog.tmp ChangeLog %build -%configure +%configure --disable-static # Don't use rpath! sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -71,12 +71,14 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) %{_libdir}/libcddb.so -%{_libdir}/libcddb.a %{_includedir}/cddb %{_libdir}/pkgconfig/libcddb.pc %changelog +* Sun Jan 17 2010 Hans de Goede - 1.3.2-3 +- Drop static lib (#556063) + * Fri Jul 24 2009 Fedora Release Engineering - 1.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From a5cc3365bdc8fff5c0f6b25e507bdb0f799001b0 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Fri, 22 Jan 2010 08:57:18 +0000 Subject: [PATCH 35/65] - Rebuilt for new libcdio --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 2d0ecea..0661c70 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 22 2010 Adrian Reber 1.3.2-4 +- Rebuilt for new libcdio + * Sun Jan 17 2010 Hans de Goede - 1.3.2-3 - Drop static lib (#556063) From 94b882e3d0a1a11e3dbfb6fe5725497f36ff6b70 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 20:47:02 +0000 Subject: [PATCH 36/65] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 558c233..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: libcddb -# $Id$ -NAME := libcddb -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 63300c170cf712fd756b291e525e09a8592a34d6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:58:24 -0600 Subject: [PATCH 37/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 0661c70..e10b9c0 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.3.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Fri Jan 22 2010 Adrian Reber 1.3.2-4 - Rebuilt for new libcdio From 4a79e5d16849a79258f5f48efdfef675768649f9 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sun, 20 Nov 2011 16:05:16 +0100 Subject: [PATCH 38/65] Rebuilt for new libcdio --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index e10b9c0..57f0a9f 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Nov 20 2011 Adrian Reber 1.3.2-6 +- Rebuilt for new libcdio + * Mon Feb 07 2011 Fedora Release Engineering - 1.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 898f3a6e04943a5699f1e08ff7580ed7c87aad10 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 29 Dec 2011 15:58:58 +0100 Subject: [PATCH 39/65] Fix DNS timeout handler causing an abort due to longjmp and FORTIFY_SOURCE from a signal handler not liking each other (rhbz#770611) --- libcddb-1.3.2-rhbz770611.patch | 14 ++++++++++++++ libcddb.spec | 19 ++++++++----------- 2 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 libcddb-1.3.2-rhbz770611.patch diff --git a/libcddb-1.3.2-rhbz770611.patch b/libcddb-1.3.2-rhbz770611.patch new file mode 100644 index 0000000..1e72d35 --- /dev/null +++ b/libcddb-1.3.2-rhbz770611.patch @@ -0,0 +1,14 @@ +diff -up libcddb-1.3.2/lib/cddb_net.c~ libcddb-1.3.2/lib/cddb_net.c +--- libcddb-1.3.2/lib/cddb_net.c~ 2009-03-01 04:28:07.000000000 +0100 ++++ libcddb-1.3.2/lib/cddb_net.c 2011-12-29 15:54:30.180122335 +0100 +@@ -19,6 +19,10 @@ + Boston, MA 02111-1307, USA. + */ + ++/* The way we use setjmp/longjmp to catch DNS timeouts is not compatible ++ with the extra checks FORTIFY_SOURCE causes to happen on longjmp */ ++#undef _FORTIFY_SOURCE ++ + #include "cddb/cddb_ni.h" + + #include diff --git a/libcddb.spec b/libcddb.spec index 57f0a9f..e393aa6 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,13 +1,13 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ Source0: http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 Patch0: libcddb-1.3.0-multilib.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +Patch1: libcddb-1.3.2-rhbz770611.patch BuildRequires: pkgconfig, libcdio-devel >= 0.67 %description @@ -18,8 +18,7 @@ HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). %package devel Summary: Development files for libcddb Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: pkgconfig +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Libcddb is a library that implements the different protocols (CDDBP, @@ -31,6 +30,7 @@ for libcddb. %prep %setup -q %patch0 -p1 +%patch1 -p1 iconv -f ISO_8859-1 -t UTF-8 THANKS > THANKS.tmp touch -r THANKS THANKS.tmp mv THANKS.tmp THANKS @@ -48,34 +48,31 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO %{_libdir}/libcddb.so.* %{_bindir}/cddb_query %files devel -%defattr(-,root,root,-) %{_libdir}/libcddb.so %{_includedir}/cddb %{_libdir}/pkgconfig/libcddb.pc %changelog +* Thu Dec 29 2011 Hans de Goede - 1.3.2-7 +- Fix DNS timeout handler causing an abort due to longjmp and + FORTIFY_SOURCE from a signal handler not liking each other (rhbz#770611) + * Sun Nov 20 2011 Adrian Reber 1.3.2-6 - Rebuilt for new libcdio From b9598c293976cdc064910cff8f3250d66fb372f7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 01:27:37 -0600 Subject: [PATCH 40/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index e393aa6..3fbb52a 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 1.3.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Thu Dec 29 2011 Hans de Goede - 1.3.2-7 - Fix DNS timeout handler causing an abort due to longjmp and FORTIFY_SOURCE from a signal handler not liking each other (rhbz#770611) From 0cbccd156e3e13365bdef67b57d0456e9890f439 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 19 Jul 2012 14:23:49 -0500 Subject: [PATCH 41/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 3fbb52a..ecd086f 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Thu Jul 19 2012 Fedora Release Engineering - 1.3.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Fri Jan 13 2012 Fedora Release Engineering - 1.3.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 20b84ca6e8817ec05aeb91d703d2933afa3a83d4 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 7 Jan 2013 16:32:05 +0100 Subject: [PATCH 42/65] Rebuilt for new libcdio --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index ecd086f..0501c38 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 9%{?dist} +Release: 10%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Mon Jan 07 2013 Adrian Reber 1.3.2-10 +- Rebuilt for new libcdio + * Thu Jul 19 2012 Fedora Release Engineering - 1.3.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From f74b5c8fedc6d1d06281211e93c6a9165e35ba16 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 22:07:01 -0600 Subject: [PATCH 43/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 0501c38..0a89f81 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 10%{?dist} +Release: 11%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1.3.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Mon Jan 07 2013 Adrian Reber 1.3.2-10 - Rebuilt for new libcdio From e6cefcdd507bbdf272b2b295991f9c2bc8886a6a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 23:59:57 -0500 Subject: [PATCH 44/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 0a89f81..bcd9d5a 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 11%{?dist} +Release: 12%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 1.3.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Thu Feb 14 2013 Fedora Release Engineering - 1.3.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 4859e5bf5c556a0ae31d9d74660c5d2cdae6dd03 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 16 Dec 2013 15:28:23 +0100 Subject: [PATCH 45/65] Rebuilt for new libcdio - Fix the rpmlint warnings --- libcddb.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index bcd9d5a..c582cb9 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,13 +1,13 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 12%{?dist} -License: LGPLv2+ -Group: System Environment/Libraries -URL: http://libcddb.sourceforge.net/ -Source0: http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 +Release: 13%{?dist} +License: LGPLv2+ +Group: System Environment/Libraries +URL: http://libcddb.sourceforge.net/ +Source0: http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 Patch0: libcddb-1.3.0-multilib.patch -Patch1: libcddb-1.3.2-rhbz770611.patch +Patch1: libcddb-1.3.2-rhbz770611.patch BuildRequires: pkgconfig, libcdio-devel >= 0.67 %description @@ -69,6 +69,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Mon Dec 16 2013 Adrian Reber 1.3.2-13 +- Rebuilt for new libcdio +- Fix the rpmlint warnings + * Sat Aug 03 2013 Fedora Release Engineering - 1.3.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -133,7 +137,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la * Sun Oct 1 2006 Hans de Goede 1.2.2-1 - New upstream release 1.2.2 -* Sun Sep 23 2006 Hans de Goede 1.2.1-5 +* Sat Sep 23 2006 Hans de Goede 1.2.1-5 - Rebuild for new libcdio * Mon Aug 28 2006 Hans de Goede 1.2.1-4 @@ -174,7 +178,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la - Updated to 1.0.2 - Fixed URL in Source0 -* Fri Apr 7 2005 Michael Schwendt +* Thu Apr 7 2005 Michael Schwendt - rebuilt * Sat Jul 3 2004 Dams 0:0.9.4-0.fdr.2 From f18c9b0341f1177794da901030c2886acb44ee31 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 21:48:28 -0500 Subject: [PATCH 46/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index c582cb9..7a01585 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 13%{?dist} +Release: 14%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 1.3.2-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Mon Dec 16 2013 Adrian Reber 1.3.2-13 - Rebuilt for new libcdio - Fix the rpmlint warnings From f8acc3828c51865f14c04250526b4f69a458cb34 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 17 Aug 2014 02:32:46 +0000 Subject: [PATCH 47/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 7a01585..7b866be 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 14%{?dist} +Release: 15%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Sun Aug 17 2014 Fedora Release Engineering - 1.3.2-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 1.3.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From b7a32f9ed2257c4c96948c43c7003a6cf3c2532f Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 11 Nov 2014 14:39:34 +0100 Subject: [PATCH 48/65] Rebuilt for new libcdio --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 7b866be..10fa166 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 15%{?dist} +Release: 16%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Tue Nov 11 2014 Adrian Reber 1.3.2-16 +- Rebuilt for new libcdio + * Sun Aug 17 2014 Fedora Release Engineering - 1.3.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 691042c9848bb94120d4b9767c0c532e16b8948b Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 21 Feb 2015 22:23:18 +0100 Subject: [PATCH 49/65] Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code --- libcddb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 10fa166..83820bd 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 16%{?dist} +Release: 17%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -69,6 +69,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Sat Feb 21 2015 Till Maas - 1.3.2-17 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + * Tue Nov 11 2014 Adrian Reber 1.3.2-16 - Rebuilt for new libcdio From fce2cc32fde2d0f6bc0a8be34ec693ac018af787 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 15:01:03 +0000 Subject: [PATCH 50/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 83820bd..cad43f3 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 17%{?dist} +Release: 18%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 1.3.2-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat Feb 21 2015 Till Maas - 1.3.2-17 - Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code From 88ac790c9b9d54fb9dba716a2136dcd47f03842a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:57:56 +0000 Subject: [PATCH 51/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index cad43f3..dd0a9cb 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 18%{?dist} +Release: 19%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -69,6 +69,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 1.3.2-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 1.3.2-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From c40bbc2202f6f5ddf41a76f5d1f0b22fe61df82b Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 14 Nov 2016 17:08:05 +0100 Subject: [PATCH 52/65] Rebuilt for new libcdio (0.94) --- libcddb.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index dd0a9cb..ca66617 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 19%{?dist} +Release: 20%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -58,7 +58,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %files -%doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO +%license COPYING +%doc AUTHORS NEWS README THANKS ChangeLog TODO %{_libdir}/libcddb.so.* %{_bindir}/cddb_query @@ -69,6 +70,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Mon Nov 14 2016 Adrian Reber 1.3.2-20 +- Rebuilt for new libcdio (0.94) + * Thu Feb 04 2016 Fedora Release Engineering - 1.3.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From a03c85f3b892b56b1a902ca5a228603a1831482d Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 14 Nov 2016 17:39:43 +0100 Subject: [PATCH 53/65] Rebuilt for new libcdio (0.94) --- libcddb.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index ca66617..deff7e5 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 20%{?dist} +Release: 21%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -70,7 +70,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog -* Mon Nov 14 2016 Adrian Reber 1.3.2-20 +* Mon Nov 14 2016 Adrian Reber 1.3.2-21 - Rebuilt for new libcdio (0.94) * Thu Feb 04 2016 Fedora Release Engineering - 1.3.2-19 From c7ab029e22076198c1bb03a6e03b3b5ec20b60f7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 18:26:51 +0000 Subject: [PATCH 54/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index deff7e5..647419c 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 21%{?dist} +Release: 22%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -70,6 +70,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.3.2-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Mon Nov 14 2016 Adrian Reber 1.3.2-21 - Rebuilt for new libcdio (0.94) From d8886bb25c00dc8716039829865babfa764640c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 18:37:05 +0000 Subject: [PATCH 55/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 647419c..fa9979f 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 22%{?dist} +Release: 23%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -70,6 +70,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.3.2-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 1.3.2-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 59f47bc3cb94dbb01a0437d0fb79b9a3f255430e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 01:15:28 +0000 Subject: [PATCH 56/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index fa9979f..682cc12 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 23%{?dist} +Release: 24%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -70,6 +70,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.3.2-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.3.2-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From a6d50146f9d7e7ea424c933846a613ff2208aace Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 25 Jan 2018 09:55:47 +0100 Subject: [PATCH 57/65] Rebuilt for new libcdio (2.0.0) --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 682cc12..ef5aee5 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 24%{?dist} +Release: 25%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -70,6 +70,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Thu Jan 25 2018 Adrian Reber 1.3.2-25 +- Rebuilt for new libcdio (2.0.0) + * Thu Aug 03 2017 Fedora Release Engineering - 1.3.2-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 56fb7d1f5c6d1058e86ea94f4642d8ea1995406a Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 25 Jan 2018 10:19:30 +0100 Subject: [PATCH 58/65] bump for buildroot --- libcddb.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index ef5aee5..990ea30 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 25%{?dist} +Release: 26%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -70,7 +70,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog -* Thu Jan 25 2018 Adrian Reber 1.3.2-25 +* Thu Jan 25 2018 Adrian Reber 1.3.2-26 - Rebuilt for new libcdio (2.0.0) * Thu Aug 03 2017 Fedora Release Engineering - 1.3.2-24 From 72045f640da95fd2ae0a2c648f058f11f9f9e74d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 21:18:40 +0000 Subject: [PATCH 59/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 990ea30..ff5a2f4 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 26%{?dist} +Release: 27%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -70,6 +70,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.3.2-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jan 25 2018 Adrian Reber 1.3.2-26 - Rebuilt for new libcdio (2.0.0) From b7e6db9526832dddbd2e658a03aa2cb88446f1be Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:47 +0200 Subject: [PATCH 60/65] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- libcddb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libcddb.spec b/libcddb.spec index ff5a2f4..a3cf4c5 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -8,6 +8,7 @@ URL: http://libcddb.sourceforge.net/ Source0: http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 Patch0: libcddb-1.3.0-multilib.patch Patch1: libcddb-1.3.2-rhbz770611.patch +BuildRequires: gcc BuildRequires: pkgconfig, libcdio-devel >= 0.67 %description From 08db79080dc16a05137d6e628b773b8ec220915b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:53:25 +0000 Subject: [PATCH 61/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index a3cf4c5..d4f841f 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 27%{?dist} +Release: 28%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ @@ -71,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.3.2-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 1.3.2-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From d4265d0d4d264810b5af89b072ee55cbf20bd7df Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 22 Jan 2019 18:39:35 +0100 Subject: [PATCH 62/65] Remove obsolete ldconfig scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- libcddb.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index d4f841f..7cd3d50 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -53,9 +53,7 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files From 1e9377ad13efbc67d33d186e6647946217920159 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:51 +0100 Subject: [PATCH 63/65] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- libcddb.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index 7cd3d50..84e66e4 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -3,7 +3,6 @@ Name: libcddb Version: 1.3.2 Release: 28%{?dist} License: LGPLv2+ -Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ Source0: http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 Patch0: libcddb-1.3.0-multilib.patch @@ -18,7 +17,6 @@ HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). %package devel Summary: Development files for libcddb -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %description devel From 2d8a208bbdbeb552f35015cc91f56712d1066211 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 06:47:46 +0000 Subject: [PATCH 64/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index 84e66e4..aeb33b6 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 28%{?dist} +Release: 29%{?dist} License: LGPLv2+ URL: http://libcddb.sourceforge.net/ Source0: http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 1.3.2-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 1.3.2-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From fe86000a272b0d8ebc4bd72cc5348dddbcc6b281 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 12:55:15 +0000 Subject: [PATCH 65/65] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libcddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcddb.spec b/libcddb.spec index aeb33b6..e2d1fb4 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.3.2 -Release: 29%{?dist} +Release: 30%{?dist} License: LGPLv2+ URL: http://libcddb.sourceforge.net/ Source0: http://downloads.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 @@ -67,6 +67,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 1.3.2-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 1.3.2-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild