forked from pool/freetype2
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:
parent
f6cb341144
commit
188159a5b6
@ -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>
|
||||
|
||||
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user