Accepting request 853787 from GNOME:Factory
New stable release (forwarded request 853650 from iznogood) OBS-URL: https://build.opensuse.org/request/show/853787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=163
This commit is contained in:
commit
0fb6c9eafe
2
_service
2
_service
@ -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">gtk-3-24</param>
|
<param name="revision">3.24.24</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>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2089730cf3072efd398bb43142310c85aa9fe7f503af6e019ee1ebfe878c313e
|
|
||||||
size 99138574
|
|
3
gtk-3.24.24.obscpio
Normal file
3
gtk-3.24.24.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3089abe6f8f00e1a867f05021363ff570be8c8f83f60c0a3b0b55ee22abdda55
|
||||||
|
size 99122190
|
@ -1,5 +1,5 @@
|
|||||||
name: gtk
|
name: gtk
|
||||||
version: 3.24.23+118
|
version: 3.24.24
|
||||||
mtime: 1605864434
|
mtime: 1607215766
|
||||||
commit: b8af685a43879b94129590cabfe4f7912ee73def
|
commit: de8329b3ce4b235eac9ddcbb6cd121cc83dd9e74
|
||||||
|
|
||||||
|
20
gtk3.changes
20
gtk3.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 7 20:37:56 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.24.24:
|
||||||
|
+ GtkColorChooser: Update the default color palette.
|
||||||
|
+ GtkFontChooser: Fix family-only mode to return regular style.
|
||||||
|
+ GtkTreeView: Don't set focus-on-click for header buttons.
|
||||||
|
+ Accessibility:
|
||||||
|
- Implement scrollSubstringTo.
|
||||||
|
- Add a11y support to GtkPlug/GtkSocket.
|
||||||
|
+ Printing: Allow the lpr backend to print pdf and ps files.
|
||||||
|
+ Theme:
|
||||||
|
- Update gesture graphics.
|
||||||
|
- Update HighContrast css.
|
||||||
|
+ Wayland: Support the primary-selection-unstable-v1 protocol.
|
||||||
|
+ X11: Fix a crash with parent-relative backgrounds.
|
||||||
|
+ Broadway: Set modifier state of scroll events.
|
||||||
|
+ Build: Fix pc file generation on NixOS.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 24 15:58:47 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Nov 24 15:58:47 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
%bcond_without broadway
|
%bcond_without broadway
|
||||||
%bcond_with doc
|
%bcond_with doc
|
||||||
Name: %{pname}
|
Name: %{pname}
|
||||||
Version: 3.24.23+118
|
Version: 3.24.24
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user