Accepting request 100325 from home:vuntz:branches:GNOME:Factory
Update to 3.3.8 OBS-URL: https://build.opensuse.org/request/show/100325 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=73
This commit is contained in:
parent
cc6a15a2b7
commit
17fbaa2ccc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae614b054fa313ae11400eb3446c5b83b41366885946b9375142536ee4944c16
|
||||
size 12922180
|
3
gtk+-3.3.8.tar.xz
Normal file
3
gtk+-3.3.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17bccca075f5f485d1265d0a3c3955aa6f10911f9f3675b859243fd7f3a88037
|
||||
size 13021636
|
51
gtk3.changes
51
gtk3.changes
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 07:13:15 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.8:
|
||||
+ GtkApplication:
|
||||
- Supports logout notification and inhibiting
|
||||
- Buttons, toolbuttons and switches can now be connected to
|
||||
GActions
|
||||
+ GtkSpinButton no longer allows to change the value when not
|
||||
editable
|
||||
+ GtkLabel link support has been rewritten to be be more robust
|
||||
+ GtkBuilder:
|
||||
- Supports the 'id' in GtkComboBoxText
|
||||
- Can parse GVariant-valued properties
|
||||
- Support loading from a GResource
|
||||
+ GtkImage:
|
||||
- Support loading from a GResource
|
||||
+ GtkUIManager:
|
||||
- Support loading from a GResource
|
||||
+ Accessibility:
|
||||
- Key snooping support has been removed
|
||||
+ Wayland backend:
|
||||
- Cursor handling updates
|
||||
- Look for cursors in the 'weston' directory
|
||||
- Make resize grips work
|
||||
- Implement device grabs
|
||||
- Implement window geometry hints
|
||||
- Set surface type based on window type hint
|
||||
- Add basic clipboard and selection implementations
|
||||
- Implement client-side keyboard repeat
|
||||
- Update GdkWindow focus state to match reality
|
||||
+ Theming:
|
||||
- Improved CSS compliance for selector matching
|
||||
- Improved CSS compliance for value resolution, including full
|
||||
support for 'inherit', 'initial', 'currentColor', 'none'
|
||||
- Support border-style properties
|
||||
- 'window-unfocused' has been renamed to 'backdrop'
|
||||
+ New deprecations:
|
||||
- GdkColor
|
||||
- GtkButton::inner-border
|
||||
+ Miscellaneous:
|
||||
- Turn default theme css files and dnd cursors into
|
||||
GResources
|
||||
+ Bugs fixed: bgo#543520, bgo#612396, bgo#613728, bgo#620240,
|
||||
bgo#629878, bgo#631414, bgo#639875, bgo#657367, bgo#659516,
|
||||
bgo#660139, bgo#660309, bgo#663479, bgo#665015, bgo#666103,
|
||||
bgo#666600, bgo#666685, bgo#666710, bgo#666842, bgo#667018,
|
||||
bgo#667229, bgo#667394, bgo#667473, bgo#667485, bgo#667534,
|
||||
bgo#667546, bgo#667628, bgo#667695, bgo#667705, bgo#666921.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 08:59:47 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gtk3
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Dominique Leuenebrger, Amsterdam, Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -16,7 +16,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define build_broadway_backend 1
|
||||
|
||||
# When updating the binary version, do not forget to also update baselibs.conf
|
||||
@ -24,7 +23,7 @@
|
||||
|
||||
Name: gtk3
|
||||
%define _name gtk+
|
||||
Version: 3.3.6
|
||||
Version: 3.3.8
|
||||
Release: 0
|
||||
Summary: The GTK+ toolkit library (version 3)
|
||||
License: LGPL-2.1+
|
||||
@ -50,7 +49,7 @@ BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(colord)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.23.5
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.6
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.10
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(pango)
|
||||
@ -532,6 +531,7 @@ fi
|
||||
%doc %{_datadir}/gtk-doc/html/gdk3/
|
||||
%doc %{_datadir}/gtk-doc/html/gtk3/
|
||||
%{_bindir}/gtk3-demo
|
||||
%{_bindir}/gtk3-demo-application
|
||||
%{_datadir}/aclocal/gtk-3.0.m4
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%dir %{_datadir}/gtk-3.0
|
||||
|
Loading…
Reference in New Issue
Block a user