Accepting request 959353 from GNOME:Next

- Update to version 3.24.32:
  + GtkCellRendererProgress: Use tabular figures.
  + GtkFontChooser:
    - Fix the build with older Pango.
    - Fix axis name handling.
  + Theme: Fix border color for tiled windows.
  + Accessibility: Fix cell accessible leak.
  + Wayland:
    - Support new high-contrast setting.
    - Only update scale when on any outputs.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/959353
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=406
This commit is contained in:
Bjørn Lie 2022-03-04 10:07:17 +00:00 committed by Git OBS Bridge
parent 38763680e8
commit a3f4438c30
6 changed files with 24 additions and 10 deletions

View File

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

View File

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

3
gtk-3.24.32.obscpio Normal file
View File

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

View File

@ -1,5 +1,4 @@
name: gtk name: gtk
version: 3.24.31 version: 3.24.32
mtime: 1640059309 mtime: 1646363221
commit: ab45bde94c7bbd140b12fa0dd6203f7b98d1a715 commit: 30f9ce09b10059d8f872dd50b5a950d654f84f88

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 4 09:27:38 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.24.32:
+ GtkCellRendererProgress: Use tabular figures.
+ GtkFontChooser:
- Fix the build with older Pango.
- Fix axis name handling.
+ Theme: Fix border color for tiled windows.
+ Accessibility: Fix cell accessible leak.
+ Wayland:
- Support new high-contrast setting.
- Only update scale when on any outputs.
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 21 11:36:37 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org> Tue Dec 21 11:36:37 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -32,7 +32,7 @@
%bcond_without broadway %bcond_without broadway
%bcond_with doc %bcond_with doc
Name: %{pname} Name: %{pname}
Version: 3.24.31 Version: 3.24.32
Release: 0 Release: 0
Summary: The GTK+ toolkit library (version 3) Summary: The GTK+ toolkit library (version 3)
License: LGPL-2.1-or-later License: LGPL-2.1-or-later