From 761cf52fb2bd977e8e09478fa34a7e418c430346de846ab5dfceddf8e3e24eb7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 2 Oct 2014 13:55:01 +0000 Subject: [PATCH 1/4] cdemu-daemon-3.0.2 OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=30 --- cdemu-daemon-3.0.1.tar.bz2 | 3 --- cdemu-daemon-3.0.2.tar.bz2 | 3 +++ cdemu-daemon.changes | 11 +++++++++++ cdemu-daemon.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 cdemu-daemon-3.0.1.tar.bz2 create mode 100644 cdemu-daemon-3.0.2.tar.bz2 diff --git a/cdemu-daemon-3.0.1.tar.bz2 b/cdemu-daemon-3.0.1.tar.bz2 deleted file mode 100644 index 694b120..0000000 --- a/cdemu-daemon-3.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e6fb14f71678ef878f7320e1c685bdd0d0965863e00f127f000cd2a37bb1a39 -size 76200 diff --git a/cdemu-daemon-3.0.2.tar.bz2 b/cdemu-daemon-3.0.2.tar.bz2 new file mode 100644 index 0000000..8eb8242 --- /dev/null +++ b/cdemu-daemon-3.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06 +size 76029 diff --git a/cdemu-daemon.changes b/cdemu-daemon.changes index b311d78..5cf06ab 100644 --- a/cdemu-daemon.changes +++ b/cdemu-daemon.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Oct 2 13:49:10 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 3.0.2 +* properly report last session lead-in address as 0xFFFFFFFF on + closed and non-recordable discs. Fixes "Used capacity" in K3B's + Medium Information right after writing an image to the virtual + disc. +* fixed a typo that prevented CD-TEXT being recorded on any + recording attempt beyond the first one + ------------------------------------------------------------------- Mon Sep 22 22:32:54 UTC 2014 - jengelh@inai.de diff --git a/cdemu-daemon.spec b/cdemu-daemon.spec index e56d2d5..09b23c4 100644 --- a/cdemu-daemon.spec +++ b/cdemu-daemon.spec @@ -17,7 +17,7 @@ Name: cdemu-daemon -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: Device daemon for cdemu, a virtual CD-ROM device emulator License: GPL-2.0+ From bf7fe945ed875761230e0ab97e26170782b43bb75c9bbd2c7898b0505558dfeb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 2 Oct 2014 14:05:02 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=31 --- cdemu-daemon.spec | 3 ++- glibheaders.diff | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 glibheaders.diff diff --git a/cdemu-daemon.spec b/cdemu-daemon.spec index 09b23c4..f897168 100644 --- a/cdemu-daemon.spec +++ b/cdemu-daemon.spec @@ -29,6 +29,7 @@ Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 Source2: 60-vhba.rules Source3: cdemu-daemon.sysconfig Patch1: logfile.diff +Patch2: glibheaders.diff BuildRequires: cmake >= 2.8.5 BuildRequires: pkgconfig BuildRequires: pkgconfig(ao) >= 0.8.0 @@ -52,7 +53,7 @@ that can be used by clients to control it. %prep %setup -q -%patch -P 1 -p1 +%patch -P 1 -P 2 -p1 %build cmake . \ diff --git a/glibheaders.diff b/glibheaders.diff new file mode 100644 index 0000000..a25d65a --- /dev/null +++ b/glibheaders.diff @@ -0,0 +1,16 @@ +--- + src/mmc-packet-commands.h | 1 + + 1 file changed, 1 insertion(+) + +Index: cdemu-daemon-3.0.2/src/mmc-packet-commands.h +=================================================================== +--- cdemu-daemon-3.0.2.orig/src/mmc-packet-commands.h ++++ cdemu-daemon-3.0.2/src/mmc-packet-commands.h +@@ -87,6 +87,7 @@ typedef enum { + - SCSI-3 Block Command Set (SBC) + */ + ++#include + + /**********************************************************************\ + * BLANK * From 5cf30cea634f3c4bbca045c3323f1bb306dd52a504ced88d1172f8881ccda3bf Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 2 Oct 2014 14:13:11 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=32 --- cdemu-daemon.spec | 5 ++--- glibheaders.diff | 16 ---------------- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 glibheaders.diff diff --git a/cdemu-daemon.spec b/cdemu-daemon.spec index f897168..fa70ed7 100644 --- a/cdemu-daemon.spec +++ b/cdemu-daemon.spec @@ -29,7 +29,6 @@ Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 Source2: 60-vhba.rules Source3: cdemu-daemon.sysconfig Patch1: logfile.diff -Patch2: glibheaders.diff BuildRequires: cmake >= 2.8.5 BuildRequires: pkgconfig BuildRequires: pkgconfig(ao) >= 0.8.0 @@ -53,14 +52,14 @@ that can be used by clients to control it. %prep %setup -q -%patch -P 1 -P 2 -p1 +%patch -P 1 -p1 %build cmake . \ -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \ -DCMAKE_INSTALL_LIBEXECDIR:PATH="%_libexecdir" \ -DCMAKE_C_FLAGS:STRING="%optflags" -make %{?_smp_mflags} +make %{?_smp_mflags} -j1 %install b="%buildroot" diff --git a/glibheaders.diff b/glibheaders.diff deleted file mode 100644 index a25d65a..0000000 --- a/glibheaders.diff +++ /dev/null @@ -1,16 +0,0 @@ ---- - src/mmc-packet-commands.h | 1 + - 1 file changed, 1 insertion(+) - -Index: cdemu-daemon-3.0.2/src/mmc-packet-commands.h -=================================================================== ---- cdemu-daemon-3.0.2.orig/src/mmc-packet-commands.h -+++ cdemu-daemon-3.0.2/src/mmc-packet-commands.h -@@ -87,6 +87,7 @@ typedef enum { - - SCSI-3 Block Command Set (SBC) - */ - -+#include - - /**********************************************************************\ - * BLANK * From 259c6718b65932943dcc564af789c396ddd1fe733831d6d5b753418b894a1df6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 2 Oct 2014 14:54:26 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=33 --- cdemu-daemon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdemu-daemon.spec b/cdemu-daemon.spec index fa70ed7..09b23c4 100644 --- a/cdemu-daemon.spec +++ b/cdemu-daemon.spec @@ -59,7 +59,7 @@ cmake . \ -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \ -DCMAKE_INSTALL_LIBEXECDIR:PATH="%_libexecdir" \ -DCMAKE_C_FLAGS:STRING="%optflags" -make %{?_smp_mflags} -j1 +make %{?_smp_mflags} %install b="%buildroot"