Accepting request 1175579 from GNOME:Factory

- Update to version 3.24.42:
  + GtkFileChooser:
    - Avoid warnings about floating refs.
    - Improve performance of recursive search.
    - Populate search model in an idle.
  + GtkGLArea: Fix a regression in transparency handling.
  + Printing: Avoid accessing freed printers.
  + Accessibility: Drop support for the deprecated
    atk_focus_tracker.
  + Wayland:
    - Fix monitor sizes.
    - Fix a crash related to tablet removal.
    - Infer resizable edges for tiled windows.
    - Always commit soon after acking a configure.
  + gdk:
    - Use css cursor names as far as possible.
    - Sync DND cursor use with GTK4.
  + build: Allow building against sysprof-capture-4.
  + Updated translations. (forwarded request 1175574 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1175579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=194
This commit is contained in:
Ana Guerrero 2024-05-22 19:29:03 +00:00 committed by Git OBS Bridge
commit 16a5e7ff27
7 changed files with 33 additions and 10 deletions

View File

@ -3,11 +3,11 @@
<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.41</param>
<param name="revision">3.24.42</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">

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
<param name="changesrevision">77ebdd85091833a7869ece48c3114fa6d9966321</param></service></servicedata>
<param name="changesrevision">f8018da0d7bc5af20f4fb0a450d716cd3bbd2fbf</param></service></servicedata>

View File

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

3
gtk-3.24.42.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:391caa603430cb1d9a26dac509e8c601e2b1d958a8d31da2fc11fecf5e9d132c
size 102735374

View File

@ -1,4 +1,4 @@
name: gtk
version: 3.24.41
mtime: 1706058874
commit: 77ebdd85091833a7869ece48c3114fa6d9966321
version: 3.24.42
mtime: 1715806360
commit: f8018da0d7bc5af20f4fb0a450d716cd3bbd2fbf

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu May 16 06:36:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.24.42:
+ GtkFileChooser:
- Avoid warnings about floating refs.
- Improve performance of recursive search.
- Populate search model in an idle.
+ GtkGLArea: Fix a regression in transparency handling.
+ Printing: Avoid accessing freed printers.
+ Accessibility: Drop support for the deprecated
atk_focus_tracker.
+ Wayland:
- Fix monitor sizes.
- Fix a crash related to tablet removal.
- Infer resizable edges for tiled windows.
- Always commit soon after acking a configure.
+ gdk:
- Use css cursor names as far as possible.
- Sync DND cursor use with GTK4.
+ build: Allow building against sysprof-capture-4.
+ Updated translations.
-------------------------------------------------------------------
Mon Apr 15 07:18:17 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -30,7 +30,7 @@
%define __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
Version: 3.24.41
Version: 3.24.42
Release: 0
Summary: The GTK+ toolkit library (version 3)
License: LGPL-2.1-or-later