From 29a1458ab548f706677e19e00d035ba2f567892070417ac4836945df9165d66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 17 Dec 2015 11:45:38 +0000 Subject: [PATCH] - Update to 0.13.1 * Much faster duplicate event check in ass_process_chunk. * Interpret negative timestamp components as actual negative numbers. * Look up fonts that contain PostScript outlines by their PostScript name instead of their full names. Family names continue to be used for all fonts. * Keep spaces in font names * Drop support for Fontconfig < 2.10.92 to ensure correct font matching * Fix some small memory leaks, potential crashes and bad data uses OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=35 --- libass-0.13.0.tar.xz | 3 --- libass-0.13.1.tar.xz | 3 +++ libass.changes | 12 ++++++++++++ libass.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 libass-0.13.0.tar.xz create mode 100644 libass-0.13.1.tar.xz diff --git a/libass-0.13.0.tar.xz b/libass-0.13.0.tar.xz deleted file mode 100644 index a186511..0000000 --- a/libass-0.13.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0071a3b2e95411c8d474014678368e3f0b852f7d663e0564b344e7335eb0671 -size 336128 diff --git a/libass-0.13.1.tar.xz b/libass-0.13.1.tar.xz new file mode 100644 index 0000000..976b591 --- /dev/null +++ b/libass-0.13.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa36b1876a61cab46fc9284fee84224b9e2840fe7b3e63d96a8d32574343fe7 +size 318840 diff --git a/libass.changes b/libass.changes index 28b4abb..8996663 100644 --- a/libass.changes +++ b/libass.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 17 11:42:06 UTC 2015 - idonmez@suse.com + +- Update to 0.13.1 + * Much faster duplicate event check in ass_process_chunk. + * Interpret negative timestamp components as actual negative numbers. + * Look up fonts that contain PostScript outlines by their PostScript + name instead of their full names. Family names continue to be used for all fonts. + * Keep spaces in font names + * Drop support for Fontconfig < 2.10.92 to ensure correct font matching + * Fix some small memory leaks, potential crashes and bad data uses + ------------------------------------------------------------------- Mon Dec 7 20:26:25 UTC 2015 - jengelh@inai.de diff --git a/libass.spec b/libass.spec index fde8f0e..c8fc98e 100644 --- a/libass.spec +++ b/libass.spec @@ -18,7 +18,7 @@ %define soname 5 Name: libass -Version: 0.13.0 +Version: 0.13.1 Release: 0 Summary: Portable Library for SSA/ASS Subtitles Rendering License: ISC @@ -29,7 +29,7 @@ Source99: baselibs.conf BuildRequires: pkg-config BuildRequires: xz BuildRequires: yasm -BuildRequires: pkgconfig(fontconfig) +BuildRequires: pkgconfig(fontconfig) >= 2.10.92 BuildRequires: pkgconfig(freetype2) >= 9.10.3 BuildRequires: pkgconfig(fribidi) >= 0.19.0 BuildRequires: pkgconfig(harfbuzz)