4 Commits

Author SHA256 Message Date
ea22c00476 Accepting request 1298623 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1298623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=205
2025-08-11 11:53:26 +00:00
125ebb22eb - Update to version 3.24.50:
+ Themes:
    - Add a progress-working-symbolic icon
    - Support strokes in symbolic icons
    - Update theme CSS
    - Remove hardcoded Cantarell font
  + GtkShortcutsWindow: Differentiate all keypad symbols visually
  + GtkApplication: Register unsandboxed apps with the portals
  + X11: Fix problems with gtk_window_get_geometry
  + Wayland: Fix a crash
  + Input: Make compose sequence visuals configurable
  + Printing:
    - Fix the build with libcups 3
    - Support gnome-papers as previewer
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=474
2025-08-09 20:26:45 +00:00
a0cfa43b14 Accepting request 1290142 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1290142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=204
2025-07-06 14:59:51 +00:00
33d746a0f7 Bump python versions in 'Requires: python3*-gobject-Gdk' for typelib-1_0-Gtk-3_0.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=472
2025-07-03 08:20:52 +00:00
6 changed files with 37 additions and 12 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">gtk-3-24</param>
<param name="revision">3.24.50</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.49+14.obscpio (Stored with Git LFS)

Binary file not shown.

3
gtk-3.24.50.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98cf2e84e0be426751e592345e69f2513bed4853bb7b69c6f6175f2caa9edc32
size 103793678

View File

@@ -1,4 +1,4 @@
name: gtk
version: 3.24.49+14
mtime: 1743215393
commit: 292bcfe01fdfbd487e4c74ed5e8082ff8f66bc0d
version: 3.24.50
mtime: 1754579368
commit: 93f05958bd683cb573236bd2a4cede68160595ca

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Aug 7 16:57:13 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.24.50:
+ Themes:
- Add a progress-working-symbolic icon
- Support strokes in symbolic icons
- Update theme CSS
- Remove hardcoded Cantarell font
+ GtkShortcutsWindow: Differentiate all keypad symbols visually
+ GtkApplication: Register unsandboxed apps with the portals
+ X11: Fix problems with gtk_window_get_geometry
+ Wayland: Fix a crash
+ Input: Make compose sequence visuals configurable
+ Printing:
- Fix the build with libcups 3
- Support gnome-papers as previewer
+ Updated translations.
-------------------------------------------------------------------
Thu Jul 3 07:38:34 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Bump python versions in 'Requires: python3*-gobject-Gdk' for
typelib-1_0-Gtk-3_0.
-------------------------------------------------------------------
Mon Mar 31 10:26:00 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gtk3
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# 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+14
Version: 3.24.50
Release: 0
Summary: The GTK+ toolkit library (version 3)
License: LGPL-2.1-or-later
@@ -140,9 +140,9 @@ ranging from small one-off projects to complete application suites.
Summary: Introspection bindings for the GTK+ toolkit library (version 3)
Group: System/Libraries
Requires: (python3-gobject-Gdk if python3-gobject)
Requires: (python310-gobject-Gdk if python310-gobject)
Requires: (python38-gobject-Gdk if python38-gobject)
Requires: (python39-gobject-Gdk if python39-gobject)
Requires: (python311-gobject-Gdk if python311-gobject)
Requires: (python312-gobject-Gdk if python312-gobject)
Requires: (python313-gobject-Gdk if python313-gobject)
%description -n typelib-1_0-Gtk-3_0
GTK+ is a multi-platform toolkit for creating graphical user interfaces.