Hello community,

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

Package is "cdemu-daemon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes        
2013-04-17 18:22:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new/cdemu-daemon.changes   
2013-06-11 09:25:59.000000000 +0200
@@ -1,0 +2,17 @@
+Sun Jun  9 14:37:29 UTC 2013 - [email protected]
+
+- Update to new upstream release 2.1.0
+* Use non-blocking I/O on VHBA control device, implemented device
+  restart on kernel/userspace I/O errors
+* Added support for device addition/removal. To preserve device
+  numbering, devices can only be appended, and only the last device
+  can be removed.
+* Auto-started daemon now creates only a single device by default.
+* Fixed device ID reported by INQUIRY, where last letters were
+  missing
+* Session autostart script now uses "default" instead of "pulse"
+  for audio driver.
+* If audio device initialization fails, fallback to "null" instead
+  of just stopping the playback thread.
+
+-------------------------------------------------------------------

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

New:
----
  cdemu-daemon-2.1.0.tar.bz2

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

Other differences:
------------------
++++++ cdemu-daemon.spec ++++++
--- /var/tmp/diff_new_pack.slF408/_old  2013-06-11 09:26:00.000000000 +0200
+++ /var/tmp/diff_new_pack.slF408/_new  2013-06-11 09:26:00.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           cdemu-daemon
-Version:        2.0.0
+Version:        2.1.0
 Release:        0
 Summary:        Device daemon for cdemu, a virtual CD-ROM device emulator
 License:        GPL-2.0+
@@ -27,20 +27,19 @@
 #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
+Source:         http://downloads.sf.net/cdemu/%name-%version.tar.bz2
 Source3:        cdemu-daemon.sysconfig
 Patch1:         logfile.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 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) >= 2.0.0
+BuildRequires:  pkgconfig(libmirage) >= 2.1.0
 
 %description
 cdemu-daemon receives SCSI commands from kernel module thorugh the
@@ -54,7 +53,7 @@
 that can be used by clients to control it.
 
 %prep
-%setup -Tcqa0
+%setup -q
 %patch -P 1 -p1
 
 %build

++++++ cdemu-daemon-2.0.0.tar.xz -> cdemu-daemon-2.1.0.tar.bz2 ++++++
++++ 22270 lines of diff (skipped)

++++++ logfile.diff ++++++
--- /var/tmp/diff_new_pack.slF408/_old  2013-06-11 09:26:00.000000000 +0200
+++ /var/tmp/diff_new_pack.slF408/_new  2013-06-11 09:26:00.000000000 +0200
@@ -2,13 +2,13 @@
  system/cdemu-daemon-system.sh |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: cdemu-daemon-1.5.0/system/cdemu-daemon-system.sh
+Index: cdemu-daemon-2.1.0/system/cdemu-daemon-system.sh
 ===================================================================
---- cdemu-daemon-1.5.0.orig/system/cdemu-daemon-system.sh
-+++ cdemu-daemon-1.5.0/system/cdemu-daemon-system.sh
+--- cdemu-daemon-2.1.0.orig/system/cdemu-daemon-system.sh
++++ cdemu-daemon-2.1.0/system/cdemu-daemon-system.sh
 @@ -6,7 +6,7 @@
  # Default settings
- NUM_DEVICES=2
+ NUM_DEVICES=1
  AUDIO_DRIVER=null
 -LOG_FILE=/tmp/cdemu-daemon.log
 +LOG_FILE=/var/log/cdemu-daemon.log

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

Reply via email to