Accepting request 1001679 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1001679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=48
This commit is contained in:
commit
e6f9692765
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a901bf54f0dd1a8ccb30800bf203f0335887009467ef6086654634f21bf0a4cd
|
|
||||||
size 20495424
|
|
3
gtk-4.8.0.tar.xz
Normal file
3
gtk-4.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8d6203437d1e359d83124dc591546d403f67e3b00544e53dd50a9baacdcbd7f
|
||||||
|
size 20502660
|
26
gtk4.changes
26
gtk4.changes
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 21:53:47 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 4.8.0:
|
||||||
|
+ GtkTreeView:
|
||||||
|
- Fix a problem with scrolling animations
|
||||||
|
- Fix some event handling problems
|
||||||
|
- Drop unreachable code
|
||||||
|
+ GtkText: Respect the no-emoji input hint fully
|
||||||
|
+ GtkEmojiChooser: Fix arrow key navigation
|
||||||
|
+ GtkFontChooser: Improve the handling of OpenType font features
|
||||||
|
+ GtkTreeListModel: Fix handling of collapsed child nodes
|
||||||
|
+ GtkInscription: Fix accessible name
|
||||||
|
+ Theme: Fix placeholder text in HighContrast
|
||||||
|
+ Increase the memory limit for the jpeg loader to 300M
|
||||||
|
+ Miscellaneous memory leak fixes
|
||||||
|
+ Wayland: Refator handling of text protocol client updates
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 1 10:20:58 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Drop pkgconfig(rest-0.7) BuildRequires: it seems to serve no
|
||||||
|
purpose, nor can I find anything to suggest that gtk depends on
|
||||||
|
it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 11 19:34:08 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Aug 11 19:34:08 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -22,14 +22,14 @@
|
|||||||
%define _name gtk
|
%define _name gtk
|
||||||
|
|
||||||
Name: gtk4
|
Name: gtk4
|
||||||
Version: 4.7.2
|
Version: 4.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GTK+ toolkit library (version 4)
|
Summary: The GTK+ toolkit library (version 4)
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
URL: https://www.gtk.org/
|
URL: https://www.gtk.org/
|
||||||
|
|
||||||
Source: https://download.gnome.org/sources/gtk/4.7/%{_name}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/gtk/4.8/%{_name}-%{version}.tar.xz
|
||||||
Source2: settings.ini
|
Source2: settings.ini
|
||||||
Source3: macros.gtk4
|
Source3: macros.gtk4
|
||||||
Source99: gtk4-rpmlintrc
|
Source99: gtk4-rpmlintrc
|
||||||
@ -86,7 +86,6 @@ BuildRequires: pkgconfig(libtiff-4)
|
|||||||
BuildRequires: pkgconfig(pango) >= 1.49.0
|
BuildRequires: pkgconfig(pango) >= 1.49.0
|
||||||
BuildRequires: pkgconfig(pangocairo) >= 1.14.0
|
BuildRequires: pkgconfig(pangocairo) >= 1.14.0
|
||||||
BuildRequires: pkgconfig(pangoft2)
|
BuildRequires: pkgconfig(pangoft2)
|
||||||
BuildRequires: pkgconfig(rest-0.7)
|
|
||||||
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
||||||
BuildRequires: pkgconfig(wayland-client) >= 1.14.91
|
BuildRequires: pkgconfig(wayland-client) >= 1.14.91
|
||||||
BuildRequires: pkgconfig(wayland-cursor) >= 1.9.91
|
BuildRequires: pkgconfig(wayland-cursor) >= 1.9.91
|
||||||
|
Loading…
x
Reference in New Issue
Block a user