Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package amtk for openSUSE:Factory checked in at 2022-05-17 17:24:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amtk (Old) and /work/SRC/openSUSE:Factory/.amtk.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amtk" Tue May 17 17:24:37 2022 rev:10 rq:977683 version:5.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/amtk/amtk.changes 2022-04-26 20:18:04.284782673 +0200 +++ /work/SRC/openSUSE:Factory/.amtk.new.1538/amtk.changes 2022-05-17 17:24:56.399198525 +0200 @@ -1,0 +2,6 @@ +Tue May 17 08:32:10 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 5.4.0: + + Version bump only. + +------------------------------------------------------------------- @@ -4 +10 @@ -- Update to version 5.3.2 +- Update to version 5.3.2: Old: ---- amtk-5.3.2.tar.xz New: ---- amtk-5.4.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amtk.spec ++++++ --- /var/tmp/diff_new_pack.2AX0bY/_old 2022-05-17 17:24:57.855199845 +0200 +++ /var/tmp/diff_new_pack.2AX0bY/_new 2022-05-17 17:24:57.859199848 +0200 @@ -20,13 +20,13 @@ %define api_ver 5 %define libamtk libamtk-%{api_ver}-0 Name: amtk -Version: 5.3.2 +Version: 5.4.0 Release: 0 Summary: An Actions, Menus and Toolbars Kit License: LGPL-3.0-or-later Group: Development/Libraries/GNOME URL: https://gitlab.gnome.org/swilmet/amtk/ -Source0: https://download.gnome.org/sources/amtk/5.3/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/amtk/5.4/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel >= 1.42.0 BuildRequires: gtk-doc >= 1.25 ++++++ amtk-5.3.2.tar.xz -> amtk-5.4.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amtk-5.3.2/NEWS new/amtk-5.4.0/NEWS --- old/amtk-5.3.2/NEWS 2022-04-18 14:21:58.000000000 +0200 +++ new/amtk-5.4.0/NEWS 2022-05-02 14:52:00.000000000 +0200 @@ -1,3 +1,7 @@ +News in 5.4.0, 2022-05-02 +------------------------- +* Nothing. + News in 5.3.2, 2022-04-18 ------------------------- * The project is now hosted here: https://gitlab.gnome.org/swilmet/amtk diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amtk-5.3.2/meson.build new/amtk-5.4.0/meson.build --- old/amtk-5.3.2/meson.build 2022-04-18 14:21:58.000000000 +0200 +++ new/amtk-5.4.0/meson.build 2022-05-02 14:52:00.000000000 +0200 @@ -6,7 +6,7 @@ project( 'amtk', 'c', meson_version: '>= 0.53', - version: '5.3.2', + version: '5.4.0', default_options: ['warning_level=2'] ) @@ -34,7 +34,7 @@ # When incrementing the API version (usually for a new major package version), # set CURRENT, REVISION and AGE to 0 since it's like a new library. lt_current = 0 -lt_revision = 0 +lt_revision = 1 lt_age = 0 AMTK_LT_VERSION = '@0@.@1@.@2@'.format(lt_current, lt_revision, lt_age)