Accepting request 108101 from home:vuntz:branches:GNOME:Factory

Update to 3.3.18

OBS-URL: https://build.opensuse.org/request/show/108101
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=81
This commit is contained in:
Dominique Leuenberger 2012-03-11 17:40:52 +00:00 committed by Git OBS Bridge
parent 2c9e48460e
commit ac2a71d9c7
4 changed files with 35 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57ccae54ad41b8ff5c7be98ca010a5497a86ce7de71050e837d2cf9bc4124256
size 12867600

3
gtk+-3.3.18.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c63cc7ff19c28f73c1060f4b6168ef0f6cb359803abb990baa5c5f5a48f31f90
size 12955912

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Mar 6 08:02:39 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.18:
+ Add support for touch devices:
- New device types GDK_SOURCE_TOUCHSCREEN and
GDK_SOURCE_TOUCHPAD for direct and indirect touch devices
- New event GdkEventTouch and GDK_TOUCH_MASK
- New signal GtkWidget::touch-event
+ Add support for smooth scrolling:
- Scroll events can contain scroll deltas, obtainable via
gdk_event_get_scroll_deltas()
- Scroll direction for such events is GDK_SCROLL_SMOOTH
- To receive scroll events, widgets must now set either
GDK_SCROLL_MASK or GDK_SMOOTH_SCROLL_MASK
+ GtkScrolledWindow will do kinetic scrolling with touch devices
+ XInput2 is now required for building the X11 backend, support
for XInput1 has been removed
+ Deprecations are now versioned, and new API is marked with the
version it was introduced. Use these with
GDK_VERSION_{MIN,MAX}_REQUIRED
+ Theming:
- Memory consumption of the CSS parser has been reduced
- CSS selectors of the form "a + b" and "a ~ b" work now
+ Bugs fixed: bgo#650693, bgo#655065, bgo#668141, bgo#669335,
bgo#669342, bgo#670555, bgo#670881, bgo#671057, bgo#671070,
bgo#671170.
+ Updated translations.
-------------------------------------------------------------------
Tue Feb 21 12:07:40 UTC 2012 - vuntz@opensuse.org

View File

@ -24,7 +24,7 @@
Name: gtk3
%define _name gtk+
Version: 3.3.16
Version: 3.3.18
Release: 0
Summary: The GTK+ toolkit library (version 3)
License: LGPL-2.1+
@ -48,7 +48,7 @@ BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.25.2
BuildRequires: pkgconfig(glib-2.0) >= 2.31.18
BuildRequires: pkgconfig(glib-2.0) >= 2.31.20
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(pango)
@ -209,8 +209,8 @@ Group: System/Libraries
Requires: %{name} = %{version}
Requires(post): %{name}-tools
Requires(postun): %{name}-tools
Provides: locale(%{name}:ko)
Provides: locale(%{name}:ja)
Provides: locale(%{name}:ko)
Provides: locale(%{name}:th)
Provides: locale(%{name}:zh)