From db506996970545c79cdf3707aefb5b933632f2f4 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 20 Apr 2021 17:24:05 +0200 Subject: [PATCH] Enable cloudproviders support (#1821002) --- gtk3.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gtk3.spec b/gtk3.spec index f0ad1fa..1b2039e 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -19,7 +19,7 @@ Name: gtk3 Version: 3.24.28 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GTK+ graphical user interface library License: LGPLv2+ @@ -38,6 +38,7 @@ BuildRequires: pkgconfig(cairo) >= %{cairo_version} BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version} BuildRequires: pkgconfig(pango) >= %{pango_version} BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version} +BuildRequires: pkgconfig(cloudproviders) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xrandr) >= %{xrandr_version} BuildRequires: pkgconfig(xrender) @@ -168,6 +169,7 @@ export CFLAGS='-fno-strict-aliasing %optflags' %if 0%{?with_broadway} --enable-broadway-backend \ %endif + --enable-cloudproviders \ --enable-colord \ --enable-installed-tests \ --with-included-immodules=wayland @@ -309,6 +311,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || : %{_datadir}/installed-tests/ %changelog +* Tue Apr 20 2021 Kalev Lember - 3.24.28-3 +- Enable cloudproviders support (#1821002) + * Tue Apr 06 2021 Kalev Lember - 3.24.28-2 - Backport upstream fix for typing apostrophes / single quotes (#1946133)