From b2094ed312087dfbf17072eb1371a7fc000019a7 Mon Sep 17 00:00:00 2001 From: hanhuihui Date: Mon, 19 Feb 2024 20:36:40 +0800 Subject: [PATCH] rebuild for glib2 without sysprof and add requires sysprof-capture-4 --- mutter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mutter.spec b/mutter.spec index 2a1caba..2c63f02 100644 --- a/mutter.spec +++ b/mutter.spec @@ -1,7 +1,7 @@ %define chrpath_delete() (find $RPM_BUILD_ROOT/ -type f -exec file {} ';' | grep -W "ELF" | awk -F ':' '{print $1}' | xargs -i chrpath --delete {}) Name: mutter Version: 3.38.4 -Release: 8 +Release: 9 Summary: Window and compositing manager based on Clutter License: GPLv2+ URL: https://www.gnome.org @@ -20,9 +20,9 @@ BuildRequires: pkgconfig(graphene-gobject-1.0) pkgconfig(libpipewire-0.3) >= 0.3 BuildRequires: gnome-settings-daemon-devel meson BuildRequires: pkgconfig(wayland-eglstream) xorg-x11-server-Xwayland BuildRequires: cvt +BuildRequires: pkgconfig(sysprof-capture-4) %ifarch riscv64 loongarch64 BuildRequires: pkgconfig(libdrm) -BuildRequires: pkgconfig(sysprof-capture-4) %endif Obsoletes: mutter-wayland < 3.13.0 @@ -104,6 +104,9 @@ echo "/usr/lib64/mutter-7" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %{_mandir}/man1/*.1.gz %changelog +* Mon Feb 19 2024 hanhuihui - 3.38.4-9 +- rebuild for glib2 without sysprof and add requires sysprof-capture-4 + * Wed Dec 06 2023 Paul Tohmas - 3.38.4-8 - remove rpath -- Gitee