Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package amtk for openSUSE:Factory checked in 
at 2021-04-12 12:35:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amtk (Old)
 and      /work/SRC/openSUSE:Factory/.amtk.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amtk"

Mon Apr 12 12:35:05 2021 rev:8 rq:881087 version:5.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/amtk/amtk.changes        2020-11-23 
10:21:29.544753189 +0100
+++ /work/SRC/openSUSE:Factory/.amtk.new.2401/amtk.changes      2021-04-12 
12:37:32.661381808 +0200
@@ -1,0 +2,12 @@
+Thu Jan 14 18:03:58 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Update to version 5.3.1:
+  + Build: port to Meson, remove Autotools.
+  + Updated translations.
+- Switch to meson buildsystem:
+  + Add meson BuildRequires.
+  + Replace configure/make/make_install with respective
+    meson/meson_build/meson_install macros.
+- Enable test suite: add %check session and call %meson_test.
+
+-------------------------------------------------------------------

Old:
----
  amtk-5.2.0.tar.xz

New:
----
  amtk-5.3.1.tar.xz

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

Other differences:
------------------
++++++ amtk.spec ++++++
--- /var/tmp/diff_new_pack.9xVWgg/_old  2021-04-12 12:37:33.433382705 +0200
+++ /var/tmp/diff_new_pack.9xVWgg/_new  2021-04-12 12:37:33.437382710 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package amtk
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2018 Luciano Santos, [email protected].
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,16 +20,17 @@
 %define api_ver 5
 %define libamtk libamtk-%{api_ver}-0
 Name:           amtk
-Version:        5.2.0
+Version:        5.3.1
 Release:        0
 Summary:        An Actions, Menus and Toolbars Kit
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/GNOME
 URL:            https://wiki.gnome.org/Projects/Amtk
-Source0:        
https://download.gnome.org/sources/amtk/5.2/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/amtk/5.3/%{name}-%{version}.tar.xz
 
 BuildRequires:  gobject-introspection-devel >= 1.42.0
 BuildRequires:  gtk-doc >= 1.25
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0) >= 2.52
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
@@ -84,15 +85,17 @@
 %autosetup -p1
 
 %build
-%configure \
-    --enable-gtk-doc
-%make_build
+%meson \
+  -Dgtk_doc=true
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 %find_lang %{name}-%{api_ver}
 
+%check
+%meson_test
+
 %post   -n %{libamtk} -p /sbin/ldconfig
 %postun -n %{libamtk} -p /sbin/ldconfig
 
@@ -105,8 +108,8 @@
 %{_libdir}/girepository-1.0/Amtk-%{api_ver}.typelib
 
 %files devel
-%doc ABOUT-NLS AUTHORS HACKING README
-%doc %{_datadir}/gtk-doc/html/%{name}-%{api_ver}.0
+%doc HACKING
+%doc %{_datadir}/gtk-doc/html/%{name}-%{api_ver}
 %{_datadir}/gir-1.0/Amtk-%{api_ver}.gir
 %{_includedir}/amtk-%{api_ver}/
 %{_libdir}/pkgconfig/amtk-%{api_ver}.pc

++++++ amtk-5.2.0.tar.xz -> amtk-5.3.1.tar.xz ++++++
++++ 79985 lines of diff (skipped)

Reply via email to