Hello community,

here is the log from the commit of package libmirage for openSUSE:Factory 
checked in at 2014-07-17 06:58:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-02 
07:22:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmirage.new/libmirage.changes 2014-07-17 
06:58:31.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jul 13 08:48:46 UTC 2014 - [email protected]
+
+- Update to new upstream release 3.0.0
+* The file access and filter stream layer in libMirage were
+  revised to allow implementation of filters for both reading and
+  writing, and an infrastructure for implementing image writers
+  was added, along with reference implementations for ISO and TOC
+  writers.
+
+-------------------------------------------------------------------

Old:
----
  libmirage-2.1.1.tar.xz

New:
----
  libmirage-3.0.0.tar.bz2

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

Other differences:
------------------
++++++ libmirage.spec ++++++
--- /var/tmp/diff_new_pack.TakZeZ/_old  2014-07-17 06:58:31.000000000 +0200
+++ /var/tmp/diff_new_pack.TakZeZ/_new  2014-07-17 06:58:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmirage
 #
-# 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
@@ -17,22 +17,20 @@
 
 
 Name:           libmirage
-%define lname  libmirage9
-%define pname  2_1
+%define lname   libmirage10
+%define pname  3_0
 Summary:        A CD-ROM image access library
 License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
-Version:        2.1.1
+Version:        3.0.0
 Release:        0
-Url:            http://cdemu.sf.net/
+Url:            http://cdemu.sf.net/about/libmirage/
 
-#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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         http://downloads.sf.net/cdemu/%name-%version.tar.bz2
 BuildRequires:  cmake >= 2.8.5
 BuildRequires:  pkgconfig >= 0.16
+BuildRequires:  pkgconfig(bzip2) >= 1.0.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.28
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28
@@ -42,12 +40,6 @@
 BuildRequires:  pkgconfig(samplerate) >= 0.1.0
 BuildRequires:  pkgconfig(sndfile) >= 1.0.0
 BuildRequires:  pkgconfig(zlib) >= 1.2.0
-%if 0%{?fedora_version}
-BuildRequires:  bzip2-devel >= 1.0.0
-%else
-BuildRequires:  pkgconfig(bzip2) >= 1.0.0
-%endif
-BuildRequires:  xz
 
 %description
 A CD-ROM image access library part of the cdemu suite.
@@ -72,11 +64,7 @@
 %package %pname
 Summary:        CD-ROM image format plugins for libmirage
 Group:          System/Libraries
-%if 0%{?suse_version}
 Recommends:     libmirage-data
-%else
-Requires:       libmirage-data
-%endif
 
 %description %pname
 A CD-ROM image access library part of the cdemu suite.
@@ -106,9 +94,7 @@
 Group:          Development/Libraries/C and C++
 Requires(post):        shared-mime-info
 Requires(postun):      shared-mime-info
-%if 0%{?suse_version} >= 1140
 BuildArch:      noarch
-%endif
 
 %description data
 libmirage provides uniform access to the data stored in different
@@ -132,35 +118,24 @@
 %setup -q
 
 %build
-# gir is busted on 12.1
 cmake . \
-%if 0%{?suse_version} == 1210
-       -DINTROSPECTION_ENABLED=0 \
-%endif
        -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
-       -DCMAKE_C_FLAGS:STRING="%optflags";
-make %{?_smp_mflags};
+       -DCMAKE_C_FLAGS:STRING="%optflags"
+make %{?_smp_mflags}
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
+make install DESTDIR="%buildroot"
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
-%post data
-update-mime-database %{_datadir}/mime || :;
-
-%postun data 
-update-mime-database %{_datadir}/mime || :;
-
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libmirage.so.9*
+%_libdir/libmirage.so.10*
 
 %files %pname
 %defattr(-,root,root)
-%_libdir/libmirage-2.1/
+%_libdir/libmirage-3.0/
 
 %files data
 %defattr(-,root,root)
@@ -169,17 +144,13 @@
 
 %files devel
 %defattr(-,root,root)
-%_includedir/libmirage/
+%_includedir/libmirage-3.0/
 %_libdir/libmirage.so
 %_libdir/pkgconfig/libmirage.pc
-%if 0%{?suse_version} != 1210
 %_datadir/gir-1.0
-%endif
 
-%if 0%{?suse_version} != 1210
 %files -n typelib-1_0-libmirage-%pname
 %defattr(-,root,root)
 %_libdir/girepository-1.0
-%endif
 
 %changelog

++++++ libmirage-2.1.1.tar.xz -> libmirage-3.0.0.tar.bz2 ++++++
++++ 91402 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to