Script 'mail_helper' called by obssrc Hello community,
here is the log from the commit of package bamf for openSUSE:Factory checked in at 2022-07-29 16:47:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bamf (Old) and /work/SRC/openSUSE:Factory/.bamf.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bamf"
Fri Jul 29 16:47:25 2022 rev:8 rq:991610 version:0.5.6
Changes: -------- --- /work/SRC/openSUSE:Factory/bamf/bamf.changes 2021-05-13 22:18:44.763545338 +0200 +++ /work/SRC/openSUSE:Factory/.bamf.new.1533/bamf.changes 2022-07-29 16:47:42.630621293 +0200 @@ -1,0 +2,13 @@ +Thu Jul 28 18:43:10 UTC 2022 - Dirk M��ller dmueller@suse.com + +- update to 0.5.6: + * configure.ac: bump glib requirement to >= 2.38 + * port gobject privates methods using non-deprecated macros + * bamf-view: Fix deprecation warning with proper replacement + * libbamf: Use more modern macros to define classes + * configure: Ensure we compile using all the required gobject packages + * daemon/bamf-application: Support ShowIn in generated desktop with new format + * tests/bamfdaemon: Remove window-added/removed tests + * bamfdaemon, tests: Export and destroy windows and applications + +-------------------------------------------------------------------
Old: ---- bamf-0.5.5.tar.xz bamf-0.5.5.tar.xz.asc
New: ---- bamf-0.5.6.tar.gz bamf-0.5.6.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ bamf.spec ++++++ --- /var/tmp/diff_new_pack.cT2T8w/_old 2022-07-29 16:47:43.062622494 +0200 +++ /var/tmp/diff_new_pack.cT2T8w/_new 2022-07-29 16:47:43.062622494 +0200 @@ -1,7 +1,7 @@ # # spec file for package bamf # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,13 @@ %define _binver 3 %define _version 0.5 Name: bamf -Version: 0.5.5 +Version: 0.5.6 Release: 0 Summary: Window matching library License: GPL-3.0-only AND LGPL-3.0-only URL: https://launchpad.net/bamf -Source: https://launchpad.net/bamf/%%7B_version%7D/%%7Bversion%7D/+download/bamf-%%7... -Source2: https://launchpad.net/bamf/%%7B_version%7D/%%7Bversion%7D/+download/bamf-%%7... +Source: https://launchpad.net/bamf/%%7B_version%7D/%%7Bversion%7D/+download/bamf-%%7... +Source2: https://launchpad.net/bamf/%%7B_version%7D/%%7Bversion%7D/+download/bamf-%%7... Source3: %{name}.keyring BuildRequires: gnome-common BuildRequires: pkgconfig @@ -35,7 +35,7 @@ BuildRequires: vala BuildRequires: pkgconfig(gio-2.0) >= 2.30.0 BuildRequires: pkgconfig(gio-unix-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.38.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.2 BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libgtop-2.0) @@ -109,7 +109,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{lname} -p /sbin/ldconfig - %postun -n %{lname} -p /sbin/ldconfig
%files daemon