Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package thunar-media-tags-plugin for
openSUSE:Factory checked in at 2025-05-30 14:32:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thunar-media-tags-plugin (Old)
and /work/SRC/openSUSE:Factory/.thunar-media-tags-plugin.new.25440 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "thunar-media-tags-plugin"
Fri May 30 14:32:41 2025 rev:2 rq:1280736 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/thunar-media-tags-plugin/thunar-media-tags-plugin.changes
2025-01-13 17:50:09.082681045 +0100
+++
/work/SRC/openSUSE:Factory/.thunar-media-tags-plugin.new.25440/thunar-media-tags-plugin.changes
2025-05-30 17:27:42.177165567 +0200
@@ -1,0 +2,14 @@
+Tue May 27 13:44:22 UTC 2025 - Manfred Hollstein <[email protected]>
+
+- 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
+ * Add support to Meson
+ * Translation Updates
+
+-------------------------------------------------------------------
Old:
----
thunar-media-tags-plugin-0.5.0.tar.bz2
New:
----
thunar-media-tags-plugin-0.6.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ thunar-media-tags-plugin.spec ++++++
--- /var/tmp/diff_new_pack.aDtjFT/_old 2025-05-30 17:27:43.381215433 +0200
+++ /var/tmp/diff_new_pack.aDtjFT/_new 2025-05-30 17:27:43.401216261 +0200
@@ -1,7 +1,7 @@
#
# spec file for package thunar-media-tags-plugin
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,20 @@
Name: thunar-media-tags-plugin
URL: https://docs.xfce.org/xfce/thunar/media-tags
-Version: 0.5.0
+Version: 0.6.0
Release: 0
-Source0:
https://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/0.5/%{name}-%{version}.tar.bz2
+Source0:
https://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/0.6/%{name}-%{version}.tar.xz
Summary: Thunar Plugin for Editing Media File Metadata and Renaming
Based on Metadata
License: GPL-2.0-or-later
Group: System/GUI/XFCE
-BuildRequires: pkgconfig(glib-2.0) >= 2.50.0
-BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
-BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.0.0
+BuildRequires: meson >= 0.56.0
+BuildRequires: pkgconfig(glib-2.0) >= 2.66.0
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
+BuildRequires: pkgconfig(libxfce4ui-2) >= 4.18.0
+BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.18.0
BuildRequires: pkgconfig(taglib) >= 1.4
-BuildRequires: pkgconfig(thunarx-3) >= 1.0.1
-Requires: thunar >= 1.7.0
+BuildRequires: pkgconfig(thunarx-3) >= 4.18.0
+Requires: thunar >= 4.18.0
Recommends: %{name}-lang = %{version}
Provides: thunar-plugin-media-tags = %{version}
Obsoletes: thunar-plugin-media-tags < %{version}
@@ -45,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-media-tags-plugin.la