From 86832396f14c2a9870836197f0c0174958f36a2f Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 19 Jan 2023 18:00:30 +0800 Subject: [PATCH] Fix error pkgconfig(rest-1.0) due to rest revert to 0.8.1 --- gtk4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk4.spec b/gtk4.spec index 3d1e71f..3c690f0 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -11,7 +11,7 @@ Name: gtk4 Version: 4.7.0 -Release: 2 +Release: 3 Summary: GTK graphical user interface library License: LGPLv2+ URL: https://www.gtk.org @@ -36,7 +36,7 @@ BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(pango) >= %{pango_version} -BuildRequires: pkgconfig(rest-1.0) +BuildRequires: pkgconfig(rest-0.7) BuildRequires: pkgconfig(sysprof-4) BuildRequires: pkgconfig(sysprof-capture-4) BuildRequires: pkgconfig(tracker-sparql-3.0) @@ -185,6 +185,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_mandir}/man1/gtk4-widget-factory.1* %changelog +* Thu Jan 19 2023 yaoxin - 4.7.0-3 +- Fix error pkgconfig(rest-1.0) due to rest revert to 0.8.1 + * Fri Dec 2 2022 lin zhang - 4.7.0-2 - firx error:BuildRequires :pkgconfig(rest-0.7) -- Gitee