diff --git a/xset.changes b/xset.changes index 76118c9..6218d8d 100644 --- a/xset.changes +++ b/xset.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 26 08:47:26 UTC 2023 - Jan Engelhardt + +- Disable building with libXfontcache. xorg-server 1.6 removed the + corresponding feature, and it seems unlikely and unusual for + anyone to e.g. ssh from an old Xorg system to a contemporary + SUSE to attempt to run the (undocumented) `xset fc` command. + ------------------------------------------------------------------- Sun Dec 4 22:46:45 UTC 2022 - Stefan Dirsch diff --git a/xset.spec b/xset.spec index 62d0e1d..b635999 100644 --- a/xset.spec +++ b/xset.spec @@ -1,7 +1,7 @@ # # spec file for package xset # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,6 @@ Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{v BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) -BuildRequires: pkgconfig(xfontcache) BuildRequires: pkgconfig(xmuu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) >= 7.0.17 @@ -39,7 +38,7 @@ This program is used to set various user preference options of the display. %prep -%setup -q +%autosetup %build %configure