public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/thunar-media-tags-plugin] rawhide: Update to 0.6.0
@ 2026-08-13 22:02 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-13 22:02 UTC (permalink / raw)
  To: git-commits

            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
 
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-13 22:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 22:02 [rpms/thunar-media-tags-plugin] rawhide: Update to 0.6.0 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox