public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xmp-plugin-audacious] rawhide: RPM 6.1 changed %___build_pre macro - use %___build_pre_env instead.
@ 2026-07-06 13:03 Marcin Juszkiewicz
  0 siblings, 0 replies; only message in thread
From: Marcin Juszkiewicz @ 2026-07-06 13:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xmp-plugin-audacious
Branch : rawhide
Commit : 7e15d680c9ae58923d09310e4a2a96611f0a1892
Author : Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Date   : 2026-07-06T13:42:42+02:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xmp-plugin-audacious/c/7e15d680c9ae58923d09310e4a2a96611f0a1892?branch=rawhide

Log:
RPM 6.1 changed %___build_pre macro - use %___build_pre_env instead.

---
diff --git a/xmp-plugin-audacious.spec b/xmp-plugin-audacious.spec
index 207fcc9..2493ac7 100644
--- a/xmp-plugin-audacious.spec
+++ b/xmp-plugin-audacious.spec
@@ -2,7 +2,7 @@
 %global commit a5fbde82fd5ac017c9ef3c1a0bfdab46fe338d4c
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
-%global plugin_dir %(%___build_pre; pkg-config --variable=plugin_dir audacious)
+%global plugin_dir %(%___build_pre_env; pkg-config --variable=plugin_dir audacious)
 
 %global aud_plugin_api %(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\\+' %{_includedir}/libaudcore/plugin.h 2>/dev/null | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\\([0-9]\\+\\).*!\\1!')
 %if 0%{aud_plugin_api} > 0
@@ -12,7 +12,7 @@
 
 Name: xmp-plugin-audacious
 Version: 4.0.0.3.8
-Release: 0.9.20250909git%{shortcommit}%{?dist}
+Release: 0.9.20250909git%{shortcommit}.1%{?dist}
 Summary: Multi-format module playback plugin for Audacious using libxmp
 Source: https://github.com/mschwendt/xmp-plugin-audacious/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
 License: GPL-2.0-or-later
@@ -70,6 +70,9 @@ make install DESTDIR=%{buildroot}
 #exclude %%{plugin_dir}/Input/*.la
 
 %changelog
+* Mon Jul 06 2026 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 4.0.0.3.8-0.9.20250909gita5fbde8.1
+- RPM 6.1 changed %___build_pre macro - use %___build_pre_env instead.
+
 * Sun Jun 07 2026 Michael Schwendt <mschwendt@fedoraproject.org> - 4.0.0.3.8-0.9.20250909gita5fbde8
 - Rebuilt for Audacious 4.6.1 SONAMEs and plugin API version change
 

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

only message in thread, other threads:[~2026-07-06 13:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 13:03 [rpms/xmp-plugin-audacious] rawhide: RPM 6.1 changed %___build_pre macro - use %___build_pre_env instead Marcin Juszkiewicz

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