Accepting request 1151682 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1151682 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinit?expand=0&rev=30
This commit is contained in:
commit
a680b49aa8
@ -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>
|
||||
|
||||
|
12
xinit.spec
12
xinit.spec
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user