From 293807576e37d5d0b2ac6d8089d047d07db48b4a849e4c9633ea83355c2505eb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 24 Nov 2013 11:27:35 +0000 Subject: [PATCH] cdemu-daemon-2.1.1 OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=19 --- cdemu-daemon-2.1.0.tar.bz2 | 3 --- cdemu-daemon-2.1.1.tar.bz2 | 3 +++ cdemu-daemon.changes | 10 ++++++++++ cdemu-daemon.spec | 8 +++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 cdemu-daemon-2.1.0.tar.bz2 create mode 100644 cdemu-daemon-2.1.1.tar.bz2 diff --git a/cdemu-daemon-2.1.0.tar.bz2 b/cdemu-daemon-2.1.0.tar.bz2 deleted file mode 100644 index 133804f..0000000 --- a/cdemu-daemon-2.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8224a5d8d16cbd9a2294e9c7ab544d61059d9870023e48705699af7366846580 -size 62540 diff --git a/cdemu-daemon-2.1.1.tar.bz2 b/cdemu-daemon-2.1.1.tar.bz2 new file mode 100644 index 0000000..7bd328d --- /dev/null +++ b/cdemu-daemon-2.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26782071184d555b06ad5def7d1c22916cbeb73377328879499b91e1196f36f +size 62600 diff --git a/cdemu-daemon.changes b/cdemu-daemon.changes index fd8e914..febaa1b 100644 --- a/cdemu-daemon.changes +++ b/cdemu-daemon.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Nov 24 11:23:28 UTC 2013 - jengelh@inai.de + +- Update to new upstream release 2.1.1 +* allow bad sector verification to be turned off (which is now + default) in order to increase device throughput +* DPM emulation is now turned off by default as well +* make sure that EDC and subchannel verification is never performed + for generated data + ------------------------------------------------------------------- Sun Jun 9 14:37:29 UTC 2013 - jengelh@inai.de diff --git a/cdemu-daemon.spec b/cdemu-daemon.spec index 9fc14bc..3c440bc 100644 --- a/cdemu-daemon.spec +++ b/cdemu-daemon.spec @@ -17,7 +17,7 @@ Name: cdemu-daemon -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Device daemon for cdemu, a virtual CD-ROM device emulator License: GPL-2.0+ @@ -39,7 +39,7 @@ 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.1.0 +BuildRequires: pkgconfig(libmirage) >= 2.1.1 %description cdemu-daemon receives SCSI commands from kernel module thorugh the @@ -57,11 +57,9 @@ that can be used by clients to control it. %patch -P 1 -p1 %build -# cdemu-daemon still uses deprecated g_thread_init, so use -# G_DISABLE_DEPRECATED. cmake . -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \ -DCMAKE_INSTALL_LIBEXECDIR:PATH="%_libexecdir" \ - -DCMAKE_C_FLAGS:STRING="%optflags -UG_DISABLE_DEPRECATED"; + -DCMAKE_C_FLAGS:STRING="%optflags"; make %{?_smp_mflags}; %install