Hello community,

here is the log from the commit of package libcdio for openSUSE:Factory checked 
in at 2013-02-23 08:08:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcdio (Old)
 and      /work/SRC/openSUSE:Factory/.libcdio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcdio", Maintainer is "sbra...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcdio/cdio-utils.changes       2012-05-22 
10:09:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcdio.new/cdio-utils.changes  2013-02-23 
08:09:00.000000000 +0100
@@ -1,0 +2,15 @@
+Sun Feb 17 00:17:25 UTC 2013 - reddw...@opensuse.org
+
+- Update to 0.90
+  * CD-Text overhaul and API change (Leon Merten Lohse)
+  * Works again (somewhat) on MinGW; tolerence for Microsoft's C compiler 
(Pete Batard)
+  * UDF, Joliet and Rock-Ridge fixes (Pete Batard)
+  * OSX fixes (Natalia Portillo and Robert William Fuller)
+  * paranoia library removed as that is GPL 2-ish. This is now a separate 
project
+  * file names in cue files are relative to the cue file rather than cwd.
+  * Update mmc.h to include MMC-5 commands. (Or MMC-6 since it adds nothing 
new)
+  * Add mmc_cmd2str() to show MMC command name. Show that in some errors
+  * Add UDF reading to iso-read and iso-info via --udf or -U (Christophe 
Fergeau)
+  * bug fixes, more tests, update documentation
+
+-------------------------------------------------------------------
libcdio.changes: same change

Old:
----
  libcdio-0.83.git.tar.bz2

New:
----
  libcdio-0.90.tar.gz

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

Other differences:
------------------
++++++ cdio-utils.spec ++++++
--- /var/tmp/diff_new_pack.iw1fVy/_old  2013-02-23 08:09:03.000000000 +0100
+++ /var/tmp/diff_new_pack.iw1fVy/_new  2013-02-23 08:09:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cdio-utils
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,7 +19,7 @@
 %define cdioutils 1
 
 Name:           cdio-utils
-Version:        0.83.git
+Version:        0.90
 Release:        0
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -39,7 +39,7 @@
 License:        GPL-3.0+
 Group:          Productivity/Multimedia/Other
 # http://ftp.gnu.org/gnu/libcdio/
-Source0:        libcdio-%{version}.tar.bz2
+Source0:        libcdio-%{version}.tar.gz
 Source1:        baselibs.conf
 # bug437293
 %ifarch ppc64
@@ -56,8 +56,6 @@
 wanting to be oblivious to the OS and device-dependent properties of a
 CD-ROM can use this library.
 
-%define _configure ./autogen.sh
-
 %prep
 %setup -q -n libcdio-%{version}
 %define buildir ${PWD}

++++++ libcdio.spec ++++++
--- /var/tmp/diff_new_pack.iw1fVy/_old  2013-02-23 08:09:03.000000000 +0100
+++ /var/tmp/diff_new_pack.iw1fVy/_new  2013-02-23 08:09:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcdio
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,9 +18,10 @@
 
 %define cdioutils 0
 %define build_paranoia 0
+%define cdio_soname 14
 
 Name:           libcdio
-Version:        0.83.git
+Version:        0.90
 Release:        0
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -38,7 +39,7 @@
 License:        GPL-3.0+
 Group:          Productivity/Multimedia/Other
 # http://ftp.gnu.org/gnu/libcdio/
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.gz
 Source1:        baselibs.conf
 # bug437293
 %ifarch ppc64
@@ -53,7 +54,7 @@
 CD-ROM can use this library.
 
 
-%package -n libcdio13
+%package -n libcdio%{cdio_soname}
 Summary:        CD-ROM Access Library
 Group:          Productivity/Multimedia/Other
 # bug437293
@@ -65,7 +66,7 @@
 Obsoletes:      libcdio <= 0.78.2
 Provides:       libcdio = %{version}
 
-%description -n libcdio13
+%description -n libcdio%{cdio_soname}
 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.
@@ -157,8 +158,8 @@
 Summary:        CD-ROM access library
 Group:          Development/Languages/C and C++
 Requires:       glibc-devel
+Requires:       libcdio%{cdio_soname} = %{version}
 Requires:       libcdio++0 = %{version}
-Requires:       libcdio13 = %{version}
 Requires:       libiso9660-8 = %{version}
 Requires:       libudf0 = %{version}
 %if %{build_paranoia} == 1
@@ -176,8 +177,6 @@
 wanting to be oblivious to the OS and device-dependent properties of a
 CD-ROM can use this library.
 
-%define _configure ./autogen.sh
-
 %prep
 %setup -q
 %define buildir ${PWD}
@@ -188,7 +187,6 @@
        --enable-static=n \
        --enable-shared=yes \
        --with-pic \
-       --enable-cpp-progs \
        --enable-rock \
        --without-cd-drive \
        --without-cd-info \
@@ -208,7 +206,7 @@
 rm -rf %{buildroot}%{_bindir} %{buildroot}%{_mandir}
 rm -f %{buildroot}%{_libdir}/*.la
 
-%post -n libcdio13 -p /sbin/ldconfig
+%post -n libcdio%{cdio_soname} -p /sbin/ldconfig
 
 %post -n libcdio++0 -p /sbin/ldconfig
 
@@ -216,7 +214,7 @@
 
 %post -n libudf0 -p /sbin/ldconfig
 
-%postun -n libcdio13 -p /sbin/ldconfig
+%postun -n libcdio%{cdio_soname} -p /sbin/ldconfig
 
 %postun -n libcdio++0 -p /sbin/ldconfig
 
@@ -230,7 +228,7 @@
 %postun devel
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%files -n libcdio13
+%files -n libcdio%{cdio_soname}
 %defattr (-, root, root)
 %{_libdir}/libcdio.so.*
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.iw1fVy/_old  2013-02-23 08:09:03.000000000 +0100
+++ /var/tmp/diff_new_pack.iw1fVy/_new  2013-02-23 08:09:03.000000000 +0100
@@ -1,4 +1,4 @@
-libcdio13
+libcdio14
   obsoletes "libcdio-<targettype> <= <version>"
   provides "libcdio-<targettype> = <version>"
 libiso9660-8

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

Reply via email to