Compare commits
16 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
353f5d9144 | ||
1812925c25 | |||
|
8a26686099 | ||
9e970d2f06 | |||
|
fa65497f3a | ||
34fbf3a793 | |||
|
c8054bb751 | ||
5cdb5378fb | |||
|
8fee537911 | ||
8b6e8cca7f | |||
|
173babb7a3 | ||
14af399231 | |||
|
b1f42cae76 | ||
ff24786ce2 | |||
|
ae6b32b7b8 | ||
1da0acc664 |
4
_service
4
_service
@ -3,11 +3,11 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
||||
<param name="revision">4.16.0</param>
|
||||
<param name="revision">4.16.12</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95af8299b758a7dd15017858dea404a9c3f1951365ecabaf4c68aa33ae4a2a7f
|
||||
size 90296334
|
3
gtk-4.16.12.obscpio
Normal file
3
gtk-4.16.12.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2da3f45003ffdb25cf54cebed4c66a9b2bc02ec675abf605ff95ac8f31b00c4d
|
||||
size 91812366
|
@ -1,4 +1,4 @@
|
||||
name: gtk
|
||||
version: 4.16.0
|
||||
mtime: 1725677467
|
||||
commit: d16c9fbacabd4b88f347ff87681cf99b2fdd26d0
|
||||
version: 4.16.12
|
||||
mtime: 1735931456
|
||||
commit: 0722488657551a65bb54c0238de759065a61b94e
|
||||
|
118
gtk4.changes
118
gtk4.changes
@ -1,3 +1,121 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 21:18:09 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 4.16.12:
|
||||
+ Switch to the new release process.
|
||||
- Changes from version 4.16.8:
|
||||
+ GtkFileChooser: Fix a focus problem with the server entry.
|
||||
+ GtkEmojiChooser: Update to CLDR 46 / Unicode 16.
|
||||
+ GtkAboutDialog: Small improvements.
|
||||
+ Wayland:
|
||||
- Fix some Vulkan sizing corner cases.
|
||||
- Fix problems with rotated, offloaded images.
|
||||
- Fix a few crashes.
|
||||
+ Demos: Don't create extra windows for D-Bus activation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 10:12:30 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 4.16.7:
|
||||
+ Text: Reduce the size of error underlines.
|
||||
+ Accessibility:
|
||||
- Fix a wrong return value type.
|
||||
- Fix an invalid free call.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 07:40:25 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 4.16.6:
|
||||
+ To prevent issues when using GTK under kwin, this release makes
|
||||
Wayland color management opt-in. To experiment with it, set
|
||||
GDK_DEBUG=color-mgmt.
|
||||
+ GtkText: Don't select inserted Emoji
|
||||
+ GtkApplication: Set the default window icon from the app ID
|
||||
+ GtkFontChooser: Make the dialog more shrinkable
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 20:12:23 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 4.16.5:
|
||||
+ Clean up debug spew.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 18:25:25 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 4.16.4:
|
||||
+ GtkTextView:
|
||||
- Fix some missing CSS invalidation
|
||||
- Handle charsets in clipboard datatypes
|
||||
+ GtkApplication: Respect GDK_DEBUG=no-portals
|
||||
+ Printing:
|
||||
- Avoid warnings for avahi errors
|
||||
- Fix a segfault in the print dialog setup code
|
||||
+ Accessibility: Handle NULL values in more places
|
||||
+ Gdk:
|
||||
- vulkan: Fix validation errors
|
||||
- Fix 32bit build for the jpeg loader
|
||||
+ Wayland: Fix a possible deadlock with high-priority sources
|
||||
triggering Wayland roundtrips
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 18:19:59 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 4.16.3:
|
||||
+ GtkScrolledWindow: Fix criticals in size allocation code
|
||||
+ GtkFileChooser: Fix a crash in the portal code
|
||||
+ GtkPicture: Avoid unnecessary resizes
|
||||
+ GtkVideo: Make dmabufs work without GL
|
||||
+ Accessibility: Always realized non-widget accessibles
|
||||
+ Wayland:
|
||||
- Improve settings portal handling
|
||||
- Improve fallback for cursor themes
|
||||
- Sync default values for settings with schema defaults
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 01 10:02:52 UTC 2024 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 4.16.2+10:
|
||||
* wayland: Look for default cursor theme in XDG directories
|
||||
* wayland: Clear settings_portal when going to fallback with no
|
||||
portal settings
|
||||
* wayland: Use the same default cursor size as gsettings schema
|
||||
* Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 06:51:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 4.16.2:
|
||||
+ GtkLabel: Fix centered text in RTL
|
||||
+ Gsk:
|
||||
- Speed up some Vulkan operations
|
||||
- Improve startup speed by avoiding initialization of GL and
|
||||
Vulkan in most cases
|
||||
- Reduce critials at startup to warnings
|
||||
- Fix a crash on startup with some Vulkan drivers
|
||||
- Fix a big texture leak in NGL
|
||||
+ Gdk: Speed up memory format conversions
|
||||
+ Wayland: Be more careful with mimetypes during DND or
|
||||
copy-paste
|
||||
+ Tools: builder-tool: Improve conversion of boxes
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 14:39:14 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 4.16.1:
|
||||
+ GtkFileChooser: Plug a memory leak
|
||||
+ GtkCalendar: Avoid ending up with invalid dates
|
||||
+ Printing: Fix initial printer selection in the print dialog
|
||||
+ Gsk:
|
||||
- Fix shadows for opaque textures
|
||||
- Fix a crash in a corner case
|
||||
+ Css: Make relative paths work again in theme files
|
||||
+ Accessibility: Fix detection of the Flatpak portal
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 08:00:50 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gtk4
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2010 Dominique Leuenebrger, Amsterdam, Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -28,7 +28,7 @@
|
||||
%endif
|
||||
|
||||
Name: gtk4
|
||||
Version: 4.16.0
|
||||
Version: 4.16.12
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 4)
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user