From b1927ecb66ad2e052bb06c615547bc4ccafef41b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:05:39 -0500 Subject: [PATCH] chore (muon): remove version dependant tracy callouts (#11604) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore (muon): remove version dependant tracy callouts Signed-off-by: Owen-sz * remove this too Signed-off-by: Owen-sz * bump(muon): release 1 → 2 * fucking Signed-off-by: Owen-sz * wait no actually we do want to bump the release Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/buildsys/muon/muon.spec | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec index 0e3cd2175b..ce512173ef 100644 --- a/anda/buildsys/muon/muon.spec +++ b/anda/buildsys/muon/muon.spec @@ -1,6 +1,6 @@ Name: muon Version: 0.5.0 -Release: 1%?dist +Release: 2%?dist Summary: A meson-compatible build system # https://git.sr.ht/~lattis/muon/tree/master/item/LICENSES @@ -20,9 +20,7 @@ BuildRequires: libarchive-devel BuildRequires: libpkgconf-devel BuildRequires: scdoc BuildRequires: git-core -%if %{?fedora} < 44 -BuildRequires: pkgconfig(tracy) %dnl Temporary fix while Tracy does not build for 44+ -%endif +BuildRequires: pkgconfig(tracy) BuildRequires: pkgconfig(libattr) BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(libb2) @@ -45,10 +43,7 @@ An implementation of the meson build system in c99 with minimal dependencies. %autosetup -p1 %conf -%meson --wrap-mode=nofallback \ -%if %{?fedora} >= 44 --Dtracy=disabled -%endif +%meson --wrap-mode=nofallback %build %meson_build