Hello community, here is the log from the commit of package cdemu-client for openSUSE:Factory checked in at 2020-03-25 23:50:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cdemu-client (Old) and /work/SRC/openSUSE:Factory/.cdemu-client.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdemu-client" Wed Mar 25 23:50:06 2020 rev:16 rq:788323 version:3.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/cdemu-client/cdemu-client.changes 2019-10-24 23:11:07.664659787 +0200 +++ /work/SRC/openSUSE:Factory/.cdemu-client.new.3160/cdemu-client.changes 2020-03-25 23:51:15.164005376 +0100 @@ -1,0 +2,8 @@ +Wed Mar 25 17:38:41 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Drop the manual typelib() Requires. Add gobject-introspection + BuildRequires instead and let the system do the magic for us. +- Replace /usr/bin/env shebang of cdemu. +- Drop the empty NEWS file from the files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cdemu-client.spec ++++++ --- /var/tmp/diff_new_pack.h7EOyb/_old 2020-03-25 23:51:18.252004559 +0100 +++ /var/tmp/diff_new_pack.h7EOyb/_new 2020-03-25 23:51:18.256004558 +0100 @@ -1,7 +1,7 @@ # # spec file for package cdemu-client # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,14 +28,13 @@ Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2 BuildRequires: cmake >= 2.8.5 BuildRequires: gettext-tools >= 0.15 +BuildRequires: gobject-introspection BuildRequires: intltool >= 0.21 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 @@ -49,6 +48,7 @@ %prep %setup -q +sed -i "s|/usr/bin/env python3|%{_bindir}/python3|" src/cdemu %build cmake . \ @@ -61,7 +61,7 @@ %find_lang cdemu %files -%doc AUTHORS COPYING NEWS README +%doc AUTHORS COPYING README %_bindir/cdemu %_datadir/applications/%name.desktop %_datadir/pixmaps/%name.svg
