1
0
forked from pool/cdemu-daemon

Accepting request 714425 from filesystems

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/714425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdemu-daemon?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2019-07-11 11:18:43 +00:00 committed by Git OBS Bridge
commit a24d747bf6
4 changed files with 31 additions and 15 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jul 3 11:44:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 3.2.1
* Added initial support for BluRay profile
* Added initial support for BluRay writing
* Extended READ DISC STRUCTURE for BluRay support
* Moved the fabrication of disc structures from libMirage
to cdemu-daemon.
* Implemented READ DISC STRUCTURE format 0xFF (list of
supported structures).
* Removed the "dvd-report-css" flag as parser parameter and
implemented it as device option.
* Improved GET PERFORMANCE implementation: better argument
checking, updated descriptors, and added BluRay support.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 25 11:36:28 UTC 2018 - p.seiler@linuxmail.org Wed Apr 25 11:36:28 UTC 2018 - p.seiler@linuxmail.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package cdemu-daemon # spec file for package cdemu-daemon
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -22,7 +22,7 @@
%endif %endif
Name: cdemu-daemon Name: cdemu-daemon
Version: 3.1.0 Version: 3.2.1
Release: 0 Release: 0
Summary: Device daemon for cdemu, a virtual CD-ROM device emulator Summary: Device daemon for cdemu, a virtual CD-ROM device emulator
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -38,12 +38,12 @@ BuildRequires: cmake >= 2.8.5
BuildRequires: intltool >= 0.21 BuildRequires: intltool >= 0.21
BuildRequires: pkg-config >= 0.16 BuildRequires: pkg-config >= 0.16
BuildRequires: pkgconfig(ao) >= 0.8.0 BuildRequires: pkgconfig(ao) >= 0.8.0
BuildRequires: pkgconfig(gio-2.0) >= 2.28 BuildRequires: pkgconfig(gio-2.0) >= 2.30
BuildRequires: pkgconfig(glib-2.0) >= 2.28 BuildRequires: pkgconfig(glib-2.0) >= 2.30
BuildRequires: pkgconfig(gmodule-2.0) >= 2.28 BuildRequires: pkgconfig(gmodule-2.0) >= 2.30
BuildRequires: pkgconfig(gobject-2.0) >= 2.28 BuildRequires: pkgconfig(gobject-2.0) >= 2.30
BuildRequires: pkgconfig(gthread-2.0) >= 2.28 BuildRequires: pkgconfig(gthread-2.0) >= 2.30
BuildRequires: pkgconfig(libmirage) >= %version BuildRequires: pkgconfig(libmirage) >= 3.2.0
Requires(pre): %fillup_prereq Requires(pre): %fillup_prereq
Requires: vhba-kmp Requires: vhba-kmp
Recommends: %name-lang Recommends: %name-lang
@ -72,10 +72,10 @@ make %{?_smp_mflags}
%install %install
b="%buildroot" b="%buildroot"
%cmake_install %cmake_install
mkdir -p "$b/%_sbindir" "$b/%{_fillupdir}" \ mkdir -p "$b/%_sbindir" "$b/%_fillupdir" \
"$b/%_prefix/lib/udev/rules.d" "$b/%_prefix/lib/udev/rules.d"
install -pm0644 "%{S:2}" "$b/%_prefix/lib/udev/rules.d/60-vhba.rules" install -pm0644 "%{S:2}" "$b/%_prefix/lib/udev/rules.d/60-vhba.rules"
install -pm0644 "%{S:3}" "$b/%{_fillupdir}/sysconfig.cdemu-daemon" install -pm0644 "%{S:3}" "$b/%_fillupdir/sysconfig.cdemu-daemon"
# Not desired for security; it would permit a user to start a system service. # Not desired for security; it would permit a user to start a system service.
rm -rf "$b/%_datadir/dbus-1/system-services" "$b/%_sysconfdir/dbus-1/system.d/" rm -rf "$b/%_datadir/dbus-1/system-services" "$b/%_sysconfdir/dbus-1/system.d/"
%find_lang %name %find_lang %name
@ -90,7 +90,7 @@ rm -rf "$b/%_datadir/dbus-1/system-services" "$b/%_sysconfdir/dbus-1/system.d/"
%_libexecdir/cdemu-daemon-session.sh %_libexecdir/cdemu-daemon-session.sh
%_datadir/dbus-1/ %_datadir/dbus-1/
%_mandir/man8/cdemu-daemon.8* %_mandir/man8/cdemu-daemon.8*
%{_fillupdir}/sysconfig.cdemu-daemon %_fillupdir/sysconfig.cdemu-daemon
%_prefix/lib/udev/ %_prefix/lib/udev/
%changelog %changelog