diff --git a/baselibs.conf b/baselibs.conf index 7262793..2305a4f 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,7 +1,7 @@ -libcdio14 +libcdio16 obsoletes "libcdio- <= " provides "libcdio- = " -libiso9660-8 +libiso9660-10 libcdio++0 libudf0 #libcdio_cdda1 diff --git a/cdio-utils.changes b/cdio-utils.changes index 4f894ee..ca2dca2 100644 --- a/cdio-utils.changes +++ b/cdio-utils.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jan 31 15:43:30 UTC 2015 - p.drouand@gmail.com + +- Update to version 0.93 + * Add cdio_free, iso9660_stat_free, and iso9660_xa_free functions. + * Deprecate mmc_isrc_track_read_subchannel + * Add mmc_get_track_isrc function. + * Update OS versions we recognize + * OSX, and MS Windows, ISO 9660 and other bug fixes + * Remove Coverty scan warnins and errors + * OS/2 driver performance update - KO Myung-Hun +- Bump so versions + * libcdio14 to libcdio16 + * libiso9660-8 to libiso9660-10 +- Update baselibs.conf +- Remove depreciated AUTHORS section + ------------------------------------------------------------------- Sun Feb 17 00:17:25 UTC 2013 - reddwarf@opensuse.org diff --git a/cdio-utils.spec b/cdio-utils.spec index d969ca9..4a36d4e 100644 --- a/cdio-utils.spec +++ b/cdio-utils.spec @@ -1,7 +1,7 @@ # # spec file for package cdio-utils # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,11 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define cdioutils 1 Name: cdio-utils -Version: 0.90 +Version: 0.93 Release: 0 BuildRequires: fdupes BuildRequires: gcc-c++ diff --git a/libcdio-0.90.tar.gz b/libcdio-0.90.tar.gz deleted file mode 100644 index 4ba581f..0000000 --- a/libcdio-0.90.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af7e73825cec045e7775a205924de4804fe8ce60ccd299d605234b5df233f74e -size 2650532 diff --git a/libcdio-0.93.tar.gz b/libcdio-0.93.tar.gz new file mode 100644 index 0000000..6c3f378 --- /dev/null +++ b/libcdio-0.93.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4972cd22fd8d0e8bff922d35c7a645be0db0ab0e7b3dfaecc9cd8272429d6975 +size 2723371 diff --git a/libcdio.changes b/libcdio.changes index e3d2bd9..166f274 100644 --- a/libcdio.changes +++ b/libcdio.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jan 31 15:52:35 UTC 2015 - p.drouand@gmail.com + +- Update to version 0.93 + * Add cdio_free, iso9660_stat_free, and iso9660_xa_free functions. + * Deprecate mmc_isrc_track_read_subchannel + * Add mmc_get_track_isrc function. + * Update OS versions we recognize + * OSX, and MS Windows, ISO 9660 and other bug fixes + * Remove Coverty scan warnins and errors + * OS/2 driver performance update - KO Myung-Hun +- Bump so versions + * libcdio14 to libcdio16 + * libiso9660-8 to libiso9660-10 +- Update baselibs.conf +- Remove depreciated AUTHORS section + ------------------------------------------------------------------- Tue Apr 2 15:39:40 UTC 2013 - davejplater@gmail.com diff --git a/libcdio.spec b/libcdio.spec index 16e9390..25ce840 100644 --- a/libcdio.spec +++ b/libcdio.spec @@ -1,7 +1,7 @@ # # spec file for package libcdio # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cdioutils 0 %define build_paranoia 0 -%define cdio_soname 14 +%define cdio_soname 16 Name: libcdio -Version: 0.90 +Version: 0.93 Release: 0 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -118,13 +118,7 @@ wanting to be oblivious to the OS and device-dependent properties of a CD-ROM can use this library. - -Authors: --------- - Herbert Valerio Riedel - Rocky Bernstein - -%package -n libiso9660-8 +%package -n libiso9660-10 Summary: CD-ROM Access Library Group: Productivity/Multimedia/Other # bug437293 @@ -133,7 +127,7 @@ Obsoletes: libcdio-64bit %endif # -%description -n libiso9660-8 +%description -n libiso9660-10 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. @@ -159,7 +153,7 @@ Group: Development/Languages/C and C++ Requires: glibc-devel Requires: libcdio%{cdio_soname} = %{version} Requires: libcdio++0 = %{version} -Requires: libiso9660-8 = %{version} +Requires: libiso9660-10 = %{version} Requires: libudf0 = %{version} %if %{build_paranoia} == 1 Requires: libcdio_cdda1 = %{version} @@ -209,7 +203,7 @@ rm -f %{buildroot}%{_libdir}/*.la %post -n libcdio++0 -p /sbin/ldconfig -%post -n libiso9660-8 -p /sbin/ldconfig +%post -n libiso9660-10 -p /sbin/ldconfig %post -n libudf0 -p /sbin/ldconfig @@ -217,7 +211,7 @@ rm -f %{buildroot}%{_libdir}/*.la %postun -n libcdio++0 -p /sbin/ldconfig -%postun -n libiso9660-8 -p /sbin/ldconfig +%postun -n libiso9660-10 -p /sbin/ldconfig %postun -n libudf0 -p /sbin/ldconfig @@ -236,7 +230,7 @@ rm -f %{buildroot}%{_libdir}/*.la %{_libdir}/libcdio++.so.* %{_libdir}/libiso9660++.so.* -%files -n libiso9660-8 +%files -n libiso9660-10 %defattr (-, root, root) %{_libdir}/libiso9660.so.*