Accepting request 714424 from filesystems
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/714424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdemu-client?expand=0&rev=14
This commit is contained in:
commit
af0c5e8113
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:336a078b0b1f70de81d7ee92ee3e3a1e1957843accc4e90a876aeef28648d868
|
|
||||||
size 43066
|
|
3
cdemu-client-3.2.0.tar.bz2
Normal file
3
cdemu-client-3.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a9fea8c54433b6827ea23e13cb10b931609854370afd99a69bea8a750f4a9fff
|
||||||
|
size 43588
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 3 11:49:44 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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
|
Mon Aug 7 19:36:22 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cdemu-client
|
# 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
|
# 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,15 +12,15 @@
|
|||||||
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: cdemu-client
|
Name: cdemu-client
|
||||||
Version: 3.1.0
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line client to control cdemu-daemon
|
Summary: Command-line client to control cdemu-daemon
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: http://cdemu.sf.net/about/client/
|
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: cmake >= 2.8.5
|
||||||
BuildRequires: gettext-tools >= 0.15
|
BuildRequires: gettext-tools >= 0.15
|
||||||
BuildRequires: intltool >= 0.21
|
BuildRequires: intltool >= 0.21
|
||||||
BuildRequires: python >= 2.6
|
BuildRequires: python3 >= 3.4
|
||||||
Requires: dbus-1-python
|
BuildRequires: pkgconfig(bash-completion)
|
||||||
Requires: python >= 2.6
|
Requires: python3 >= 3.4
|
||||||
|
Requires: python3-dbus-python
|
||||||
|
Requires: python3-gobject
|
||||||
|
Requires: typelib(GLib)
|
||||||
|
Requires: typelib(Gio)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -59,11 +63,10 @@ make %{?_smp_mflags}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%dir %_sysconfdir/bash_completion.d/
|
|
||||||
%config %_sysconfdir/bash_completion.d/cdemu-bash-completion.sh
|
|
||||||
%_bindir/cdemu
|
%_bindir/cdemu
|
||||||
%_datadir/applications/%name.desktop
|
%_datadir/applications/%name.desktop
|
||||||
%_datadir/pixmaps/%name.svg
|
%_datadir/pixmaps/%name.svg
|
||||||
|
%_datadir/bash-completion/
|
||||||
%_mandir/man1/cdemu.1*
|
%_mandir/man1/cdemu.1*
|
||||||
|
|
||||||
%files lang -f cdemu.lang
|
%files lang -f cdemu.lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user