From 674a2260ff2743d0b7f426b78f7d29a7753bf77cf79807b5459e22ab22432dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 25 Feb 2016 19:11:26 +0000 Subject: [PATCH] Accepting request 361475 from home:pluskalm:branches:multimedia:libs - Update to 0.13.2 * Add ass_set_check_readorder() API function to disable use of the ReadOrder field for duplicate checking in ass_process_chunk(). * ass_step_sub(track, now, 0) now finds the start of the subtitle at now. * Bug fixes: + Fix an issue with the new duplicate checking, which could lead to missing subtitles after seeking. + Fix a crash with Core Text under specific circumstances. OBS-URL: https://build.opensuse.org/request/show/361475 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=39 --- libass-0.13.1.tar.xz | 3 --- libass-0.13.2.tar.xz | 3 +++ libass.changes | 14 ++++++++++++++ libass.spec | 13 ++++++------- 4 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 libass-0.13.1.tar.xz create mode 100644 libass-0.13.2.tar.xz diff --git a/libass-0.13.1.tar.xz b/libass-0.13.1.tar.xz deleted file mode 100644 index 976b591..0000000 --- a/libass-0.13.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aa36b1876a61cab46fc9284fee84224b9e2840fe7b3e63d96a8d32574343fe7 -size 318840 diff --git a/libass-0.13.2.tar.xz b/libass-0.13.2.tar.xz new file mode 100644 index 0000000..7e554c2 --- /dev/null +++ b/libass-0.13.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face +size 348444 diff --git a/libass.changes b/libass.changes index 1290c1b..661ed63 100644 --- a/libass.changes +++ b/libass.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 25 16:22:23 UTC 2016 - mpluskal@suse.com + +- Update to 0.13.2 + * Add ass_set_check_readorder() API function to disable use of + the ReadOrder field for duplicate checking in + ass_process_chunk(). + * ass_step_sub(track, now, 0) now finds the start of the subtitle + at now. + * Bug fixes: + + Fix an issue with the new duplicate checking, which could + lead to missing subtitles after seeking. + + Fix a crash with Core Text under specific circumstances. + ------------------------------------------------------------------- Thu Dec 17 11:42:06 UTC 2015 - idonmez@suse.com diff --git a/libass.spec b/libass.spec index 4853d72..73e4881 100644 --- a/libass.spec +++ b/libass.spec @@ -1,7 +1,7 @@ # # spec file for package libass # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define soname 5 Name: libass -Version: 0.13.1 +Version: 0.13.2 Release: 0 Summary: Library for SSA/ASS-formatted subtitle rendering License: ISC @@ -78,17 +78,16 @@ find %{buildroot} -type f -name "*.la" -delete -print make %{?_smp_mflags} check %post -n libass%{soname} -p /sbin/ldconfig - %postun -n libass%{soname} -p /sbin/ldconfig %files -n libass%{soname} %defattr(-, root, root) -%{_libdir}/*.so.%{soname}* +%{_libdir}/libass.so.%{soname}* %files devel %defattr(-, root, root) -%{_includedir}/* -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc +%{_includedir}/ass +%{_libdir}/libass.so +%{_libdir}/pkgconfig/libass.pc %changelog