Hello community,

here is the log from the commit of package libcdio for openSUSE:Factory checked 
in at 2015-02-25 02:16:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcdio (Old)
 and      /work/SRC/openSUSE:Factory/.libcdio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcdio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcdio/cdio-utils.changes       2013-02-23 
08:09:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libcdio.new/cdio-utils.changes  2015-02-25 
02:16:54.000000000 +0100
@@ -1,0 +2,17 @@
+Sat Jan 31 15:43:30 UTC 2015 - p.drou...@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
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/libcdio/libcdio.changes  2013-04-07 
14:23:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcdio.new/libcdio.changes     2015-02-25 
02:16:55.000000000 +0100
@@ -1,0 +2,17 @@
+Sat Jan 31 15:52:35 UTC 2015 - p.drou...@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
+
+-------------------------------------------------------------------

Old:
----
  libcdio-0.90.tar.gz

New:
----
  libcdio-0.93.tar.gz

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

Other differences:
------------------
++++++ cdio-utils.spec ++++++
--- /var/tmp/diff_new_pack.QGBCiP/_old  2015-02-25 02:16:56.000000000 +0100
+++ /var/tmp/diff_new_pack.QGBCiP/_new  2015-02-25 02:16:56.000000000 +0100
@@ -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++

++++++ libcdio.spec ++++++
--- /var/tmp/diff_new_pack.QGBCiP/_old  2015-02-25 02:16:56.000000000 +0100
+++ /var/tmp/diff_new_pack.QGBCiP/_new  2015-02-25 02:16:56.000000000 +0100
@@ -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 @@
 CD-ROM can use this library.
 
 
-
-Authors:
---------
-    Herbert Valerio Riedel <h...@gnu.org>
-    Rocky Bernstein <ro...@panix.com>
-
-%package -n libiso9660-8
+%package -n libiso9660-10
 Summary:        CD-ROM Access Library
 Group:          Productivity/Multimedia/Other
 # bug437293
@@ -133,7 +127,7 @@
 %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 @@
 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 @@
 
 %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 @@
 
 %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 @@
 %{_libdir}/libcdio++.so.*
 %{_libdir}/libiso9660++.so.*
 
-%files -n libiso9660-8
+%files -n libiso9660-10
 %defattr (-, root, root)
 %{_libdir}/libiso9660.so.*
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.QGBCiP/_old  2015-02-25 02:16:56.000000000 +0100
+++ /var/tmp/diff_new_pack.QGBCiP/_new  2015-02-25 02:16:56.000000000 +0100
@@ -1,7 +1,7 @@
-libcdio14
+libcdio16
   obsoletes "libcdio-<targettype> <= <version>"
   provides "libcdio-<targettype> = <version>"
-libiso9660-8
+libiso9660-10
 libcdio++0
 libudf0
 #libcdio_cdda1

++++++ libcdio-0.90.tar.gz -> libcdio-0.93.tar.gz ++++++
++++ 55872 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to