diff --git a/.files b/.files index 42c46b8..2ac93e5 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index b1ff574..f0c6905 100644 --- a/.rev +++ b/.rev @@ -132,4 +132,12 @@ - Update to release 3.2.4 799561 + + 8aa1e980765bce59ee75b68b86609a98 + 3.2.5 + + dimstar_suse + - Update to 3.2.5 + 888532 + diff --git a/cdemu-client-3.2.4.tar.bz2 b/cdemu-client-3.2.4.tar.bz2 deleted file mode 120000 index 3ed8636..0000000 --- a/cdemu-client-3.2.4.tar.bz2 +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreif6ekor6qxxj7z5qfad455ceeg6wmydktamcu6zy5bs3sqkjiu65m \ No newline at end of file diff --git a/cdemu-client-3.2.5.tar.xz b/cdemu-client-3.2.5.tar.xz new file mode 120000 index 0000000..7558d0b --- /dev/null +++ b/cdemu-client-3.2.5.tar.xz @@ -0,0 +1 @@ +/ipfs/bafkreifhfwc6ww74xtwqccgnpqmcpziced4pdv4zrwzqz2ykvaedm3bz34 \ No newline at end of file diff --git a/cdemu-client.changes b/cdemu-client.changes index 367beab..7fac2fc 100644 --- a/cdemu-client.changes +++ b/cdemu-client.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Apr 20 03:11:44 UTC 2021 - Ferdinand Thiessen + +- Update to 3.2.5 + * Removed password parameter for security reasons +- Fixed URL + +------------------------------------------------------------------- Fri May 1 13:55:38 UTC 2020 - Aaron Stern - Update to release 3.2.4 diff --git a/cdemu-client.spec b/cdemu-client.spec index 7c134d9..cf2468b 100644 --- a/cdemu-client.spec +++ b/cdemu-client.spec @@ -1,7 +1,7 @@ # # spec file for package cdemu-client # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,22 +17,22 @@ Name: cdemu-client -Version: 3.2.4 +Version: 3.2.5 Release: 0 Summary: Command-line client to control cdemu-daemon License: GPL-2.0-or-later Group: System/Filesystems -URL: https://cdemu.sf.net/about/client/ +URL: https://cdemu.sourceforge.io/about/client/ -#Git-Clone: git://git.code.sf.net/p/cdemu/code -Source: https://downloads.sf.net/cdemu/%name-%version.tar.bz2 -BuildRequires: cmake >= 2.8.5 +#Git-Clone: https://github.com/cdemu/cdemu +Source: https://downloads.sf.net/cdemu/%name-%version.tar.xz +BuildRequires: cmake >= 3.7 BuildRequires: gettext-tools >= 0.15 BuildRequires: gobject-introspection BuildRequires: intltool >= 0.21 -BuildRequires: python3 >= 3.4 +BuildRequires: python3 BuildRequires: pkgconfig(bash-completion) -Requires: python3 >= 3.4 +Requires: python3 Requires: python3-dbus-python Requires: python3-gobject BuildArch: noarch @@ -48,20 +48,21 @@ devices' status and retrieving/setting their debug masks. %prep %setup -q -sed -i "s|/usr/bin/env python3|%{_bindir}/python3|" src/cdemu +sed -i "s|/usr/bin/env python3|%_bindir/python3|" src/cdemu %build -cmake . \ +%cmake \ -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \ -DCMAKE_INSTALL_LIBDIR:PATH="%_libdir" -make %{?_smp_mflags} +%cmake_build %install -%make_install +%cmake_install %find_lang cdemu %files -%doc AUTHORS COPYING README +%license COPYING +%doc AUTHORS README %_bindir/cdemu %_datadir/applications/%name.desktop %_datadir/pixmaps/%name.svg