Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mate-desktop for openSUSE:Factory checked in at 2024-04-09 16:47:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-desktop (Old) and /work/SRC/openSUSE:Factory/.mate-desktop.new.29460 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-desktop" Tue Apr 9 16:47:09 2024 rev:34 rq:1165590 version:1.28.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mate-desktop/mate-desktop.changes 2023-11-24 23:34:53.239644266 +0100 +++ /work/SRC/openSUSE:Factory/.mate-desktop.new.29460/mate-desktop.changes 2024-04-09 16:51:09.640774710 +0200 @@ -1,0 +2,9 @@ +Sat Mar 23 13:47:00 UTC 2024 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 1.28.2 + * Translations update + * Distribute Meson build system + * Make MateImageMenuItem subclassable + * MateImageMenuItem: Remove unnecessary label field + +------------------------------------------------------------------- Old: ---- mate-desktop-1.26.2.tar.xz New: ---- mate-desktop-1.28.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-desktop.spec ++++++ --- /var/tmp/diff_new_pack.ZV7q1t/_old 2024-04-09 16:51:10.076790794 +0200 +++ /var/tmp/diff_new_pack.ZV7q1t/_new 2024-04-09 16:51:10.076790794 +0200 @@ -1,7 +1,7 @@ # # spec file for package mate-desktop # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,9 +19,10 @@ %define soname libmate-desktop-2 %define sover 17 %define typelib typelib-1_0-MateDesktop-2_0 -%define _version 1.26 +%define _version 1.28 + Name: mate-desktop -Version: 1.26.2 +Version: 1.28.2 Release: 0 Summary: Library with common API for various MATE modules License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT @@ -31,6 +32,7 @@ Source1: user-dirs-update-mate.desktop BuildRequires: docbook-xsl-stylesheets BuildRequires: mate-common >= %{_version} +BuildRequires: meson >= 0.49.0 BuildRequires: pkgconfig BuildRequires: rsvg-convert BuildRequires: update-desktop-files @@ -60,9 +62,6 @@ This package contains the library with common API for various MATE modules. - - -# Separate shared schemas to make MATE desktop applications usable standalone. %package -n %{typelib} Summary: Common API for various MATE modules typelib License: GPL-2.0-or-later @@ -108,16 +107,17 @@ This package contains the library with common API for various MATE modules. %prep -%setup -q +%autosetup -p1 %build -NOCONFIGURE=1 mate-autogen -%configure \ - --disable-static -%make_build +%meson -Dgtk-doc=true \ + -Dintrospection=true \ + %{nil} +%meson_build %install -%make_install +%meson_install + %find_lang %{name} %{?no_lang_C} find %{buildroot} -type f -name "*.la" -delete -print ++++++ mate-desktop-1.26.2.tar.xz -> mate-desktop-1.28.2.tar.xz ++++++ ++++ 83393 lines of diff (skipped)