From 1e3a39efd6b6a27e732063d92131feb08118d35fe7458637d2179d8a0bc83a91 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 1 May 2020 21:13:30 +0000 Subject: [PATCH 1/3] Accepting request 799518 from home:ukbeast89:branches:filesystems - Update to release 3.2.4 OBS-URL: https://build.opensuse.org/request/show/799518 OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=57 --- cdemu-daemon-3.2.3.tar.bz2 | 3 --- cdemu-daemon-3.2.4.tar.bz2 | 3 +++ cdemu-daemon.changes | 5 +++++ cdemu-daemon.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 cdemu-daemon-3.2.3.tar.bz2 create mode 100644 cdemu-daemon-3.2.4.tar.bz2 diff --git a/cdemu-daemon-3.2.3.tar.bz2 b/cdemu-daemon-3.2.3.tar.bz2 deleted file mode 100644 index 2dd15fd..0000000 --- a/cdemu-daemon-3.2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b94bd9f343b82a292ea542c6454762ae4d5987a78387d36a5a5c335bf9fb5d08 -size 83130 diff --git a/cdemu-daemon-3.2.4.tar.bz2 b/cdemu-daemon-3.2.4.tar.bz2 new file mode 100644 index 0000000..a628ce9 --- /dev/null +++ b/cdemu-daemon-3.2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b32d4b78631e5f449f05f8d26b7f2f46dd3e82387f5855ccabb4933592de0b +size 83580 diff --git a/cdemu-daemon.changes b/cdemu-daemon.changes index e6cd587..72815d8 100644 --- a/cdemu-daemon.changes +++ b/cdemu-daemon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 1 13:57:00 UTC 2020 - Aaron Stern + +- Update to release 3.2.4 + ------------------------------------------------------------------- Thu Oct 24 10:56:39 UTC 2019 - Jan Engelhardt diff --git a/cdemu-daemon.spec b/cdemu-daemon.spec index 080490f..d6e8302 100644 --- a/cdemu-daemon.spec +++ b/cdemu-daemon.spec @@ -22,7 +22,7 @@ %endif Name: cdemu-daemon -Version: 3.2.3 +Version: 3.2.4 Release: 0 Summary: Device daemon for cdemu, a virtual CD-ROM device emulator License: GPL-2.0-or-later From b86426821ea8e86768661c3ca8e1376ab6048d87416899614aeaac4a97aaf06c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 1 May 2020 21:15:41 +0000 Subject: [PATCH 2/3] add changelog OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=58 --- cdemu-daemon.changes | 6 ++++++ cdemu-daemon.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cdemu-daemon.changes b/cdemu-daemon.changes index 72815d8..4fdda14 100644 --- a/cdemu-daemon.changes +++ b/cdemu-daemon.changes @@ -2,6 +2,12 @@ Fri May 1 13:57:00 UTC 2020 - Aaron Stern - Update to release 3.2.4 + * Updated the list of commands that interrupt audio play. + * Generate device serial number using global device number + instead of local one. + * Delay emulation: removed the use of deprecated GTimeVal. + * Tweak default device identifier in standard INQUIRY response. + * Implemented INQUIRY EVPD 0x83 page. ------------------------------------------------------------------- Thu Oct 24 10:56:39 UTC 2019 - Jan Engelhardt diff --git a/cdemu-daemon.spec b/cdemu-daemon.spec index d6e8302..e38e108 100644 --- a/cdemu-daemon.spec +++ b/cdemu-daemon.spec @@ -1,7 +1,7 @@ # # spec file for package cdemu-daemon # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ Release: 0 Summary: Device daemon for cdemu, a virtual CD-ROM device emulator License: GPL-2.0-or-later Group: System/Daemons -Url: http://cdemu.sf.net/about/daemon/ +URL: http://cdemu.sf.net/about/daemon/ #Git-Clone: git://git.code.sf.net/p/cdemu/code Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 From 246cb3cd5ce4805402cd5f3dba9a2b1997076f8716486b169e7a1e9f4327d9b6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 1 May 2020 21:16:25 +0000 Subject: [PATCH 3/3] add changelog OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=59 --- cdemu-daemon.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cdemu-daemon.spec b/cdemu-daemon.spec index e38e108..46e33b3 100644 --- a/cdemu-daemon.spec +++ b/cdemu-daemon.spec @@ -27,10 +27,10 @@ Release: 0 Summary: Device daemon for cdemu, a virtual CD-ROM device emulator License: GPL-2.0-or-later Group: System/Daemons -URL: http://cdemu.sf.net/about/daemon/ +URL: https://cdemu.sourceforge.io/about/daemon/ #Git-Clone: git://git.code.sf.net/p/cdemu/code -Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 +Source: https://downloads.sf.net/cdemu/%name-%version.tar.bz2 Source2: 60-vhba.rules Source3: cdemu-daemon.sysconfig Patch1: logfile.diff