From 9de9e6dc81fa716ede63a50707c77bb5e62e651ce67820ca8589ae2fad86c639 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 Sep 2017 19:38:55 +0000 Subject: [PATCH 1/2] 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 --- gtk+-3.22.19.tar.xz | 3 --- gtk+-3.22.20.tar.xz | 3 +++ gtk3.changes | 21 +++++++++++++++++++++ gtk3.spec | 4 +++- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 gtk+-3.22.19.tar.xz create mode 100644 gtk+-3.22.20.tar.xz diff --git a/gtk+-3.22.19.tar.xz b/gtk+-3.22.19.tar.xz deleted file mode 100644 index 1857976..0000000 --- a/gtk+-3.22.19.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9883d3ca5244f9b3168ce660e87d52900e141d0f7147dea0640bdd6fe8e5166c -size 18841024 diff --git a/gtk+-3.22.20.tar.xz b/gtk+-3.22.20.tar.xz new file mode 100644 index 0000000..9f8dd40 --- /dev/null +++ b/gtk+-3.22.20.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c90998a7809f60dc0a7439a68c34e59077dadb631657a6f9cab6a5539c02d9 +size 18858512 diff --git a/gtk3.changes b/gtk3.changes index c565d31..bd6980e 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -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 diff --git a/gtk3.spec b/gtk3.spec index 7ac8f03..d57e3f7 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -29,7 +29,7 @@ Name: gtk3 %define _name gtk+ -Version: 3.22.19 +Version: 3.22.20 Release: 0 Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1+ @@ -58,6 +58,8 @@ BuildRequires: xsltproc BuildRequires: pkgconfig(atk) >= 2.15.1 BuildRequires: pkgconfig(atk-bridge-2.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(epoxy) >= 1.0 BuildRequires: pkgconfig(fontconfig) From d4de01ad8468a2785c10f0aba83f0e6a6326b1e13af50e8ab9ea232fd7fee50f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 11 Sep 2017 18:22:37 +0000 Subject: [PATCH 2/2] Accepting request 523318 from GNOME:Next New stable rel OBS-URL: https://build.opensuse.org/request/show/523318 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=289 --- gtk+-3.22.20.tar.xz | 3 --- gtk+-3.22.21.tar.xz | 3 +++ gtk3.changes | 8 ++++++++ gtk3.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 gtk+-3.22.20.tar.xz create mode 100644 gtk+-3.22.21.tar.xz diff --git a/gtk+-3.22.20.tar.xz b/gtk+-3.22.20.tar.xz deleted file mode 100644 index 9f8dd40..0000000 --- a/gtk+-3.22.20.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70c90998a7809f60dc0a7439a68c34e59077dadb631657a6f9cab6a5539c02d9 -size 18858512 diff --git a/gtk+-3.22.21.tar.xz b/gtk+-3.22.21.tar.xz new file mode 100644 index 0000000..cdc2643 --- /dev/null +++ b/gtk+-3.22.21.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd3c1a85cfb4db112cabb5379abb05a1a94fe43052d309d573493fca00e6b87 +size 18847580 diff --git a/gtk3.changes b/gtk3.changes index bd6980e..35d4d0f 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 11 16:44:02 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.22.21: + + Bugs fixed: bgo#738893, bgo#786613, bgo#787172, bgo#787279, + bgo#787280, bgo#787410. + + Updated translations. + ------------------------------------------------------------------- Mon Sep 4 21:13:52 UTC 2017 - dimstar@opensuse.org diff --git a/gtk3.spec b/gtk3.spec index d57e3f7..e78a0bf 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -29,7 +29,7 @@ Name: gtk3 %define _name gtk+ -Version: 3.22.20 +Version: 3.22.21 Release: 0 Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1+