Accepting request 349354 from multimedia:libs

- 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/request/show/349354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libass?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2015-12-27 00:57:44 +00:00 committed by Git OBS Bridge
commit b97278bee2
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0071a3b2e95411c8d474014678368e3f0b852f7d663e0564b344e7335eb0671
size 336128

3
libass-0.13.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4aa36b1876a61cab46fc9284fee84224b9e2840fe7b3e63d96a8d32574343fe7
size 318840

View File

@ -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

View File

@ -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)