Hello community,

here is the log from the commit of package cdemu-daemon for openSUSE:Factory 
checked in at 2013-03-26 11:55:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdemu-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.cdemu-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdemu-daemon", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes        
2012-11-28 10:08:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new/cdemu-daemon.changes   
2013-03-26 11:55:44.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Dec 22 08:23:15 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.0.0 (up from 1.5.0)
+* Support for ISZ, CSO, DMG, GBI, ECM, gzip and xz formats
+* Partial support for 1-track MDX
+- Resolves a problem with autostarting cdemu-daemon
+  (bnc#809181, bnc#809862)
+
+-------------------------------------------------------------------

Old:
----
  cdemu-daemon-1.5.0.tar.bz2

New:
----
  cdemu-daemon-2.0.0.tar.xz

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

Other differences:
------------------
++++++ cdemu-daemon.spec ++++++
--- /var/tmp/diff_new_pack.3Ay7Om/_old  2013-03-26 11:55:45.000000000 +0100
+++ /var/tmp/diff_new_pack.3Ay7Om/_new  2013-03-26 11:55:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cdemu-daemon
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           cdemu-daemon
-Version:        1.5.0
+Version:        2.0.0
 Release:        0
 Summary:        Device daemon for cdemu, a virtual CD-ROM device emulator
 License:        GPL-2.0+
@@ -25,19 +25,22 @@
 Url:            http://cdemu.sf.net/
 
 #Freecode-URL: https://freecode.com/projects/cdemu-for-linux
-Source:         http://downloads.sf.net/cdemu/%name-%version.tar.bz2
+#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
 Source3:        cdemu-daemon.sysconfig
 Patch1:         logfile.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#BuildRequires:        autoconf >= 2.59
+BuildRequires:  cmake >= 2.8.5
 BuildRequires:  pkgconfig
+BuildRequires:  xz
 BuildRequires:  pkgconfig(ao) >= 0.8.0
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.28
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.28
 BuildRequires:  pkgconfig(gthread-2.0) >= 2.28
-BuildRequires:  pkgconfig(libmirage) >= 1.5.0
+BuildRequires:  pkgconfig(libmirage) >= 2.0.0
 
 %description
 cdemu-daemon receives SCSI commands from kernel module thorugh the
@@ -51,11 +54,13 @@
 that can be used by clients to control it.
 
 %prep
-%setup -q
+%setup -Tcqa0
 %patch -P 1 -p1
 
 %build
-%configure
+cmake . -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
+       -DCMAKE_INSTALL_LIBEXECDIR:PATH="%_libexecdir" \
+       -DCMAKE_C_FLAGS:STRING="%optflags";
 make %{?_smp_mflags};
 
 %install
@@ -69,10 +74,10 @@
 
 %files
 %defattr(-,root,root)
-%_bindir/cdemud
-%_libexecdir/cdemu-daemon-*.sh
+%_bindir/cdemu-daemon
+%_libexecdir/cdemu-daemon-session.sh
 %_datadir/dbus-1
-%_mandir/man8/cdemud.8*
+%_mandir/man8/cdemu-daemon.8*
 %_localstatedir/adm/fillup-templates/sysconfig.cdemu-daemon
 
 %changelog

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

Reply via email to