Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cdemu-client for openSUSE:Factory 
checked in at 2021-04-27 21:34:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdemu-client (Old)
 and      /work/SRC/openSUSE:Factory/.cdemu-client.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdemu-client"

Tue Apr 27 21:34:32 2021 rev:18 rq:888532 version:3.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdemu-client/cdemu-client.changes        
2020-05-02 22:18:26.572675000 +0200
+++ /work/SRC/openSUSE:Factory/.cdemu-client.new.12324/cdemu-client.changes     
2021-04-27 21:34:39.411983265 +0200
@@ -1,0 +2,7 @@
+Tue Apr 20 03:11:44 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to 3.2.5
+  * Removed password parameter for security reasons
+- Fixed URL
+
+-------------------------------------------------------------------

Old:
----
  cdemu-client-3.2.4.tar.bz2

New:
----
  cdemu-client-3.2.5.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cdemu-client.spec ++++++
--- /var/tmp/diff_new_pack.M34ppp/_old  2021-04-27 21:34:39.907984081 +0200
+++ /var/tmp/diff_new_pack.M34ppp/_new  2021-04-27 21:34:39.911984088 +0200
@@ -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 @@
 
 %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

Reply via email to