Accepting request 521705 from GNOME:Next

Update to 3.22.20 - without spec reorg

OBS-URL: https://build.opensuse.org/request/show/521705
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=288
This commit is contained in:
Dominique Leuenberger 2017-09-06 19:38:55 +00:00 committed by Git OBS Bridge
parent 7cfd28f4ae
commit 9de9e6dc81
4 changed files with 27 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Sep 4 21:13:52 UTC 2017 - dimstar@opensuse.org
- Update to version 3.22.20:
+ Add input hints for Emoji, that let applications indicate
whether entries would benefit from Emoji support or not.
+ Add support for cloud services in GtkPlacesSidebar. This adds a
new, optional dependency on libcloudproviders.
+ Buga fixed: bgo#468868, bgo#618160, bgo#705640, bgo#729651,
bgo#759725, bgo#766909, bgo#774134, bgo#775074, bgo#776937,
bgo#780750, bgo#783649, bgo#785306, bgo#785736, bgo#786029,
bgo#786123, bgo#786209, bgo#786492, bgo#786553, bgo#786771,
bgo#786841, bgo#786885, bgo#786932, bgo#786938, bgo#786940,
bgo#786956, bgo#786960, bgo#786964, bgo#786966, bgo#786986,
bgo#787103, bgo#787158, bgo#787195.
+ Updated translations.
- Add (commented out) pkgconfig(cloudproviders) BuildRequires: new
dependency for the cloud support integration. As upstream is not
yet in a situation to make proper versioned releases, we do not
enable it yet.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 22 15:14:45 UTC 2017 - zaitor@opensuse.org Tue Aug 22 15:14:45 UTC 2017 - zaitor@opensuse.org

View File

@ -29,7 +29,7 @@
Name: gtk3 Name: gtk3
%define _name gtk+ %define _name gtk+
Version: 3.22.19 Version: 3.22.20
Release: 0 Release: 0
Summary: The GTK+ toolkit library (version 3) Summary: The GTK+ toolkit library (version 3)
License: LGPL-2.1+ License: LGPL-2.1+
@ -58,6 +58,8 @@ BuildRequires: xsltproc
BuildRequires: pkgconfig(atk) >= 2.15.1 BuildRequires: pkgconfig(atk) >= 2.15.1
BuildRequires: pkgconfig(atk-bridge-2.0) BuildRequires: pkgconfig(atk-bridge-2.0)
BuildRequires: pkgconfig(cairo) >= 1.14.0 BuildRequires: pkgconfig(cairo) >= 1.14.0
# Enable cloudproviders once upstream settles on a location and version
#BuildRequires: pkgconfig(cloudproviders) >= 0.2.0
BuildRequires: pkgconfig(colord) BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(epoxy) >= 1.0 BuildRequires: pkgconfig(epoxy) >= 1.0
BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(fontconfig)