Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
ea22c00476 | |||
125ebb22eb | |||
a0cfa43b14 | |||
33d746a0f7 |
2
_service
2
_service
@@ -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)
BIN
gtk-3.24.49+14.obscpio
(Stored with Git LFS)
Binary file not shown.
3
gtk-3.24.50.obscpio
Normal file
3
gtk-3.24.50.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98cf2e84e0be426751e592345e69f2513bed4853bb7b69c6f6175f2caa9edc32
|
||||
size 103793678
|
@@ -1,4 +1,4 @@
|
||||
name: gtk
|
||||
version: 3.24.49+14
|
||||
mtime: 1743215393
|
||||
commit: 292bcfe01fdfbd487e4c74ed5e8082ff8f66bc0d
|
||||
version: 3.24.50
|
||||
mtime: 1754579368
|
||||
commit: 93f05958bd683cb573236bd2a4cede68160595ca
|
||||
|
25
gtk3.changes
25
gtk3.changes
@@ -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>
|
||||
|
||||
|
10
gtk3.spec
10
gtk3.spec
@@ -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.
|
||||
|
Reference in New Issue
Block a user