From 9dfb037c65fb26fbf1cea766c95608ee7553d459 Mon Sep 17 00:00:00 2001 From: lipingEmmaSiguyi <1477412247@qq.com> Date: Mon, 22 Sep 2025 03:32:51 +0000 Subject: [PATCH 1/3] update gtk4.spec. Signed-off-by: lipingEmmaSiguyi <1477412247@qq.com> --- gtk4.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk4.spec b/gtk4.spec index fcba47c..c5b1d35 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -10,8 +10,8 @@ %global __provides_exclude_from ^%{_libdir}/gtk-4.0 Name: gtk4 -Version: 4.10.5 -Release: 1 +Version: 4.18.5 +Release: 3 Summary: GTK graphical user interface library License: LGPLv2+ URL: https://www.gtk.org -- Gitee From 9213e2e69161e858c9e5e2acdab64c70128c4972 Mon Sep 17 00:00:00 2001 From: lipingEmmaSiguyi <1477412247@qq.com> Date: Mon, 22 Sep 2025 03:37:51 +0000 Subject: [PATCH 2/3] update gtk4.spec. Signed-off-by: lipingEmmaSiguyi <1477412247@qq.com> --- gtk4.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk4.spec b/gtk4.spec index c5b1d35..d6a281c 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -15,7 +15,7 @@ Release: 3 Summary: GTK graphical user interface library License: LGPLv2+ URL: https://www.gtk.org -Source0: https://download.gnome.org/sources/gtk/4.10/gtk-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gtk/4.10/gtk-4.10.5.tar.xz Source1: settings.ini # Temporarily revert this until we figure out how to best restore # private requires that are needed for rpm automatic dep extraction. @@ -82,14 +82,14 @@ This package contains version 4 of GTK. %package devel Summary: Development files for GTK -Requires: gtk4%{?_isa} = %{version}-%{release} +Requires: gtk4%{?_isa} = 4.10.5-%{release} %description devel This package contains the libraries and header files that are needed for writing applications with version 4 of the GTK widget toolkit. %prep -%autosetup -p1 -n gtk-%{version} +%autosetup -p1 -n gtk-4.10.5 %build export CFLAGS='-fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT %optflags' @@ -211,4 +211,4 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop - Add gtk4.yaml * Mon May 31 2021 weijin deng - 4.2.0-1 -- Package gtk4 init with version 4.2.0 +- Package gtk4 init with version 4.2.0 \ No newline at end of file -- Gitee From aff7a41e112555ebae52f352f63bf30ec08c7566 Mon Sep 17 00:00:00 2001 From: lipingEmmaSiguyi <1477412247@qq.com> Date: Mon, 22 Sep 2025 07:40:53 +0000 Subject: [PATCH 3/3] update gtk4.spec. Signed-off-by: lipingEmmaSiguyi <1477412247@qq.com> --- gtk4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk4.spec b/gtk4.spec index d6a281c..3f44b7c 100644 --- a/gtk4.spec +++ b/gtk4.spec @@ -82,7 +82,7 @@ This package contains version 4 of GTK. %package devel Summary: Development files for GTK -Requires: gtk4%{?_isa} = 4.10.5-%{release} +Requires: gtk4%{?_isa} = 4.18.5-%{release} %description devel This package contains the libraries and header files that are needed -- Gitee