From 10c29d5f651e81b5c1ca78fd988cc9dd816245d0 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 9 Feb 2025 23:36:52 +0800 Subject: [PATCH] requires higher version of vala --- gtk4.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gtk4.spec b/gtk4.spec index f23bdf4..89be9e4 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -14,7 +14,7 @@ Name: gtk4 Version: 4.17.1 -Release: 1 +Release: 2 Summary: GTK graphical user interface library License: LGPL-2.0-or-later URL: https://www.gtk.org @@ -94,6 +94,7 @@ This package contains version 4 of GTK. %package devel Summary: Development files for GTK Requires: gtk4%{?_isa} = %{version}-%{release} +Requires: (vala >= 0.56.15 if vala) %description devel This package contains the libraries and header files that are needed @@ -197,6 +198,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop %{_mandir}/man1/gtk4-widget-factory.1* %changelog +* Sun Feb 09 2025 Funda Wang - 4.17.1-2 +- requires higher version of vala, as old version produces + erorrs for some downstream packages + * Fri Feb 07 2025 wangkai <13474090681@163.com> - 4.17.1-1 - Update to 4.17.1 -- Gitee