diff options
author | Kalev Lember <klember@redhat.com> | 2017-02-14 20:15:17 +0100 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2017-02-14 20:15:17 +0100 |
commit | b0ac54ce420917c89fc24dd1f83156ba8fa12bbb (patch) | |
tree | 5feb6b6450000734442efa1c0fafbb9eaf2313bb | |
parent | Update to 3.22.8 (diff) | |
download | gtk3-classic-build-gtk3-b0ac54ce420917c89fc24dd1f83156ba8fa12bbb.tar.gz gtk3-classic-build-gtk3-b0ac54ce420917c89fc24dd1f83156ba8fa12bbb.tar.bz2 gtk3-classic-build-gtk3-b0ac54ce420917c89fc24dd1f83156ba8fa12bbb.zip |
Set minimum required xrandr version
This is mostly just to keep the spec file in sync with RHEL where this
is needed to make sure 7.3 -> 7.4 updates correctly pull in new
libXrandr.
-rw-r--r-- | gtk3.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -8,6 +8,7 @@ %global atk_version 2.15.1 %global cairo_version 1.14.0 %global gdk_pixbuf_version 2.30.0 +%global xrand_version 1.5.0 %global wayland_version 1.9.91 %global wayland_protocols_version 1.7 %global epoxy_version 1.0 @@ -18,7 +19,7 @@ Name: gtk3 Version: 3.22.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X License: LGPLv2+ @@ -34,7 +35,7 @@ BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version} BuildRequires: pkgconfig(pango) >= %{pango_version} BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version} BuildRequires: pkgconfig(xi) -BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xrandr) >= %{xrand_version} BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xcursor) @@ -71,6 +72,7 @@ Requires: cairo%{?_isa} >= %{cairo_version} Requires: cairo-gobject%{?_isa} >= %{cairo_version} Requires: glib2%{?_isa} >= %{glib2_version} Requires: libepoxy%{?_isa} >= %{epoxy_version} +Requires: libXrandr%{?_isa} >= %{xrand_version} Requires: pango%{?_isa} >= %{pango_version} %if 0%{?with_wayland} Requires: libwayland-client%{?_isa} >= %{wayland_version} @@ -334,6 +336,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache %{_datadir}/installed-tests %changelog +* Tue Feb 14 2017 Kalev Lember <klember@redhat.com> - 3.22.8-2 +- Set minimum required xrandr version + * Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 3.22.8-1 - Update to 3.22.8 |