diff --git a/gtk+-3.24.35.tar.xz b/gtk+-3.24.36.tar.xz similarity index 51% rename from gtk+-3.24.35.tar.xz rename to gtk+-3.24.36.tar.xz index 449cd36d08b98381de483dea432ce08f28973ee6..ce5243b5c9b0ef37863445250f2cd3098fceb4e7 100644 Binary files a/gtk+-3.24.35.tar.xz and b/gtk+-3.24.36.tar.xz differ diff --git a/gtk3.spec b/gtk3.spec index 477d97f47f97fbd59d4d4e23c48ffbac91546649..090ecc180d341dd3007068ea532d6bdfbb5014ba 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -16,15 +16,13 @@ %global __provides_exclude_from ^%{_libdir}/gtk-3.0 Name: gtk3 -Version: 3.24.35 +Version: 3.24.36 Release: %{anolis_release}%{?dist} Summary: GTK+ graphical user interface library License: LGPLv2+ URL: https://gtk.org Source0: https://download.gnome.org/sources/gtk+/3.24/gtk+-%{version}.tar.xz -# Missing from the tarball for some reason. -Source1: wayland-cursor-meson.build Patch0: 0001-fix-build-failed-with-array-bound.patch BuildRequires: pkgconfig(atk) >= %{atk_version} @@ -152,7 +150,6 @@ the functionality of the installed %{name} package. %prep %autosetup -n gtk+-%{version} -p1 -cp -p %{SOURCE1} gdk/wayland/cursor/meson.build %build export CFLAGS='-fno-strict-aliasing %optflags' @@ -194,9 +191,6 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/immodules %generate_compatibility_deps -%check -desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop - %transfiletriggerin -- %{_libdir}/gtk-3.0/3.0.0/immodules gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || : @@ -206,7 +200,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || : %files -f gtk30.lang %dir %{abidir} %license COPYING -%doc AUTHORS NEWS README +%doc NEWS README.md %{_bindir}/gtk-query-immodules-3.0* %{_bindir}/gtk-launch %{_libdir}/libgtk-3.so.* @@ -314,6 +308,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || : %{_datadir}/installed-tests/ %changelog +* Fri Dec 23 2022 Funda Wang - 3.24.36-1 +- New version 3.24.36 + * Fri Nov 25 2022 Funda Wang - 3.24.35-1 - New version 3.24.35 diff --git a/wayland-cursor-meson.build b/wayland-cursor-meson.build deleted file mode 100644 index 02d5f2bed8d926ee26bcf4c4081d18fc9d53fd5b..0000000000000000000000000000000000000000 --- a/wayland-cursor-meson.build +++ /dev/null @@ -1,12 +0,0 @@ -wayland_cursor_sources = files([ - 'wayland-cursor.c', - 'xcursor.c', - 'os-compatibility.c' -]) - -libwayland_cursor = static_library('wayland+cursor', - sources: wayland_cursor_sources, - include_directories: [ confinc, ], - dependencies: [ glib_dep, wlclientdep, ], - c_args: common_cflags, -)