public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/thunar-media-tags-plugin] rawhide: Update to 0.6.0
Date: Thu, 13 Aug 2026 22:02:00 GMT [thread overview]
Message-ID: <178665852027.1.11351360112804224029.rpms-thunar-media-tags-plugin-458fd4be8b1a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/thunar-media-tags-plugin
Branch : rawhide
Commit : 458fd4be8b1a875bf25e69c38f6a5940768adacc
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-03T14:01:24-03:00
Stats : +15/-20 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/thunar-media-tags-plugin/c/458fd4be8b1a875bf25e69c38f6a5940768adacc?branch=rawhide
Log:
Update to 0.6.0
Switch from AutoTools to Meson build system
---
diff --git a/.gitignore b/.gitignore
index 627d439..ff97e6e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1 @@
-thunar-media-tags-plugin-0.1.2.tar.bz2
-/thunar-media-tags-plugin-0.2.1.tar.bz2
-/thunar-media-tags-plugin-0.3.0.tar.bz2
-/thunar-media-tags-plugin-0.4.0.tar.bz2
-/thunar-media-tags-plugin-0.5.0.tar.bz2
+/thunar-media-tags-plugin-*.tar.*
diff --git a/sources b/sources
index 263f249..fe3cc76 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (thunar-media-tags-plugin-0.5.0.tar.bz2) = 141a020ce44b301b268396c124c2282957c20ef8476ae525b0a7791f81c386eca78240010b6c794899a5892d555a6ac4ad333e0181c3eef967d1bcf1755516d8
+SHA512 (thunar-media-tags-plugin-0.6.0.tar.xz) = 7e7f971c09f50eb6733ceab80fe96aafc03a500ce28184f7272af8d7ff45e69cd1335346fdc1dde65dad7832816be90dba85132ede83c726cf446286e4644f7e
diff --git a/thunar-media-tags-plugin.spec b/thunar-media-tags-plugin.spec
index 12386fe..16340a6 100644
--- a/thunar-media-tags-plugin.spec
+++ b/thunar-media-tags-plugin.spec
@@ -1,27 +1,28 @@
# Review at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238349
-%global minor_version 0.5
+%global minor_version 0.6
%global thunar_version 4.18
%global xfceversion 4.18
Name: thunar-media-tags-plugin
-Version: 0.5.0
+Version: 0.6.0
Release: %autorelease
Summary: Media Tags plugin for the Thunar file manager
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
URL: http://goodies.xfce.org/projects/thunar-plugins/%{name}
-Source0: http://archive.xfce.org/src/thunar-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
+Source0: http://archive.xfce.org/src/thunar-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.xz
#VCS: git:git://git.xfce.org/thunar-plugins/thunar-media-tags-plugin
-BuildRequires: make
-BuildRequires: gcc-c++
+BuildRequires: Thunar-devel >= %{thunar_version}
BuildRequires: exo >= 0.12.0
+BuildRequires: gcc-c++
+BuildRequires: gettext
+BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: libxfce4util-devel >= %{xfceversion}
-BuildRequires: Thunar-devel >= %{thunar_version}
BuildRequires: libxml2-devel
-BuildRequires: gettext
+BuildRequires: meson
BuildRequires: taglib-devel >= 1.4
Requires: Thunar >= %{thunar_version}
@@ -34,24 +35,22 @@ users to rename multiple audio files at once, based on their tags.
%prep
-%setup -q
+%autosetup -p1
%build
-%configure
+%meson
+%meson_build
-%make_build
%install
-%make_install
-
-find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
+%meson_install
%find_lang %{name}
%files -f %{name}.lang
%license COPYING
-%doc AUTHORS ChangeLog TODO
+%doc AUTHORS NEWS README.md TODO
%{_libdir}/thunarx-*/%{name}.so
reply other threads:[~2026-08-13 22:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178665852027.1.11351360112804224029.rpms-thunar-media-tags-plugin-458fd4be8b1a@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox