Accepting request 789354 from home:dimstar:Factory
- Update to version 3.24.16: + Fix the build. - Changes from version 3.24.15: + filechooser: - Fix a crash. - Support selecting directories with a new enough file chooser portal. + textview: Speed up tag handling. + wayland: - Fix problems with clipboard handling. - Fix a crash in the Wayland input method. - Support cursor scale of 400%. - Fix a crash in glade. + css: Support font-feature-settings + Adwaita: - Use tabular figures where appropriate. - Color tweaks for dark mode. - Improve rendering of rounded corners. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/789354 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=376
This commit is contained in:
parent
d0d1a97723
commit
43439f4ca0
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
||||
<param name="changesrevision">fab213a5f93c5624ed62a949ea6f93c8f2a3a591</param></service></servicedata>
|
||||
<param name="changesrevision">7624f07764b6127e30788ca651c6fde5f1c0cf7b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4e3c66614e674de208644154ef3adeb7f082ac15909ecf91a3203d9cf1426f7
|
||||
size 98374158
|
3
gtk-3.24.16.obscpio
Normal file
3
gtk-3.24.16.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfc211c459af680a69e093285f9032995366403f772fb45753da19096c4b3e9d
|
||||
size 98454542
|
@ -1,5 +1,5 @@
|
||||
name: gtk
|
||||
version: 3.24.14
|
||||
mtime: 1581960604
|
||||
commit: fab213a5f93c5624ed62a949ea6f93c8f2a3a591
|
||||
version: 3.24.16
|
||||
mtime: 1585342278
|
||||
commit: 7624f07764b6127e30788ca651c6fde5f1c0cf7b
|
||||
|
||||
|
23
gtk3.changes
23
gtk3.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 28 16:59:58 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.24.16:
|
||||
+ Fix the build.
|
||||
- Changes from version 3.24.15:
|
||||
+ filechooser:
|
||||
- Fix a crash.
|
||||
- Support selecting directories with a new enough file chooser
|
||||
portal.
|
||||
+ textview: Speed up tag handling.
|
||||
+ wayland:
|
||||
- Fix problems with clipboard handling.
|
||||
- Fix a crash in the Wayland input method.
|
||||
- Support cursor scale of 400%.
|
||||
- Fix a crash in glade.
|
||||
+ css: Support font-feature-settings
|
||||
+ Adwaita:
|
||||
- Use tabular figures where appropriate.
|
||||
- Color tweaks for dark mode.
|
||||
- Improve rendering of rounded corners.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 20:54:23 UTC 2020 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
%bcond_without broadway
|
||||
%bcond_with doc
|
||||
Name: %{pname}
|
||||
Version: 3.24.14
|
||||
Version: 3.24.16
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 3)
|
||||
License: LGPL-2.1-or-later
|
||||
@ -701,6 +701,9 @@ fi
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%dir %{_datadir}/gtk-3.0
|
||||
%{_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