From a19ff4273b75b4e9246991cd11c29f43b641c44ec896293c59f2c5aad1524402 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 3 Jul 2019 12:11:21 +0000 Subject: [PATCH] - Update to new upstream release 3.2.0 OBS-URL: https://build.opensuse.org/package/show/filesystems/cdemu-client?expand=0&rev=23 --- cdemu-client-3.1.0.tar.bz2 | 3 --- cdemu-client-3.2.0.tar.bz2 | 3 +++ cdemu-client.changes | 9 +++++++++ cdemu-client.spec | 21 ++++++++++++--------- 4 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 cdemu-client-3.1.0.tar.bz2 create mode 100644 cdemu-client-3.2.0.tar.bz2 diff --git a/cdemu-client-3.1.0.tar.bz2 b/cdemu-client-3.1.0.tar.bz2 deleted file mode 100644 index cf12418..0000000 --- a/cdemu-client-3.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:336a078b0b1f70de81d7ee92ee3e3a1e1957843accc4e90a876aeef28648d868 -size 43066 diff --git a/cdemu-client-3.2.0.tar.bz2 b/cdemu-client-3.2.0.tar.bz2 new file mode 100644 index 0000000..c8bb6e7 --- /dev/null +++ b/cdemu-client-3.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fea8c54433b6827ea23e13cb10b931609854370afd99a69bea8a750f4a9fff +size 43588 diff --git a/cdemu-client.changes b/cdemu-client.changes index 4307208..4a56708 100644 --- a/cdemu-client.changes +++ b/cdemu-client.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 3 11:49:44 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 3.2.0 + * Switched to python3. + * Added "bdr" as valid blank medium type. + * Implemented "dvd-report-css" ad device option instead of + image-loading parameter. + ------------------------------------------------------------------- Mon Aug 7 19:36:22 UTC 2017 - jengelh@inai.de diff --git a/cdemu-client.spec b/cdemu-client.spec index 4fe4ea8..5ae30f9 100644 --- a/cdemu-client.spec +++ b/cdemu-client.spec @@ -1,7 +1,7 @@ # # spec file for package cdemu-client # -# Copyright (c) 2017 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,15 +12,15 @@ # 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/ # Name: cdemu-client -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: Command-line client to control cdemu-daemon -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Filesystems Url: http://cdemu.sf.net/about/client/ @@ -29,9 +29,13 @@ Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 BuildRequires: cmake >= 2.8.5 BuildRequires: gettext-tools >= 0.15 BuildRequires: intltool >= 0.21 -BuildRequires: python >= 2.6 -Requires: dbus-1-python -Requires: python >= 2.6 +BuildRequires: python3 >= 3.4 +BuildRequires: pkgconfig(bash-completion) +Requires: python3 >= 3.4 +Requires: python3-dbus-python +Requires: python3-gobject +Requires: typelib(GLib) +Requires: typelib(Gio) BuildArch: noarch %description @@ -59,11 +63,10 @@ make %{?_smp_mflags} %files %defattr(-,root,root) %doc AUTHORS COPYING NEWS README -%dir %_sysconfdir/bash_completion.d/ -%config %_sysconfdir/bash_completion.d/cdemu-bash-completion.sh %_bindir/cdemu %_datadir/applications/%name.desktop %_datadir/pixmaps/%name.svg +%_datadir/bash-completion/ %_mandir/man1/cdemu.1* %files lang -f cdemu.lang