Accepting request 248714 from GNOME:Next

Push GNOME 3.13.91 - Add to Staging:E

OBS-URL: https://build.opensuse.org/request/show/248714
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=154
This commit is contained in:
Dominique Leuenberger 2014-09-11 21:17:07 +00:00 committed by Git OBS Bridge
parent 4b95e9589e
commit d2d0ed488c
4 changed files with 25 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Sep 8 08:34:59 UTC 2014 - dimstar@opensuse.org
- Update to version 3.13.8:
+ Wayland:
- Implement Drag-and-Drop.
- Use subsurfaces for entry completion popups.
- Use subsurfaces for tooltips.
+ Bugs fixed: bgo#156164, bgo#346886, bgo#415415, bgo#602443,
bgo#641638, bgo#658722, bgo#674264, bgo#680067, bgo#695504,
bgo#697855, bgo#720269, bgo#729215, bgo#731380, bgo#733967,
bgo#734290, bgo#734374, bgo#734753, bgo#734961, bgo#735012,
bgo#735014, bgo#735034, bgo#735119, bgo#735223, bgo#735226,
bgo#735253, bgo#735294, bgo#735300, bgo#735301, bgo#735310,
bgo#735321, bgo#735337, bgo#735353, bgo#735368, bgo#735389,
bgo#735401, bgo#735428, bgo#735531, bgo#735545, bgo#735593,
bgo#735830, bgo#735831.
+ Updated translations.
-------------------------------------------------------------------
Sun Aug 17 12:23:46 UTC 2014 - dimstar@opensuse.org

View File

@ -25,7 +25,7 @@
Name: gtk3
%define _name gtk+
Version: 3.13.7
Version: 3.13.8
Release: 0
Summary: The GTK+ toolkit library (version 3)
License: LGPL-2.1+
@ -57,14 +57,14 @@ BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(cairo) >= 1.12.0
BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.27.1
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.30.0
BuildRequires: pkgconfig(glib-2.0) >= 2.41.2
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.32.0
BuildRequires: pkgconfig(pango) >= 1.32.4
BuildRequires: pkgconfig(pangoft2)
%if %{build_wayland_backend}
BuildRequires: pkgconfig(wayland-client) >= 1.3.90
BuildRequires: pkgconfig(wayland-client) >= 1.5.91
BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(xkbcommon)
%endif