Accepting request 209041 from filesystems

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/209041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdemu-daemon?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2013-12-02 08:38:30 +00:00 committed by Git OBS Bridge
commit d31be91e14
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8224a5d8d16cbd9a2294e9c7ab544d61059d9870023e48705699af7366846580
size 62540

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d26782071184d555b06ad5def7d1c22916cbeb73377328879499b91e1196f36f
size 62600

View File

@ -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

View File

@ -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