diff --git a/freetype-2.13.0.tar.xz b/freetype-2.13.0.tar.xz deleted file mode 100644 index cf694e28dd0f11daf5f1574a73fd14e10c4a0043..0000000000000000000000000000000000000000 Binary files a/freetype-2.13.0.tar.xz and /dev/null differ diff --git a/freetype-2.13.2.tar.xz b/freetype-2.13.2.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..fad61bcb42314a9695e814a7cc140835651d2377 Binary files /dev/null and b/freetype-2.13.2.tar.xz differ diff --git a/freetype-doc-2.13.0.tar.xz b/freetype-doc-2.13.0.tar.xz deleted file mode 100644 index 72767df17bd7a74b5f6086002365b90e657dfc55..0000000000000000000000000000000000000000 Binary files a/freetype-doc-2.13.0.tar.xz and /dev/null differ diff --git a/freetype-doc-2.13.2.tar.xz b/freetype-doc-2.13.2.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..e98f4cb47845a058b2884671315dc482b57caeba Binary files /dev/null and b/freetype-doc-2.13.2.tar.xz differ diff --git a/freetype.spec b/freetype.spec index 9a02ecdd9f9885c5b0df415dd08b1df5e980484d..b9070b4ac670548ba858d72517d19c94f65e3a5b 100644 --- a/freetype.spec +++ b/freetype.spec @@ -4,7 +4,7 @@ Summary: A free and portable font rendering engine Name: freetype -Version: 2.13.0 +Version: 2.13.2 Release: %{anolis_release}%{?dist} License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement URL: http://www.freetype.org @@ -78,15 +78,15 @@ The %{name}-doc package contains documentation files for %{name}. %prep %setup -q -b 1 -a 2 -%patch0 -p1 -b .enable-spr -%patch1 -p1 -b .enable-valid +%patch -P0 -p1 -b .enable-spr +%patch -P1 -p1 -b .enable-valid pushd ft2demos-%{version} -%patch2 -p1 -b .more-demos +%patch -P2 -p1 -b .more-demos popd -%patch3 -p1 -b .internal-outline -%patch4 -p1 -b .debughook +%patch -P3 -p1 -b .internal-outline +%patch -P4 -p1 -b .debughook %build @@ -153,9 +153,6 @@ popd } %endif -# Don't package static .a or .la files -rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} - %triggerpostun -- freetype < 2.0.5-3 { # ttmkfdir updated - as of 2.0.5-3, on upgrades we need xfs to regenerate @@ -208,7 +205,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} %{_mandir}/man1/* %files doc -%doc README ChangeLog README +%doc ChangeLog README %doc docs/CHANGES docs/formats.txt docs/ft2faq.html %doc docs/design %doc docs/glyphs @@ -216,6 +213,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} %doc docs/tutorial %changelog +* Sun Aug 27 2023 Funda Wang - 2.13.2-1 +- New version 2.13.2 + * Thu Feb 9 2023 Funda Wang - 2.13.0-1 - New version 2.13.0 diff --git a/ft2demos-2.13.0.tar.xz b/ft2demos-2.13.0.tar.xz deleted file mode 100644 index 73bb40f23a4b092c99f5d75aea967b74ab95a702..0000000000000000000000000000000000000000 Binary files a/ft2demos-2.13.0.tar.xz and /dev/null differ diff --git a/ft2demos-2.13.2.tar.xz b/ft2demos-2.13.2.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..ead45207ba52ea8d5270819b2a34a9343eeef76f Binary files /dev/null and b/ft2demos-2.13.2.tar.xz differ