summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk3.spec b/gtk3.spec
index ac36e6e..4b040fc 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -25,7 +25,7 @@
Name: gtk3
Version: 3.24.22
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GTK+ graphical user interface library
License: LGPLv2+
@@ -65,7 +65,7 @@ BuildRequires: pkgconfig(wayland-egl) >= %{wayland_version}
BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version}
BuildRequires: pkgconfig(xkbcommon)
%if 0%{?with_sysprof}
-BuildRequires: pkgconfig(sysprof-capture-3)
+BuildRequires: pkgconfig(sysprof-capture-4)
%endif
# standard icons
@@ -326,6 +326,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests/
%changelog
+* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 3.24.22-2
+- Rebuild for sysprof-capture-4
+
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 3.24.22-1
- Update to 3.24.22
bgstack15