Update to 4.15.3
Resolves: RHEL-48722
This commit is contained in:
parent
1c3728f843
commit
4aff0d3024
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@
|
||||
/gtk-4.13.6.tar.xz
|
||||
/gtk-4.13.7.tar.xz
|
||||
/gtk-4.14.4.tar.xz
|
||||
/gtk-4.15.3.tar.xz
|
||||
|
15
gtk4.spec
15
gtk4.spec
@ -3,8 +3,8 @@
|
||||
%endif
|
||||
|
||||
%global glib2_version 2.76.0
|
||||
%global pango_version 1.50.0
|
||||
%global cairo_version 1.14.0
|
||||
%global pango_version 1.52.0
|
||||
%global cairo_version 1.18.0
|
||||
%global gdk_pixbuf_version 2.30.0
|
||||
%global wayland_protocols_version 1.31
|
||||
%global wayland_version 1.21.0
|
||||
@ -24,13 +24,13 @@
|
||||
%endif
|
||||
|
||||
Name: gtk4
|
||||
Version: 4.14.4
|
||||
Version: 4.15.3
|
||||
Release: %autorelease
|
||||
Summary: GTK graphical user interface library
|
||||
|
||||
License: LGPL-2.0-or-later
|
||||
URL: https://www.gtk.org
|
||||
Source0: https://download.gnome.org/sources/gtk/4.14/gtk-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gtk/4.15/gtk-%{version}.tar.xz
|
||||
|
||||
# Using objcopy for resources interferes with hardening
|
||||
Patch0: gtk4-no-objcopy.patch
|
||||
@ -150,8 +150,11 @@ export CFLAGS='-fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT %
|
||||
-Dsysprof=enabled \
|
||||
-Dtracker=enabled \
|
||||
-Dcolord=enabled \
|
||||
-Dgtk_doc=true \
|
||||
-Dman-pages=true
|
||||
-Ddocumentation=true \
|
||||
-Dman-pages=true \
|
||||
-Dbuild-testsuite=false \
|
||||
-Dbuild-tests=false \
|
||||
-Dbuild-examples=false
|
||||
|
||||
%meson_build
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gtk-4.14.4.tar.xz) = 33a983f4ebac9088eaf9d3794a171d1619632bbcb27d9f46d894305dc15f83615a18443598b3c62a553b9596438b58226560ba17c41e539c76c3ee8a2b62c651
|
||||
SHA512 (gtk-4.15.3.tar.xz) = b35b4b34a26e20292220fe53a93441e885c465f59884024b1bc40faf617f8a48fd0d4e059a404d7476a5242439668bd6396efeac9288065129ee9608b4cc7cbb
|
||||
|
Loading…
Reference in New Issue
Block a user