Hello community,

here is the log from the commit of package cdemu-daemon for openSUSE:Factory 
checked in at 2016-01-26 10:15:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2016-01-12 16:13:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new/cdemu-daemon.changes   
2016-01-26 10:15:04.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 22 18:48:26 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 3.0.4
+* Ensure "disc_closed" variable is set accordingly
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ cdemu-daemon.spec ++++++
--- /var/tmp/diff_new_pack.1c6cFL/_old  2016-01-26 10:15:05.000000000 +0100
+++ /var/tmp/diff_new_pack.1c6cFL/_new  2016-01-26 10:15:05.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           cdemu-daemon
-Version:        3.0.3
+Version:        3.0.4
 Release:        0
 Summary:        Device daemon for cdemu, a virtual CD-ROM device emulator
 License:        GPL-2.0+

++++++ cdemu-daemon-3.0.3.tar.bz2 -> cdemu-daemon-3.0.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-daemon-3.0.3/CMakeLists.txt 
new/cdemu-daemon-3.0.4/CMakeLists.txt
--- old/cdemu-daemon-3.0.3/CMakeLists.txt       2015-11-21 15:07:45.000000000 
+0100
+++ new/cdemu-daemon-3.0.4/CMakeLists.txt       2015-12-21 22:45:13.000000000 
+0100
@@ -4,7 +4,7 @@
 project (cdemu-daemon C)
 
 # Versioning
-set (CDEMU_DAEMON_VERSION 3.0.3)
+set (CDEMU_DAEMON_VERSION 3.0.4)
 set (CDEMU_DAEMON_INTERFACE_VERSION_MAJOR 7)
 set (CDEMU_DAEMON_INTERFACE_VERSION_MINOR 0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-daemon-3.0.3/README 
new/cdemu-daemon-3.0.4/README
--- old/cdemu-daemon-3.0.3/README       2015-11-21 15:07:45.000000000 +0100
+++ new/cdemu-daemon-3.0.4/README       2015-12-21 22:45:13.000000000 +0100
@@ -1,5 +1,5 @@
 CDEmu Daemon
-3.0.3
+3.0.4
 ~~~~~
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-daemon-3.0.3/debian/changelog 
new/cdemu-daemon-3.0.4/debian/changelog
--- old/cdemu-daemon-3.0.3/debian/changelog     2015-11-21 15:07:45.000000000 
+0100
+++ new/cdemu-daemon-3.0.4/debian/changelog     2015-12-21 22:45:13.000000000 
+0100
@@ -1,3 +1,7 @@
+cdemu-daemon (3.0.4-1) debian; urgency=low
+  * Updated to 3.0.4
+ -- Rok Mandeljc <rok.mande...@gmail.com>  Mon, 21 Dec 2015 12:00:00 +0100
+
 cdemu-daemon (3.0.3-1) debian; urgency=low
   * Updated to 3.0.3
   * Discontinue setting GID on the executable.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-daemon-3.0.3/src/device-load.c 
new/cdemu-daemon-3.0.4/src/device-load.c
--- old/cdemu-daemon-3.0.3/src/device-load.c    2015-11-21 15:07:45.000000000 
+0100
+++ new/cdemu-daemon-3.0.4/src/device-load.c    2015-12-21 22:45:13.000000000 
+0100
@@ -75,6 +75,7 @@
     /* Mark loaded discs as non-writable */
     self->priv->recordable_disc = FALSE;
     self->priv->rewritable_disc = FALSE;
+    self->priv->disc_closed = TRUE;
 
     /* Loading succeeded */
     self->priv->loaded = TRUE;
@@ -182,6 +183,7 @@
     /* Emulate 80-min CD-R or DVD+R SL for now */
     self->priv->recordable_disc = TRUE;
     self->priv->rewritable_disc = FALSE;
+    self->priv->disc_closed = FALSE;
 
     mirage_disc_set_medium_type(self->priv->disc, medium_type);
     self->priv->medium_capacity = medium_capacity;


Reply via email to