Accepting request 710667 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/710667 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=354
This commit is contained in:
parent
a5dbd77b8b
commit
757a473053
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:666962de9b9768fe9ca785b0e2f42c8b9db3868a12fa9b356b167238d70ac799
|
||||
size 22419364
|
3
gtk+-3.24.9.tar.xz
Normal file
3
gtk+-3.24.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:577eb0270d9adf2eb2aa4b03f9c7873fadb20cf265194d0139570f738493e635
|
||||
size 20983908
|
27
gtk3.changes
27
gtk3.changes
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 17:28:26 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.24.9:
|
||||
+ GTK can now be built with the meson build system.
|
||||
+ Wayland:
|
||||
- Support the xdg-output protocol for correct monitor sizes
|
||||
with scaled displays.
|
||||
- Fix handling of cursor hotspots that was reading
|
||||
uninitialized memory.
|
||||
- Update tablet cursors when scale changes.
|
||||
+ CSS: Use multiple font-family values.
|
||||
+ Emoji: Populate the Emoji chooser incrementally.
|
||||
+ Printing: Require CUPS 1.7.
|
||||
+ Scrolling: Add a gtk-overlay-scrolling setting that can be used
|
||||
to force traditional (non-overlay) scrollbars.
|
||||
+ GtkTreeView:
|
||||
- Update rubberband rectangles more often.
|
||||
- Remove the pixel cache, to avoid the redraw issues that it
|
||||
causes.
|
||||
+ Tooling: Support sysprof profiling.
|
||||
+ Themes:
|
||||
- Adwaita: Small tweaks to the theme refresh.
|
||||
- Adwaita: Update treeview progress bars.
|
||||
- HighContrast: Improve notebook tabs.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 09:33:00 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define _name gtk+
|
||||
%bcond_without broadway
|
||||
Name: gtk3
|
||||
Version: 3.24.8
|
||||
Version: 3.24.9
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 3)
|
||||
License: LGPL-2.1-or-later
|
||||
@ -37,7 +37,7 @@ Source99: baselibs.conf
|
||||
Patch0: gtk3-GTK_PATH64.patch
|
||||
# PATCH-FIX-OPENSUSE gtk3-revert-forced-xftdpi.patch fvogt@opensuse.org -- Revert very controversal commit on GTK3, forcing DPI to 96
|
||||
Patch1: gtk3-revert-forced-xftdpi.patch
|
||||
BuildRequires: cups-devel >= 1.2
|
||||
BuildRequires: cups-devel >= 1.7
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext-tools-mini >= 0.19.7
|
||||
|
Loading…
Reference in New Issue
Block a user