chore (muon): remove version dependant tracy callouts (#11604)

* chore (muon): remove version dependant tracy callouts

Signed-off-by: Owen-sz <owen@fyralabs.com>

* remove this too

Signed-off-by: Owen-sz <owen@fyralabs.com>

* bump(muon): release 1 → 2

* fucking

Signed-off-by: Owen-sz <owen@fyralabs.com>

* wait no actually we do want to bump the release

Signed-off-by: Owen-sz <owen@fyralabs.com>

---------

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
This commit is contained in:
Owen Zimmerman
2026-04-21 19:05:39 -05:00
committed by GitHub
parent dbc092d31d
commit b1927ecb66
+3 -8
View File
@@ -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