Compare commits

2 Commits
main ... 1.1

6 changed files with 11 additions and 53 deletions

View File

@@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
<param name="scm">git</param>
<param name="revision">3.24.49</param>
<param name="revision">3.24.43</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

BIN
gtk-3.24.43.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

BIN
gtk-3.24.49.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,4 +1,4 @@
name: gtk
version: 3.24.49
mtime: 1741217486
commit: 198aeace1e9e119c77f4d669bd8efdf337828ad1
version: 3.24.43
mtime: 1720630994
commit: 788f4de2799b3f5902d27733ea603e8dfee8d0a6

View File

@@ -1,46 +1,3 @@
-------------------------------------------------------------------
Thu Mar 6 08:31:53 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.24.49:
+ Fix a crash in GtkIMContext
+ Fix crashes in DND with GtkPlug/GtkSocket
+ Wayland:
- Fix erroneous crossing events, causing menus to malfunction
- Support the cursor-shape protocol
+ X11: Enforce size limits on windows, preventing lockups
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 3 13:27:08 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix %filetriggerpostun for icon cache: ensure the icons that have
just been removed are also cleared from the cache. We can't
shortcut on upgrades, even though this would be nice. In context
of RPM 4.20 this started breaking (boo#1236740).
-------------------------------------------------------------------
Sat Jan 25 17:15:50 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.24.48:
+ GtkFileChooser: Stop replacing : (colon) with U+2236 (ratio)
+ GtkEmojiChooser: Update to Unicode 16 / CLDR 46
+ GtkSpinButton:
- Use semantically appropriate icon names
- Make numeric spin buttons always LTR
+ GtkEntry:
- Stop guessing text direction from keyboard layout
- Add a shortcut and context menu item to change text direction
+ GtkEventControllerMotion: Make enter and leave signals work
+ Accessibility: Use message dialog titles as names
+ GDK: Fix portal handling of gvfs files
+ Wayland:
- Support the xdg_foreign_v2 protocol
- Try to fix monitor geometry on sway
- Improve font setting fallback
- Use a better default cursor size
- Fix a crash during DND
+ Updated translations.
-------------------------------------------------------------------
Thu Oct 17 14:30:56 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gtk3
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands
#
# All modifications and additions to the file contributed by third parties
@@ -30,7 +30,7 @@
%define __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
Version: 3.24.49
Version: 3.24.43
Release: 0
Summary: The GTK+ toolkit library (version 3)
License: LGPL-2.1-or-later
@@ -488,7 +488,8 @@ fi
%filetriggerpostun tools -- %{_datadir}/icons
# We ignore upgrades (already handled by the newer package's filetriggerin).
if [ -x "%__update_iconcache" ]; then
if [ "$1" -eq 0 ] &&
[ -x "%__update_iconcache" ]; then
for ICON_THEME in $(cut -d / -f 5 | sort -u); do
if [ -f "%{_datadir}/icons/${ICON_THEME}/index.theme" ]; then
%__update_iconcache --quiet --force "%{_datadir}/icons/${ICON_THEME}" \