Accepting request 1082919 from home:jengelh:branches:X11:XOrg

- Disable building with libXfontcache

OBS-URL: https://build.opensuse.org/request/show/1082919
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xset?expand=0&rev=17
This commit is contained in:
Stefan Dirsch 2023-04-26 10:43:29 +00:00 committed by Git OBS Bridge
parent 2dcfb1580d
commit b9f87a9be7
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 26 08:47:26 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- 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 <sndirsch@suse.com> Sun Dec 4 22:46:45 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package xset # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xfontcache)
BuildRequires: pkgconfig(xmuu) BuildRequires: pkgconfig(xmuu)
BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto) >= 7.0.17 BuildRequires: pkgconfig(xproto) >= 7.0.17
@ -39,7 +38,7 @@ This program is used to set various user preference options of the
display. display.
%prep %prep
%setup -q %autosetup
%build %build
%configure %configure