- Update to new upstream release 3.2.1
OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-daemon?expand=0&rev=53
This commit is contained in:
parent
cfb3bb57da
commit
ea361fba9f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:498f0f2fe2225de76acfe0b3dbf9606e4e2eb57ac9d29da9d48064b62587bc4f
|
||||
size 79943
|
3
cdemu-daemon-3.2.1.tar.bz2
Normal file
3
cdemu-daemon-3.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:842d889094be45fb913ee6649cba8f12e6190e83497764536bc63d1c3fc3389c
|
||||
size 82426
|
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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)
|
||||
# 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
|
||||
|
||||
Name: cdemu-daemon
|
||||
Version: 3.1.0
|
||||
Version: 3.2.1
|
||||
Release: 0
|
||||
Summary: Device daemon for cdemu, a virtual CD-ROM device emulator
|
||||
License: GPL-2.0-or-later
|
||||
@ -38,12 +38,12 @@ BuildRequires: cmake >= 2.8.5
|
||||
BuildRequires: intltool >= 0.21
|
||||
BuildRequires: pkg-config >= 0.16
|
||||
BuildRequires: pkgconfig(ao) >= 0.8.0
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.28
|
||||
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) >= %version
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.30
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.30
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.30
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.30
|
||||
BuildRequires: pkgconfig(gthread-2.0) >= 2.30
|
||||
BuildRequires: pkgconfig(libmirage) >= 3.2.0
|
||||
Requires(pre): %fillup_prereq
|
||||
Requires: vhba-kmp
|
||||
Recommends: %name-lang
|
||||
@ -72,10 +72,10 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
b="%buildroot"
|
||||
%cmake_install
|
||||
mkdir -p "$b/%_sbindir" "$b/%{_fillupdir}" \
|
||||
mkdir -p "$b/%_sbindir" "$b/%_fillupdir" \
|
||||
"$b/%_prefix/lib/udev/rules.d"
|
||||
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.
|
||||
rm -rf "$b/%_datadir/dbus-1/system-services" "$b/%_sysconfdir/dbus-1/system.d/"
|
||||
%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
|
||||
%_datadir/dbus-1/
|
||||
%_mandir/man8/cdemu-daemon.8*
|
||||
%{_fillupdir}/sysconfig.cdemu-daemon
|
||||
%_fillupdir/sysconfig.cdemu-daemon
|
||||
%_prefix/lib/udev/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user