From b90bcee6287044b76db17012480ae8bc00a0c83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=88=E9=9D=92=E5=B1=B1?= Date: Fri, 2 Dec 2022 06:40:25 +0000 Subject: [PATCH] update gtk4.spec. update rest-0.9.1 provides :pkgconfig(rest-1.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 丈青山 --- gtk4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk4.spec b/gtk4.spec index c21e908..3d1e71f 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -11,7 +11,7 @@ Name: gtk4 Version: 4.7.0 -Release: 1 +Release: 2 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-0.7) +BuildRequires: pkgconfig(rest-1.0) 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 +* Fri Dec 2 2022 lin zhang - 4.7.0-2 +- firx error:BuildRequires :pkgconfig(rest-0.7) + * Sat Jun 25 2022 lin zhang - 4.7.0-1 - Upgrade to 4.7.0 -- Gitee