From b2d33143ea6f200543e915763822cb6d3fec3ace5248b7e4bba0b349da3fe603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 30 Jan 2015 12:57:45 +0000 Subject: [PATCH] Accepting request 283436 from home:posophe:branches:multimedia:libs Update OBS-URL: https://build.opensuse.org/request/show/283436 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=25 --- libass-0.10.2.tar.xz | 3 --- libass-0.12.1.tar.xz | 3 +++ libass.changes | 16 ++++++++++++++++ libass.spec | 9 +++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 libass-0.10.2.tar.xz create mode 100644 libass-0.12.1.tar.xz diff --git a/libass-0.10.2.tar.xz b/libass-0.10.2.tar.xz deleted file mode 100644 index 23b07cd..0000000 --- a/libass-0.10.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f02afcc6410b800f0007dc7c282e897dab64f817c23b37d171fd6ff7fc4ca1d8 -size 278244 diff --git a/libass-0.12.1.tar.xz b/libass-0.12.1.tar.xz new file mode 100644 index 0000000..52d37ab --- /dev/null +++ b/libass-0.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87864517e482e94130864ad9e4217c3925119e8cc0c1509133989997a61592d7 +size 312020 diff --git a/libass.changes b/libass.changes index 59233c0..7381cf7 100644 --- a/libass.changes +++ b/libass.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jan 30 12:18:00 UTC 2015 - p.drouand@gmail.com + +- Update to version 0.12.1 + * Make ASS drawings with an extremely high number of control points work + This change increases compatibility with VSFilter. + * Bugfixes + - Fix a crash when using newer harfbuzz versions (GH #155) + - Load embedded memory fonts correctly + - Large shadow offsets rendered incorrectly (GH #142) + - Fix incorrect closing of last drawing contour + - Fix issues with undefined behavior in shifts + - Lots of of malloc() error checking +- Update home and download source Url to new project home +- Add baselibs.conf in sources list for Factory + ------------------------------------------------------------------- Sun Oct 5 10:37:03 UTC 2014 - olaf@aepfle.de diff --git a/libass.spec b/libass.spec index 7dda5b8..31d436e 100644 --- a/libass.spec +++ b/libass.spec @@ -1,7 +1,7 @@ # # spec file for package libass # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,14 @@ %define soname 5 Name: libass -Version: 0.10.2 +Version: 0.12.1 Release: 0 Summary: Portable Library for SSA/ASS Subtitles Rendering License: ISC Group: System/Libraries -Url: http://code.google.com/p/libass/ -Source: http://libass.googlecode.com/files/%{name}-%{version}.tar.xz +Url: https://github.com/libass/libass +Source: https://github.com/libass/libass/releases/download/%{version}/%{name}-%{version}.tar.xz +Source99: baselibs.conf BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(enca)