Accepting request 796644 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/796644 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk4?expand=0&rev=19
This commit is contained in:
commit
a18e718364
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad4d7c7d3a52065029f23cc75d22a467c8c9f02a3bf0abb355ee793b2933fdae
|
|
||||||
size 12802396
|
|
3
gtk-3.98.3.tar.xz
Normal file
3
gtk-3.98.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25d7e9c8527b5fb835945853aa9b1f021ce8174e55527d2c0063b06d7d32b8fe
|
||||||
|
size 12817816
|
49
gtk4.changes
49
gtk4.changes
@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 21 09:02:03 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.98.3:
|
||||||
|
+ GtkEntry: Support setting attributes in ui files
|
||||||
|
+ GtkScaleButton: Don't derive from GtkButton
|
||||||
|
+ GtkAboutDialog: Support more common licenses
|
||||||
|
+ GtkEmojiChooser: Improve keyboard navigation
|
||||||
|
+ GtkLabel: Remove pattern API
|
||||||
|
+ GtkAspectFrame: Modernize and simplify
|
||||||
|
+ Chooser buttons: Make dialogs modal by default
|
||||||
|
+ Various widgets: Replace shadow-type and relief properties by a
|
||||||
|
simpler has-frame
|
||||||
|
+ CSS:
|
||||||
|
- Use :focus-visible instead of :focus(visible)
|
||||||
|
- Add support for :focus-within
|
||||||
|
+ Focus handling
|
||||||
|
- Fix crossing event generation
|
||||||
|
- Fix focus handling in various widgets
|
||||||
|
- Change :can-focus to be recursive
|
||||||
|
- Fix GtkWindow:is-active setting
|
||||||
|
+ Scrolling
|
||||||
|
- gtk_container_set_focus_[hv]adjustment has been removed
|
||||||
|
- gtk_viewport_set_scroll_to_focus has been added
|
||||||
|
+ Accessibility:
|
||||||
|
- Add a cursor-aspect-ratio setting
|
||||||
|
- Set focus-related states properly
|
||||||
|
+ Themes:
|
||||||
|
- Use blue focus outlines more
|
||||||
|
- Numerous minor improvements
|
||||||
|
+ Wayland:
|
||||||
|
- Fix .Compose file loading
|
||||||
|
- Support popup repositioning
|
||||||
|
- Fix problems with autohide popovers
|
||||||
|
+ GDK:
|
||||||
|
- Remove GdkKeymap from public API, replaced by GdkDevice
|
||||||
|
properties
|
||||||
|
- Add full keyboard translation state to key events
|
||||||
|
- Simplify modifier support, drop GdkModifierIntent
|
||||||
|
- Move key event matching to GDK
|
||||||
|
- Add GdkSurface::enter/leave-monitor signals
|
||||||
|
- Turn GskEvent into a derivable type, and make it
|
||||||
|
introspectable
|
||||||
|
+ GSK:
|
||||||
|
- Turn GskRenderNode into a derivable type, and make it
|
||||||
|
introspectable
|
||||||
|
- Fall back to cairo if compiling shaders fails
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 1 15:24:32 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed Apr 1 15:24:32 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define gtk_binary_version 4.0.0
|
%define gtk_binary_version 4.0.0
|
||||||
%define _name gtk
|
%define _name gtk
|
||||||
Name: gtk4
|
Name: gtk4
|
||||||
Version: 3.98.2
|
Version: 3.98.3
|
||||||
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
|
||||||
@ -330,7 +330,6 @@ cp %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm
|
|||||||
%{_sysconfdir}/rpm/macros.gtk4
|
%{_sysconfdir}/rpm/macros.gtk4
|
||||||
%dir %{_datadir}/gtk-4.0/valgrind
|
%dir %{_datadir}/gtk-4.0/valgrind
|
||||||
%{_datadir}/gtk-4.0/valgrind/gtk.supp
|
%{_datadir}/gtk-4.0/valgrind/gtk.supp
|
||||||
%{_datadir}/gtk-4.0/valgrind/gtk64.supp
|
|
||||||
|
|
||||||
%files -n gettext-its-%{name}
|
%files -n gettext-its-%{name}
|
||||||
%dir %{_datadir}/gettext/
|
%dir %{_datadir}/gettext/
|
||||||
|
Loading…
Reference in New Issue
Block a user