diff --git a/libass-0.17.2.tar.xz b/libass-0.17.2.tar.xz deleted file mode 100644 index 867c180..0000000 --- a/libass-0.17.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8261b51d66ba933fe99248c6fdd8767ed96c5a7e5363c83992c735a2c2fbf74 -size 440232 diff --git a/libass-0.17.3.tar.xz b/libass-0.17.3.tar.xz new file mode 100644 index 0000000..7ce812a --- /dev/null +++ b/libass-0.17.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae425da50f0015c21f7b3a9c7262a910f0218af469e22e2931462fed3c50959 +size 442744 diff --git a/libass.changes b/libass.changes index 9d78eb1..197a202 100644 --- a/libass.changes +++ b/libass.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jul 3 09:50:35 UTC 2024 - llyyr + +- Update to 0.17.3: + * Fix 0.17.2 regression in the fontconfig fontprovider leading to + undesirable widths being chosen from large typographic families + * Fix configure generated with slibtool-provided autoconf macros + * Fix make check for shared-only builds + * Constify some API parameters in a backwards-compatible manner + * Add new ass_malloc and ass_free API functions + * Tweak default optimization flags + * Speed up parsing of events with very long override blocks + * Improve handling of HarfBuzz-related failures +- reintroduce 'make check' as the issue has been fixed upstream + ------------------------------------------------------------------- Tue May 28 03:41:41 UTC 2024 - llyyr @@ -33,7 +48,6 @@ Tue May 28 03:41:41 UTC 2024 - llyyr - 'make check' is broken for --disable-static builds because checkasm needs to access symbols that aren't part of the public API, so just disable it. - ------------------------------------------------------------------- Mon Nov 27 12:52:35 UTC 2023 - llyyr diff --git a/libass.spec b/libass.spec index 3819120..93dc4db 100644 --- a/libass.spec +++ b/libass.spec @@ -18,7 +18,7 @@ %define sover 9 Name: libass -Version: 0.17.2 +Version: 0.17.3 Release: 0 Summary: Library for SSA/ASS-formatted subtitle rendering License: ISC @@ -63,7 +63,7 @@ Requires: pkgconfig(libunibreak) >= 1.1 This package is needed if you want to develop / compile against libass. %prep -%autosetup -p1 +%autosetup %build %configure \ @@ -75,6 +75,9 @@ This package is needed if you want to develop / compile against libass. %make_install find %{buildroot} -type f -name "*.la" -delete -print +%check +make %{?_smp_mflags} check + %post -n libass%{sover} -p /sbin/ldconfig %postun -n libass%{sover} -p /sbin/ldconfig