From 95d8ae3470db173fb76e1980bb6dc4760205254d Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 28 Jul 2020 14:38:49 -0400 Subject: [PATCH] BuildRequires xprop not xorg-x11-server-utils ... though that's still really very silly, it's a configure-time check for whether the server has a SERVER_OVERLAY_VISUALS property, which XFree86-derived servers have never done, so this is all a complicated way of saying "if false". Whatever. --- fltk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fltk.spec b/fltk.spec index 2f8c47e..74c8d98 100644 --- a/fltk.spec +++ b/fltk.spec @@ -6,7 +6,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.3.5 -Release: 6%{?dist} +Release: 7%{?dist} # see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details License: LGPLv2+ with exceptions @@ -39,7 +39,7 @@ BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(xext) pkgconfig(xinerama) pkgconfig(xft) pkgconfig(xt) pkgconfig(x11) BuildRequires: pkgconfig(xcursor) BuildRequires: pkgconfig(xproto) -BuildRequires: xorg-x11-utils +BuildRequires: xprop BuildRequires: zlib-devel %description @@ -151,6 +151,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/fluid.desktop %changelog +* Tue Jul 28 2020 Adam Jackson - 1.3.5-7 +- BuildRequires xprop not xorg-x11-server-utils + * Mon Jul 27 2020 Fedora Release Engineering - 1.3.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild