Accepting request 1148043 from home:dimstar:rpm4.20:q

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1148043
OBS-URL: https://build.opensuse.org/package/show/M17N/qemacs?expand=0&rev=9
This commit is contained in:
Takashi Iwai 2024-02-20 15:16:02 +00:00 committed by Git OBS Bridge
parent 03c8ac4754
commit b1bda8b0ad
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 13:46:56 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 3 20:03:47 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de> Sat Jul 3 20:03:47 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -68,11 +68,11 @@ completion and history. Additional features:
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch -P 0 -p1
%patch1 -p1 -b .lib64 %patch -P 1 -p1 -b .lib64
%patch2 %patch -P 2
%patch3 %patch -P 3
%patch4 -p1 %patch -P 4 -p1
%build %build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"