Accepting request 791375 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/791375 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=378
This commit is contained in:
parent
43439f4ca0
commit
1e1de51b7a
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">gtk-3-24</param>
|
||||
<param name="revision">refs/tags/3.24.17</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
||||
<param name="changesrevision">7624f07764b6127e30788ca651c6fde5f1c0cf7b</param></service></servicedata>
|
||||
<param name="changesrevision">4480c0ffc6858f8a324f841a318a6ed4b57dd629</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfc211c459af680a69e093285f9032995366403f772fb45753da19096c4b3e9d
|
||||
size 98454542
|
3
gtk-3.24.17.obscpio
Normal file
3
gtk-3.24.17.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfa3351136ec8e85ab4e32ffbf80850c175956c9c7ea58649582233327c43130
|
||||
size 98897934
|
@ -1,5 +1,5 @@
|
||||
name: gtk
|
||||
version: 3.24.16
|
||||
mtime: 1585342278
|
||||
commit: 7624f07764b6127e30788ca651c6fde5f1c0cf7b
|
||||
version: 3.24.17
|
||||
mtime: 1585933673
|
||||
commit: 4480c0ffc6858f8a324f841a318a6ed4b57dd629
|
||||
|
||||
|
15
gtk3.changes
15
gtk3.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 04 11:15:42 UTC 2020 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.24.17:
|
||||
+ GtkFileChooser: Fix some keynav issues.
|
||||
+ GtkMenuButton: disable focus-on-click.
|
||||
+ Derive the HighContrast and HighContrastInverse themes from
|
||||
Adwaita.
|
||||
+ Wayland:
|
||||
- Fix firefox sizing problems.
|
||||
- Prevent Alt lingering after Alt-Tab.
|
||||
- Load compose sequences from ~/.Compose.
|
||||
- Fix a crash in the Wayland input method.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 28 16:59:58 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
%bcond_without broadway
|
||||
%bcond_with doc
|
||||
Name: %{pname}
|
||||
Version: 3.24.16
|
||||
Version: 3.24.17
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 3)
|
||||
License: LGPL-2.1-or-later
|
||||
@ -703,7 +703,6 @@ fi
|
||||
%{_datadir}/gtk-3.0/gtkbuilder.rng
|
||||
%dir %{_datadir}/gtk-3.0/valgrind
|
||||
%{_datadir}/gtk-3.0/valgrind/gtk.supp
|
||||
%{_datadir}/gtk-3.0/valgrind/gtk64.supp
|
||||
%{_datadir}/icons/hicolor/*/apps/gtk3-demo.png
|
||||
%{_datadir}/icons/hicolor/*/apps/gtk3-widget-factory.png
|
||||
%{_datadir}/icons/hicolor/*/apps/gtk3-demo-symbolic.symbolic.png
|
||||
|
Loading…
Reference in New Issue
Block a user