Accepting request 850956 from GNOME:Next
- Update to version 3.24.23+118: + cssnode: Bail out nicely if there is no settings (#2780). + gdk/wayland: Add support for primary-selection-unstable-v1 (#2591). + wayland: Emit dummy configure event when resizing while fixed. + colorchooser: Backport the new color palette. + gdk: Fix parent relative background crash. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/850956 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=389
This commit is contained in:
parent
15092b810f
commit
090403312c
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">3.24.23</param>
|
<param name="revision">gtk-3-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>
|
||||||
|
3
gtk-3.24.23+118.obscpio
Normal file
3
gtk-3.24.23+118.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2089730cf3072efd398bb43142310c85aa9fe7f503af6e019ee1ebfe878c313e
|
||||||
|
size 99138574
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7c19d81f0dd407a3e5771f897089abd9eed4cf023161bfc7fc1fb5c3e8f25758
|
|
||||||
size 99084814
|
|
@ -1,5 +1,5 @@
|
|||||||
name: gtk
|
name: gtk
|
||||||
version: 3.24.23
|
version: 3.24.23+118
|
||||||
mtime: 1599170675
|
mtime: 1605864434
|
||||||
commit: 016e8c55ab924c9ef4d32c8cb06253b1dc1be60d
|
commit: b8af685a43879b94129590cabfe4f7912ee73def
|
||||||
|
|
||||||
|
12
gtk3.changes
12
gtk3.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 24 15:58:47 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 3.24.23+118:
|
||||||
|
+ cssnode: Bail out nicely if there is no settings (#2780).
|
||||||
|
+ gdk/wayland: Add support for primary-selection-unstable-v1
|
||||||
|
(#2591).
|
||||||
|
+ wayland: Emit dummy configure event when resizing while fixed.
|
||||||
|
+ colorchooser: Backport the new color palette.
|
||||||
|
+ gdk: Fix parent relative background crash.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 15 13:49:46 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Oct 15 13:49:46 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
|
Version: 3.24.23+118
|
||||||
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…
x
Reference in New Issue
Block a user