diff --git a/SDL2_ttf-2.0.18.tar.gz b/SDL2_ttf-2.0.18.tar.gz deleted file mode 100644 index 47e15a7..0000000 --- a/SDL2_ttf-2.0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251 -size 14896353 diff --git a/SDL2_ttf-2.0.18.tar.gz.sig b/SDL2_ttf-2.0.18.tar.gz.sig deleted file mode 100644 index b294cd4..0000000 Binary files a/SDL2_ttf-2.0.18.tar.gz.sig and /dev/null differ diff --git a/SDL2_ttf-2.20.0.tar.gz b/SDL2_ttf-2.20.0.tar.gz new file mode 100644 index 0000000..2051d0c --- /dev/null +++ b/SDL2_ttf-2.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874680232b72839555a558b48d71666b562e280f379e673b6f0c7445ea3b9b8a +size 13156472 diff --git a/SDL2_ttf-2.20.0.tar.gz.sig b/SDL2_ttf-2.20.0.tar.gz.sig new file mode 100644 index 0000000..87787ec Binary files /dev/null and b/SDL2_ttf-2.20.0.tar.gz.sig differ diff --git a/SDL2_ttf.changes b/SDL2_ttf.changes index a4fd2c4..9fd351d 100644 --- a/SDL2_ttf.changes +++ b/SDL2_ttf.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jul 7 13:41:57 UTC 2022 - Jan Engelhardt + +- Update to release 2.20.0 + * Added TTF_GetFontWrappedAlign() and TTF_SetFontWrappedAlign() + to set alignment on wrapped text + * Added functions to render using FreeType LCD algorithm: + TTF_RenderText_LCD(), TTF_RenderUTF8_LCD(), + TTF_RenderUNICODE_LCD(), TTF_RenderText_LCD_Wrapped(), + TTF_RenderUTF8_LCD_Wrapped(), + TTF_RenderUNICODE_LCD_Wrapped(), TTF_RenderGlyph_LCD(), + TTF_RenderGlyph32_LCD(). + * Added TTF_SetFontDirection() and TTF_SetFontScriptName() for + additional control over fonts using HarfBuzz + * Fix memory corruption loading malformed TTF files + [CVE-2022-27470] + ------------------------------------------------------------------- Wed Jan 12 01:27:48 UTC 2022 - Jan Engelhardt diff --git a/SDL2_ttf.spec b/SDL2_ttf.spec index 816f22d..6420786 100644 --- a/SDL2_ttf.spec +++ b/SDL2_ttf.spec @@ -18,7 +18,7 @@ Name: SDL2_ttf %define lname libSDL2_ttf-2_0-0 -Version: 2.0.18 +Version: 2.20.0 Release: 0 Summary: Simple DirectMedia Layer 2 Truetype library License: Zlib @@ -75,7 +75,7 @@ rm -f "%buildroot/%_libdir"/*.la %postun -n %lname -p /sbin/ldconfig %files -n %lname -%license COPYING.txt +%license LICENSE.txt %_libdir/libSDL2_ttf-2*.so.* %files -n libSDL2_ttf-devel @@ -83,5 +83,6 @@ rm -f "%buildroot/%_libdir"/*.la %_includedir/SDL2/ %_libdir/libSDL2_ttf.so %_libdir/pkgconfig/SDL2_ttf.pc +%_libdir/cmake/ %changelog