Hello community, here is the log from the commit of package libmirage for openSUSE:Factory checked in at 2013-06-11 06:35:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmirage (Old) and /work/SRC/openSUSE:Factory/.libmirage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmirage" Changes: -------- --- /work/SRC/openSUSE:Factory/libmirage/libmirage.changes 2013-03-26 15:56:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libmirage.new/libmirage.changes 2013-06-11 09:33:46.000000000 +0200 @@ -1,0 +2,15 @@ +Sun Jun 9 13:54:54 UTC 2013 - [email protected] + +- Update to new upstream release 2.1.0 +* This release adds a MacBinary/NDIF file filter, a new resource + fork parser for DMG, samplerate conversion for the SndFile filter, + non-blocking I/O, and dynamic device addition/removal. +- Remove patches (merged upstream): + 0001-libMirage-CMake-fix-SOVERSION-which-should-be-set-to.patch, + 0001-libMirage-READCD-Parser-readcd-from-cdrtools-appears.patch, + 0001-libMirage-READCD-Parser-when-verifying-the-file-don-.patch, + 0001-libMirage-SNDFILE-filter-instead-of-a-single-frame-c.patch +- Add (cherry-picked fixes): + 0001-libMirage-proper-versioning-of-the-introspection-typ.patch + +------------------------------------------------------------------- Old: ---- 0001-libMirage-CMake-fix-SOVERSION-which-should-be-set-to.patch 0001-libMirage-READCD-Parser-readcd-from-cdrtools-appears.patch 0001-libMirage-READCD-Parser-when-verifying-the-file-don-.patch 0001-libMirage-SNDFILE-filter-instead-of-a-single-frame-c.patch libmirage-2.0.0.tar.xz New: ---- 0001-libMirage-proper-versioning-of-the-introspection-typ.patch libmirage-2.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmirage.spec ++++++ --- /var/tmp/diff_new_pack.aUnZv7/_old 2013-06-11 09:33:47.000000000 +0200 +++ /var/tmp/diff_new_pack.aUnZv7/_new 2013-06-11 09:33:47.000000000 +0200 @@ -17,33 +17,30 @@ Name: libmirage -%define lname libmirage7 -%define pname 2_0 +%define lname libmirage8 +%define pname 2_1 Summary: A CD-ROM image access library License: GPL-2.0+ Group: Development/Libraries/C and C++ -Version: 2.0.0 +Version: 2.1.0 Release: 0 Url: http://cdemu.sf.net/ #Freecode-URL: https://freecode.com/projects/cdemu-for-linux #Git-Clone: git://git.code.sf.net/p/cdemu/code #DL-URL: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 -Source: %name-%version.tar.xz -Patch1: 0001-libMirage-CMake-fix-SOVERSION-which-should-be-set-to.patch -Patch2: 0001-libMirage-READCD-Parser-when-verifying-the-file-don-.patch -Patch3: 0001-libMirage-READCD-Parser-readcd-from-cdrtools-appears.patch -Patch4: 0001-libMirage-SNDFILE-filter-instead-of-a-single-frame-c.patch +Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 +Patch1: 0001-libMirage-proper-versioning-of-the-introspection-typ.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake >= 2.8.5 BuildRequires: pkgconfig >= 0.16 -BuildRequires: xz BuildRequires: pkgconfig(glib-2.0) >= 2.28 BuildRequires: pkgconfig(gmodule-2.0) >= 2.28 BuildRequires: pkgconfig(gobject-2.0) >= 2.28 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30.0 BuildRequires: pkgconfig(gtk-doc) >= 1.4 BuildRequires: pkgconfig(liblzma) >= 5.0.0 +BuildRequires: pkgconfig(samplerate) >= 0.1.0 BuildRequires: pkgconfig(sndfile) >= 1.0.0 BuildRequires: pkgconfig(zlib) >= 1.2.0 %if 0%{?fedora_version} @@ -63,7 +60,7 @@ Summary: A CD-ROM image access library Group: System/Libraries # Technically Suggests:, but pretty useless without -Requires: libmirage-2_0 >= 2.0 +Requires: libmirage-%pname >= %version %description -n %lname A CD-ROM image access library part of the cdemu suite. @@ -72,7 +69,7 @@ image formats by creating a representation of disc stored in image file. -%package 2_0 +%package %pname Summary: CD-ROM image format plugins for libmirage Group: System/Libraries %if 0%{?suse_version} @@ -81,7 +78,7 @@ Requires: libmirage-data %endif -%description 2_0 +%description %pname A CD-ROM image access library part of the cdemu suite. libmirage provides uniform access to the data stored in different @@ -120,11 +117,11 @@ This package contains the MIME type definitions and documentation. -%package -n typelib-1_0-libmirage-2_0 +%package -n typelib-1_0-libmirage-%pname Summary: The libmirage CD-ROM image access library - introspection bindings Group: System/Libraries -%description -n typelib-1_0-libmirage-2_0 +%description -n typelib-1_0-libmirage-%pname libmirage provides uniform access to the data stored in different image formats by creating a representation of disc stored in image file. @@ -132,8 +129,8 @@ This package provides the GObject Introspection bindings for libmirage. %prep -%setup -Tcqa0 -%patch -P 1 -P 2 -P 3 -P 4 -p2 +%setup -q +%patch -P 1 -p2 %build # gir is busted on 12.1 @@ -150,7 +147,6 @@ make install DESTDIR="$b"; %post -n %lname -p /sbin/ldconfig - %postun -n %lname -p /sbin/ldconfig %post data @@ -161,20 +157,20 @@ %files -n %lname %defattr(-,root,root) -%_libdir/libmirage.so.* +%_libdir/libmirage.so.8* -%files 2_0 +%files %pname %defattr(-,root,root) -%_libdir/libmirage-2.0 +%_libdir/libmirage-2.1/ %files data %defattr(-,root,root) -%_datadir/gtk-doc +%_datadir/gtk-doc/ %_datadir/mime/packages/* %files devel %defattr(-,root,root) -%_includedir/libmirage +%_includedir/libmirage/ %_libdir/libmirage.so %_libdir/pkgconfig/libmirage.pc %if 0%{?suse_version} != 1210 @@ -182,7 +178,7 @@ %endif %if 0%{?suse_version} != 1210 -%files -n typelib-1_0-libmirage-2_0 +%files -n typelib-1_0-libmirage-%pname %defattr(-,root,root) %_libdir/girepository-1.0 %endif ++++++ 0001-libMirage-proper-versioning-of-the-introspection-typ.patch ++++++ >From 1f13f0af6dcc0014b27dc9135279267ff21c3199 Mon Sep 17 00:00:00 2001 From: Rok Mandeljc <[email protected]> Date: Sun, 9 Jun 2013 18:35:00 +0200 Subject: [PATCH] libMirage: proper versioning of the introspection typelib --- libmirage/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmirage/CMakeLists.txt b/libmirage/CMakeLists.txt index c265dd2..6d33b40 100644 --- a/libmirage/CMakeLists.txt +++ b/libmirage/CMakeLists.txt @@ -221,7 +221,7 @@ endif () # *** Introspection *** if (INTROSPECTION_ENABLED AND INTROSPECTION_FOUND) gobject_introspection ( - FILENAME libMirage-2.0.gir + FILENAME libMirage-${MIRAGE_MAJOR_VERSION}.${MIRAGE_MINOR_VERSION}.gir NSVERSION ${MIRAGE_VERSION_SHORT} INCLUDES GObject-2.0 Gio-2.0 GLib-2.0 GModule-2.0 LIBRARY mirage -- 1.8.2 ++++++ libmirage-2.0.0.tar.xz -> libmirage-2.1.0.tar.bz2 ++++++ ++++ 84377 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
