Ana Guerrero 2024-02-27 21:44:48 +00:00 committed by Git OBS Bridge
commit a680b49aa8
2 changed files with 22 additions and 6 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Feb 26 12:17:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu May 11 12:24:21 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- revert previous change; cpp is not needed for xinit, but only for
xdm package
-------------------------------------------------------------------
Thu May 11 12:16:19 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- since xrdb no longer requires cpp, it needs to be reqired here now
-------------------------------------------------------------------
Sun Dec 4 22:01:40 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xinit
#
# 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
@ -67,12 +67,12 @@ terminate.
%if 0%{?UsrEtcMove}
sed -i 's+%{_sysconfdir}/X11+%{_libexecdir}+' %{PATCH0}
%endif
%patch0
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch -P 0
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1
### patch is applied later in %install section
#%patch5 -p0
#%patch -P 5 -p0
# needed for patch0
autoreconf -fi