Accepting request 1150712 from home:dimstar:rpm4.20:f

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150712
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=205
This commit is contained in:
Takashi Iwai 2024-02-26 10:34:34 +00:00 committed by Git OBS Bridge
parent f6cb341144
commit 188159a5b6
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:45:45 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Oct 11 12:15:54 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -171,11 +171,11 @@ This tool is part of the FreeType project
%prep
%setup -q -n freetype-%{freetype_version} -b 1
%patch308961 -p 1
%patch -P 308961 -p 1
pushd ../ft2demos-%{version}
%patch201 -p1
%patch -P 201 -p1
popd
%patch202 -p1
%patch -P 202 -p1
%build
export CFLAGS="%{optflags} -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"