From ec00a2c3339f5dcbc5b0e1c662c074c51e2c68e41c444e3b7dfd9519a69b8127 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 7 Aug 2009 13:56:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdio?expand=0&rev=11 --- baselibs.conf | 4 +- libcdio-0.80.tar.bz2 | 3 - libcdio-0.81.tar.bz2 | 3 + libcdio-bnc394195-install-all-pc-files.patch | 12 -- ...0-rpmlintrc => libcdio-mini-0.81-rpmlintrc | 0 libcdio-mini.changes | 11 + libcdio-mini.spec | 201 ++---------------- libcdio.changes | 11 + libcdio.spec | 160 ++------------ 9 files changed, 71 insertions(+), 334 deletions(-) delete mode 100644 libcdio-0.80.tar.bz2 create mode 100644 libcdio-0.81.tar.bz2 delete mode 100644 libcdio-bnc394195-install-all-pc-files.patch rename libcdio-mini-0.80-rpmlintrc => libcdio-mini-0.81-rpmlintrc (100%) diff --git a/baselibs.conf b/baselibs.conf index 835558a..e5584ae 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libcdio7 +libcdio10 obsoletes "libcdio- <= " provides "libcdio- = " -libiso9660-5 +libiso9660-7 diff --git a/libcdio-0.80.tar.bz2 b/libcdio-0.80.tar.bz2 deleted file mode 100644 index 7b22fdd..0000000 --- a/libcdio-0.80.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54b9318875afbd6c692717b263649303ca67382bd9de8ffc7a2c7431f1ba2e20 -size 1479958 diff --git a/libcdio-0.81.tar.bz2 b/libcdio-0.81.tar.bz2 new file mode 100644 index 0000000..35fb535 --- /dev/null +++ b/libcdio-0.81.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e53cf818d88d55cb50808a759273a3a3e3b74d87802d00cb6d5a4b0f8324bb +size 1572844 diff --git a/libcdio-bnc394195-install-all-pc-files.patch b/libcdio-bnc394195-install-all-pc-files.patch deleted file mode 100644 index 18abb1a..0000000 --- a/libcdio-bnc394195-install-all-pc-files.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -upr libcdio-0.80-pre/Makefile.am libcdio-0.80-post/Makefile.am ---- libcdio-0.80-pre/Makefile.am 2008-03-15 10:21:28.000000000 -0600 -+++ libcdio-0.80-post/Makefile.am 2008-05-23 10:16:56.000000000 -0500 -@@ -48,7 +48,7 @@ pkgconfig_DATA = libcdio.pc \ - libcdio++.pc \ - libiso9660.pc \ - libiso9660++.pc \ -- libudf.pc -+ libudf.pc \ - $(paranoiapcs) - - diff --git a/libcdio-mini-0.80-rpmlintrc b/libcdio-mini-0.81-rpmlintrc similarity index 100% rename from libcdio-mini-0.80-rpmlintrc rename to libcdio-mini-0.81-rpmlintrc diff --git a/libcdio-mini.changes b/libcdio-mini.changes index 4a6b95d..c7b534d 100644 --- a/libcdio-mini.changes +++ b/libcdio-mini.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 6 18:54:05 CEST 2009 - sbrabec@suse.cz + +- Updated to version 0.81: + * license of manual now GFDL 1.2 or later + * Nero image handling more complete. + * ISRC query for image files. + * Allow reading pregap of a track via get_track_pregap_lsn(). + * Fixes of iso9660 time setting/getting routines, making them + reentrant. + ------------------------------------------------------------------- Wed Jan 7 12:34:56 CET 2009 - olh@suse.de diff --git a/libcdio-mini.spec b/libcdio-mini.spec index 7f451ca..69945cb 100644 --- a/libcdio-mini.spec +++ b/libcdio-mini.spec @@ -1,5 +1,5 @@ # -# spec file for package libcdio-mini (Version 0.80) +# spec file for package libcdio-mini (Version 0.81) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -30,14 +30,14 @@ BuildRequires: libcddb-devel libcdio-devel ncurses-devel vcdimager-devel # Only for regression testing: #BuildRequires: cdparanoia %endif -Version: 0.80 -Release: 6 +Version: 0.81 +Release: 1 # WARNING: After changing versions please call Re or rpmbuild to auto-update spec file: -%define libcdio_name 7 +%define libcdio_name 10 %define libcdio_paranoia_name 0 %define libcdio_cdda_name 0 %define libcdio++_name 0 -%define libiso9660_name 5 +%define libiso9660_name 7 %define libudf_name 0 Url: http://www.gnu.org/software/libcdio/ Group: Productivity/Multimedia/Other @@ -46,7 +46,6 @@ Summary: Temporary Build Staging Package of CD-ROM Access Library Source: %{_name}-%{version}.tar.bz2 Source1: %{_name}_spec-prepare.sh Source2: libcdio-mini-%{version}-rpmlintrc -Patch0: libcdio-bnc394195-install-all-pc-files.patch Requires: licenses # bug437293 %ifarch ppc64 @@ -59,10 +58,6 @@ Provides: %{_name} = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This is a temporary build staging package of libcdio needed for -bootstrapping of libcdio, libcddb and vcdimager packages. Don't use it -for any other purpose! - This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. @@ -74,8 +69,7 @@ Authors: Herbert Valerio Riedel Rocky Bernstein -%package -n libcdio7-mini -Provides: libcdio-mini = %{version}-%{release} +%package -n libcdio10-mini License: GPL v2 or later Group: Productivity/Multimedia/Other Summary: Temporary Build Staging Package of CD-ROM Access Library @@ -88,11 +82,7 @@ Obsoletes: libcdio-64bit Obsoletes: libcdio <= 0.78.2 Provides: libcdio = %{version} -%description -n libcdio7-mini -This is a temporary build staging package of libcdio needed for -bootstrapping of libcdio, libcddb and vcdimager packages. Don't use it -for any other purpose! - +%description -n libcdio10-mini This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. @@ -115,10 +105,6 @@ Obsoletes: libcdio-64bit # %description -n libcdio_cdda0-mini -This is a temporary build staging package of libcdio needed for -bootstrapping of libcdio, libcddb and vcdimager packages. Don't use it -for any other purpose! - This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. @@ -141,10 +127,6 @@ Obsoletes: libcdio-64bit # %description -n libcdio_paranoia0-mini -This is a temporary build staging package of libcdio needed for -bootstrapping of libcdio, libcddb and vcdimager packages. Don't use it -for any other purpose! - This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. @@ -167,10 +149,6 @@ Obsoletes: libcdio-64bit # %description -n libcdio++0-mini -This is a temporary build staging package of libcdio needed for -bootstrapping of libcdio, libcddb and vcdimager packages. Don't use it -for any other purpose! - This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. @@ -182,21 +160,17 @@ Authors: Herbert Valerio Riedel Rocky Bernstein -%package -n libiso9660-5-mini +%package -n libiso9660-7-mini License: GPL v2 or later Group: Productivity/Multimedia/Other -Summary: Build Staging Package of CD-ROM Access Library +Summary: Temporary Build Staging Package of CD-ROM Access Library # bug437293 %ifarch ppc64 Obsoletes: libcdio-64bit %endif # -%description -n libiso9660-5-mini -This is a temporary build staging package of libcdio needed for -bootstrapping of libcdio, libcddb and vcdimager packages. Don't use it -for any other purpose! - +%description -n libiso9660-7-mini This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. @@ -211,7 +185,7 @@ Authors: %package -n libudf0-mini License: GPL v2 or later Group: Productivity/Multimedia/Other -Summary: Build Staging Package of CD-ROM Access Library +Summary: Temporary Build Staging Package of CD-ROM Access Library # bug437293 %ifarch ppc64 Obsoletes: libcdio-64bit @@ -219,10 +193,6 @@ Obsoletes: libcdio-64bit # %description -n libudf0-mini -This is a temporary build staging package of libcdio needed for -bootstrapping of libcdio, libcddb and vcdimager packages. Don't use it -for any other purpose! - This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. @@ -241,10 +211,6 @@ Summary: Temporary Build Staging Package of CD-ROM Access Library PreReq: %install_info_prereq %description utils -This is a temporary build staging package of libcdio needed for -bootstrapping of libcdio, libcddb and vcdimager packages. Don't use it -for any other purpose! - This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. @@ -260,7 +226,7 @@ Authors: License: GPL v2 or later Group: Productivity/Multimedia/Other Summary: Temporary Build Staging Package of CD-ROM access library -Requires: libcdio7-mini = %{version} libcdio_cdda0-mini = %{version} libcdio_paranoia0-mini = %{version} libcdio++0-mini = %{version} libiso9660-5-mini = %{version} libudf0-mini = %{version} glibc-devel +Requires: libcdio10-mini = %{version} libcdio_cdda0-mini = %{version} libcdio_paranoia0-mini = %{version} libcdio++0-mini = %{version} libiso9660-7-mini = %{version} libudf0-mini = %{version} glibc-devel %if %STANDARD_BUILD == 0 Provides: %{_name}-devel = %{version} %endif @@ -271,10 +237,6 @@ Obsoletes: libcdio-devel-64bit # %description devel -This is a temporary build staging package of libcdio needed for -bootstrapping of libcdio, libcddb and vcdimager packages. Don't use it -for any other purpose! - This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. @@ -288,11 +250,14 @@ Authors: %prep %setup -q -n %{_name}-%{version} -%patch0 -p1 %build autoreconf -f -i -%configure --disable-static --with-pic +# FIXME: Required .pc files are not installed without --enable-cpp-progs. +%configure\ + --disable-static\ + --enable-cpp-progs\ + --with-pic make %{?jobs:-j%jobs} %install @@ -310,7 +275,7 @@ rm -f %{buildroot}%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT -%post -n libcdio7-mini -p /sbin/ldconfig +%post -n libcdio10-mini -p /sbin/ldconfig %post -n libcdio_cdda0-mini -p /sbin/ldconfig @@ -318,11 +283,11 @@ rm -rf $RPM_BUILD_ROOT %post -n libcdio++0-mini -p /sbin/ldconfig -%post -n libiso9660-5-mini -p /sbin/ldconfig +%post -n libiso9660-7-mini -p /sbin/ldconfig %post -n libudf0-mini -p /sbin/ldconfig -%postun -n libcdio7-mini -p /sbin/ldconfig +%postun -n libcdio10-mini -p /sbin/ldconfig %postun -n libcdio_cdda0-mini -p /sbin/ldconfig @@ -330,7 +295,7 @@ rm -rf $RPM_BUILD_ROOT %postun -n libcdio++0-mini -p /sbin/ldconfig -%postun -n libiso9660-5-mini -p /sbin/ldconfig +%postun -n libiso9660-7-mini -p /sbin/ldconfig %postun -n libudf0-mini -p /sbin/ldconfig @@ -340,7 +305,7 @@ rm -rf $RPM_BUILD_ROOT %postun utils %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%files -n libcdio7-mini +%files -n libcdio10-mini %defattr (-, root, root) %{_libdir}/libcdio.so.* @@ -357,7 +322,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libcdio++.so.* %{_libdir}/libiso9660++.so.* -%files -n libiso9660-5-mini +%files -n libiso9660-7-mini %defattr (-, root, root) %{_libdir}/libiso9660.so.* @@ -388,123 +353,3 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog -* Wed Jan 07 2009 olh@suse.de -- obsolete old -XXbit packages (bnc#437293) -* Tue Sep 09 2008 sbrabec@suse.cz -- Update Summary of *mini* packages (bnc#418304). -* Wed Jun 18 2008 schwab@suse.de -- Use autoreconf -i. -* Fri May 23 2008 hpj@suse.de -- Add libcdio-bnc394195-install-all-pc-files.patch (bnc#394195). -* Wed May 21 2008 cthiel@suse.de -- fix baselibs.conf -* Fri Apr 25 2008 sbrabec@suse.cz -- Updated to version 0.80: - * Add option to log summary output in cd-paranoia - * More string bounds checking to eliminate known string overflow - conditions, Savannah#21910 - * add --mode="any" on cd-read which uses a mmc_read_sectors with - read-type CDIO_MMC_READ_TYPE_ANY. - * add --log-summary option to cd-paranoia. Unused option - --output-info (-i) removed - * some small packaging bugs fixed - * probably the last GPL v2 release; GPL v3 on the horizon. -* Thu Apr 10 2008 ro@suse.de -- added baselibs.conf file to build xxbit packages - for multilib support -* Wed Feb 27 2008 sbrabec@suse.cz -- Fixed more possible memory allocation buffer overflows - (bnc#351127). -* Wed Jan 09 2008 sbrabec@suse.cz -- Fixed buffer overflows for long Joliet names (#351127). -* Wed Dec 05 2007 ro@suse.de -- provide main package name in library package for debuginfo - for mini package -* Fri Nov 16 2007 sbrabec@suse.cz -- Removed unwanted NoSource preventing mirroring to Factory. -* Fri Nov 09 2007 crrodriguez@suse.de -- fix build with gcc43 -- update to version 0.79 - * libcdio cdparanoia doing the wrong thing on a single-sector read. Savannah patch #5999. - * Leds to an open file descriptor making it impossible of e.g. - unmounting a CDROM containing the file. Savannah bug #21147. - * bug #19221 (possibly): memory Leak opening an inaccessible device - * more than 30 other bugfixes -- remove libtool archives with empty dependency_libs -- exclude static libraries -* Tue Aug 07 2007 sbrabec@suse.cz -- Fixed mini file list. -* Sun Aug 05 2007 coolo@suse.de -- adding versioned provides for upgrade -* Fri Jul 20 2007 sbrabec@suse.cz -- Updated to version 0.78.2: - * Fixed bug in libcdio.so version numbering. - * Added mmc-tool and mmc-close-tray. - * libudf: can now read (extract) file data, at least for ICB - strategy type 4. - * libcdio is starting to get updated for UTF-8 support. - * Fixes to eject. - * Other fixes. -- Split package according to shared library packaging policy. -- Added script to convert libcdio.spec to libcdio-mini.spec and - update library package names. -* Mon Mar 12 2007 sbrabec@suse.cz -- Fixed NoSrc and Provides of temporary package. -* Fri Oct 06 2006 sbrabec@suse.cz -- Updated to version 0.77: - * Added object-oriented C++ wrapper. - * Replaced libpopt with getopt in binaries. - * Documented cd-paranoia. - * Added cdio_eject_media_drive. - * Added more generic read_sectors(). - * Some provision for handling Rock-Ridge device numbers. - * Block read routines return success if asked to read 0 blocks. - * Start UDF handling - * Improved developer documentation. - * Code improvements. - * Bug fixes. - * Small cdda-player improvements. - * NRG checking parses file. - * Revised and improved example programs. - * Replaced all uses of strcat and strcpy with strncat and - strncpy. -* Mon Jul 03 2006 max@suse.de -- Added gcc-c++ to neededforbuild. -* Fri Jun 30 2006 sbrabec@suse.cz -- Fixed cyclic dependencies in a correct way. -* Tue Jun 27 2006 sbrabec@suse.cz -- Use NoSource in libcdio-mini. -* Thu Jun 22 2006 sbrabec@suse.cz -- Simpler solution of cyclic dependencies. -* Tue Jan 31 2006 sbrabec@suse.cz -- Do not link with invalid rpath. -- Enabled parallel build. -- Fixed devel splitting. -* Thu Jan 26 2006 sbrabec@suse.cz -- Added %%install_info_prereq. -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Tue Nov 08 2005 sbrabec@suse.cz -- Fixed libiso9660.la circular dependency prevention trick. -* Wed Oct 26 2005 sbrabec@suse.cz -- Updated to version 0.76. -- Build as user. -* Fri Aug 05 2005 sbrabec@suse.cz -- Build with libcddb-1.2.1. -* Fri Jul 29 2005 sbrabec@suse.cz -- Updated to version 0.75. -* Mon May 09 2005 sbrabec@suse.cz -- Build with libcddb-1.0.2. -* Tue Apr 26 2005 sbrabec@suse.cz -- Updated to version 0.73. -* Fri Apr 01 2005 meissner@suse.de -- fixed gcc4 compile problem. -* Thu Feb 03 2005 sbrabec@suse.cz -- Updated to version 0.72. -* Mon Jan 31 2005 sbrabec@suse.cz -- Updated to version 0.72rc2. -* Mon Jan 24 2005 sbrabec@suse.cz -- Updated to version 0.71. -* Tue Nov 09 2004 sbrabec@suse.cz -- New SuSE package, version 0.70. -- Work-around of circular dependency on libcddb and vcdimager. diff --git a/libcdio.changes b/libcdio.changes index 4a6b95d..c7b534d 100644 --- a/libcdio.changes +++ b/libcdio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 6 18:54:05 CEST 2009 - sbrabec@suse.cz + +- Updated to version 0.81: + * license of manual now GFDL 1.2 or later + * Nero image handling more complete. + * ISRC query for image files. + * Allow reading pregap of a track via get_track_pregap_lsn(). + * Fixes of iso9660 time setting/getting routines, making them + reentrant. + ------------------------------------------------------------------- Wed Jan 7 12:34:56 CET 2009 - olh@suse.de diff --git a/libcdio.spec b/libcdio.spec index ec73f36..0d13246 100644 --- a/libcdio.spec +++ b/libcdio.spec @@ -1,5 +1,5 @@ # -# spec file for package libcdio (Version 0.80) +# spec file for package libcdio (Version 0.81) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -30,14 +30,14 @@ BuildRequires: libcddb-devel libcdio-devel ncurses-devel vcdimager-devel # Only for regression testing: #BuildRequires: cdparanoia %endif -Version: 0.80 -Release: 7 +Version: 0.81 +Release: 1 # WARNING: After changing versions please call Re or rpmbuild to auto-update spec file: -%define libcdio_name 7 +%define libcdio_name 10 %define libcdio_paranoia_name 0 %define libcdio_cdda_name 0 %define libcdio++_name 0 -%define libiso9660_name 5 +%define libiso9660_name 7 %define libudf_name 0 Url: http://www.gnu.org/software/libcdio/ Group: Productivity/Multimedia/Other @@ -46,7 +46,6 @@ Summary: CD-ROM Access Library Source: %{_name}-%{version}.tar.bz2 Source1: %{_name}_spec-prepare.sh Source2: libcdio-mini-%{version}-rpmlintrc -Patch0: libcdio-bnc394195-install-all-pc-files.patch Requires: licenses # bug437293 %ifarch ppc64 @@ -70,7 +69,7 @@ Authors: Herbert Valerio Riedel Rocky Bernstein -%package -n libcdio7 +%package -n libcdio10 License: GPL v2 or later Group: Productivity/Multimedia/Other Summary: CD-ROM Access Library @@ -83,7 +82,7 @@ Obsoletes: libcdio-64bit Obsoletes: libcdio <= 0.78.2 Provides: libcdio = %{version} -%description -n libcdio7 +%description -n libcdio10 This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. @@ -161,7 +160,7 @@ Authors: Herbert Valerio Riedel Rocky Bernstein -%package -n libiso9660-5 +%package -n libiso9660-7 License: GPL v2 or later Group: Productivity/Multimedia/Other Summary: CD-ROM Access Library @@ -171,7 +170,7 @@ Obsoletes: libcdio-64bit %endif # -%description -n libiso9660-5 +%description -n libiso9660-7 This library encapsulates CD-ROM reading and control. Applications wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. @@ -227,7 +226,7 @@ Authors: License: GPL v2 or later Group: Productivity/Multimedia/Other Summary: CD-ROM access library -Requires: libcdio7 = %{version} libcdio_cdda0 = %{version} libcdio_paranoia0 = %{version} libcdio++0 = %{version} libiso9660-5 = %{version} libudf0 = %{version} glibc-devel +Requires: libcdio10 = %{version} libcdio_cdda0 = %{version} libcdio_paranoia0 = %{version} libcdio++0 = %{version} libiso9660-7 = %{version} libudf0 = %{version} glibc-devel %if %STANDARD_BUILD == 0 Provides: %{_name}-devel = %{version} %endif @@ -251,11 +250,14 @@ Authors: %prep %setup -q -n %{_name}-%{version} -%patch0 -p1 %build autoreconf -f -i -%configure --disable-static --with-pic +# FIXME: Required .pc files are not installed without --enable-cpp-progs. +%configure\ + --disable-static\ + --enable-cpp-progs\ + --with-pic make %{?jobs:-j%jobs} %install @@ -273,7 +275,7 @@ rm -f %{buildroot}%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT -%post -n libcdio7 -p /sbin/ldconfig +%post -n libcdio10 -p /sbin/ldconfig %post -n libcdio_cdda0 -p /sbin/ldconfig @@ -281,11 +283,11 @@ rm -rf $RPM_BUILD_ROOT %post -n libcdio++0 -p /sbin/ldconfig -%post -n libiso9660-5 -p /sbin/ldconfig +%post -n libiso9660-7 -p /sbin/ldconfig %post -n libudf0 -p /sbin/ldconfig -%postun -n libcdio7 -p /sbin/ldconfig +%postun -n libcdio10 -p /sbin/ldconfig %postun -n libcdio_cdda0 -p /sbin/ldconfig @@ -293,7 +295,7 @@ rm -rf $RPM_BUILD_ROOT %postun -n libcdio++0 -p /sbin/ldconfig -%postun -n libiso9660-5 -p /sbin/ldconfig +%postun -n libiso9660-7 -p /sbin/ldconfig %postun -n libudf0 -p /sbin/ldconfig @@ -303,7 +305,7 @@ rm -rf $RPM_BUILD_ROOT %postun utils %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%files -n libcdio7 +%files -n libcdio10 %defattr (-, root, root) %{_libdir}/libcdio.so.* @@ -320,7 +322,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libcdio++.so.* %{_libdir}/libiso9660++.so.* -%files -n libiso9660-5 +%files -n libiso9660-7 %defattr (-, root, root) %{_libdir}/libiso9660.so.* @@ -351,123 +353,3 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog -* Wed Jan 07 2009 olh@suse.de -- obsolete old -XXbit packages (bnc#437293) -* Tue Sep 09 2008 sbrabec@suse.cz -- Update Summary of *mini* packages (bnc#418304). -* Wed Jun 18 2008 schwab@suse.de -- Use autoreconf -i. -* Fri May 23 2008 hpj@suse.de -- Add libcdio-bnc394195-install-all-pc-files.patch (bnc#394195). -* Wed May 21 2008 cthiel@suse.de -- fix baselibs.conf -* Fri Apr 25 2008 sbrabec@suse.cz -- Updated to version 0.80: - * Add option to log summary output in cd-paranoia - * More string bounds checking to eliminate known string overflow - conditions, Savannah#21910 - * add --mode="any" on cd-read which uses a mmc_read_sectors with - read-type CDIO_MMC_READ_TYPE_ANY. - * add --log-summary option to cd-paranoia. Unused option - --output-info (-i) removed - * some small packaging bugs fixed - * probably the last GPL v2 release; GPL v3 on the horizon. -* Thu Apr 10 2008 ro@suse.de -- added baselibs.conf file to build xxbit packages - for multilib support -* Wed Feb 27 2008 sbrabec@suse.cz -- Fixed more possible memory allocation buffer overflows - (bnc#351127). -* Wed Jan 09 2008 sbrabec@suse.cz -- Fixed buffer overflows for long Joliet names (#351127). -* Wed Dec 05 2007 ro@suse.de -- provide main package name in library package for debuginfo - for mini package -* Fri Nov 16 2007 sbrabec@suse.cz -- Removed unwanted NoSource preventing mirroring to Factory. -* Fri Nov 09 2007 crrodriguez@suse.de -- fix build with gcc43 -- update to version 0.79 - * libcdio cdparanoia doing the wrong thing on a single-sector read. Savannah patch #5999. - * Leds to an open file descriptor making it impossible of e.g. - unmounting a CDROM containing the file. Savannah bug #21147. - * bug #19221 (possibly): memory Leak opening an inaccessible device - * more than 30 other bugfixes -- remove libtool archives with empty dependency_libs -- exclude static libraries -* Tue Aug 07 2007 sbrabec@suse.cz -- Fixed mini file list. -* Sun Aug 05 2007 coolo@suse.de -- adding versioned provides for upgrade -* Fri Jul 20 2007 sbrabec@suse.cz -- Updated to version 0.78.2: - * Fixed bug in libcdio.so version numbering. - * Added mmc-tool and mmc-close-tray. - * libudf: can now read (extract) file data, at least for ICB - strategy type 4. - * libcdio is starting to get updated for UTF-8 support. - * Fixes to eject. - * Other fixes. -- Split package according to shared library packaging policy. -- Added script to convert libcdio.spec to libcdio-mini.spec and - update library package names. -* Mon Mar 12 2007 sbrabec@suse.cz -- Fixed NoSrc and Provides of temporary package. -* Fri Oct 06 2006 sbrabec@suse.cz -- Updated to version 0.77: - * Added object-oriented C++ wrapper. - * Replaced libpopt with getopt in binaries. - * Documented cd-paranoia. - * Added cdio_eject_media_drive. - * Added more generic read_sectors(). - * Some provision for handling Rock-Ridge device numbers. - * Block read routines return success if asked to read 0 blocks. - * Start UDF handling - * Improved developer documentation. - * Code improvements. - * Bug fixes. - * Small cdda-player improvements. - * NRG checking parses file. - * Revised and improved example programs. - * Replaced all uses of strcat and strcpy with strncat and - strncpy. -* Mon Jul 03 2006 max@suse.de -- Added gcc-c++ to neededforbuild. -* Fri Jun 30 2006 sbrabec@suse.cz -- Fixed cyclic dependencies in a correct way. -* Tue Jun 27 2006 sbrabec@suse.cz -- Use NoSource in libcdio-mini. -* Thu Jun 22 2006 sbrabec@suse.cz -- Simpler solution of cyclic dependencies. -* Tue Jan 31 2006 sbrabec@suse.cz -- Do not link with invalid rpath. -- Enabled parallel build. -- Fixed devel splitting. -* Thu Jan 26 2006 sbrabec@suse.cz -- Added %%install_info_prereq. -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Tue Nov 08 2005 sbrabec@suse.cz -- Fixed libiso9660.la circular dependency prevention trick. -* Wed Oct 26 2005 sbrabec@suse.cz -- Updated to version 0.76. -- Build as user. -* Fri Aug 05 2005 sbrabec@suse.cz -- Build with libcddb-1.2.1. -* Fri Jul 29 2005 sbrabec@suse.cz -- Updated to version 0.75. -* Mon May 09 2005 sbrabec@suse.cz -- Build with libcddb-1.0.2. -* Tue Apr 26 2005 sbrabec@suse.cz -- Updated to version 0.73. -* Fri Apr 01 2005 meissner@suse.de -- fixed gcc4 compile problem. -* Thu Feb 03 2005 sbrabec@suse.cz -- Updated to version 0.72. -* Mon Jan 31 2005 sbrabec@suse.cz -- Updated to version 0.72rc2. -* Mon Jan 24 2005 sbrabec@suse.cz -- Updated to version 0.71. -* Tue Nov 09 2004 sbrabec@suse.cz -- New SuSE package, version 0.70. -- Work-around of circular dependency on libcddb and vcdimager.