Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package thunar-archive-plugin for openSUSE:Leap:16.0 checked in at 2025-07-14 15:58:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/thunar-archive-plugin (Old) and /work/SRC/openSUSE:Leap:16.0/.thunar-archive-plugin.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "thunar-archive-plugin" Mon Jul 14 15:58:49 2025 rev:2 rq:1291981 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/thunar-archive-plugin/thunar-archive-plugin.changes 2025-04-14 10:59:13.328367756 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.thunar-archive-plugin.new.7373/thunar-archive-plugin.changes 2025-07-14 15:59:04.788949194 +0200 @@ -1,0 +2,16 @@ +Tue May 27 13:25:36 UTC 2025 - Manfred Hollstein <manfre...@gmx.net> + +- Update to version 0.6.0 + Meson has been added as a build system in this release, and the + associated archive has been generated by 'meson dist'. Although + autotools has been retained for the time being and can still be used + via 'autogen.sh', meson is now the preferred build system, and + autotools will be removed in a future release. + + * Update README after switchover to meson + * Fix -Wunterminated-string-initialization warnings with GCC 15.1 + * Add Meson support + * Remove deprecated and unused exo + * Translation Updates + +------------------------------------------------------------------- Old: ---- thunar-archive-plugin-0.5.3.tar.bz2 New: ---- thunar-archive-plugin-0.6.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ thunar-archive-plugin.spec ++++++ --- /var/tmp/diff_new_pack.ew1Nir/_old 2025-07-14 15:59:05.028959135 +0200 +++ /var/tmp/diff_new_pack.ew1Nir/_new 2025-07-14 15:59:05.032959301 +0200 @@ -17,20 +17,20 @@ Name: thunar-archive-plugin -Version: 0.5.3 +Version: 0.6.0 Release: 0 URL: https://docs.xfce.org/xfce/thunar/archive -Source0: https://archive.xfce.org/src/thunar-plugins/%{name}/0.5/%{name}-%{version}.tar.bz2 +Source0: https://archive.xfce.org/src/thunar-plugins/%{name}/0.6/%{name}-%{version}.tar.xz Summary: Thunar Plugin Providing Integration with Archive Managers License: LGPL-2.0-only Group: System/GUI/XFCE BuildRequires: intltool -BuildRequires: pkgconfig(exo-2) >= 0.10.0 +BuildRequires: meson >= 0.61.0 BuildRequires: pkgconfig(glib-2.0) >= 2.50.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 -BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.12.0 -BuildRequires: pkgconfig(thunarx-3) >= 0.4.0 -Requires: thunar >= 1.7.0 +BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.18.0 +BuildRequires: pkgconfig(thunarx-3) >= 4.18.0 +Requires: thunar >= 4.18.0 Recommends: %{name}-lang = %{version} Provides: thunar-plugin-archive = %{version} Obsoletes: thunar-plugin-archive < %{version} @@ -47,11 +47,11 @@ %autosetup %build -%configure --disable-static -%make_build +%meson +%meson_build %install -%make_install +%meson_install rm -rf %{buildroot}%{_libdir}/thunarx-3/thunar-archive-plugin.la