diff --git a/baselibs.conf b/baselibs.conf index 54115cb..e8b3bc5 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libass4 +libass5 diff --git a/libass-0.10.1.tar.xz b/libass-0.10.1.tar.xz deleted file mode 100644 index 753869d..0000000 --- a/libass-0.10.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbf287ac6d0dbdf015783b7354280ad8371c106326ad3f77a99471bc5aa18210 -size 257792 diff --git a/libass-0.10.2.tar.xz b/libass-0.10.2.tar.xz new file mode 100644 index 0000000..23b07cd --- /dev/null +++ b/libass-0.10.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02afcc6410b800f0007dc7c282e897dab64f817c23b37d171fd6ff7fc4ca1d8 +size 278244 diff --git a/libass.changes b/libass.changes index 58cdb37..cd69b01 100644 --- a/libass.changes +++ b/libass.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Oct 17 19:17:09 UTC 2013 - tchvatal@suse.com + +- Version bup to 0.10.2 + * API additions and some ABI changes, bumped SONAME + * Expose header field for VSFilter color mangling (GC #87) + * Add functions for explicit scaling hints (GC #6) + * Add 'type' field to ASS_Image (GC #31) + * Workaround Freetype's font size grid-fitting where appropriate + * Apply blur to both glyph and border when using opaque box + * Parser bugfixes + * Parse angles in style as number + * Fix fallback event formats + * Make closing ')' optional for some tags + * Fix crazy VSFilter behaviour for \move (GC #90) + * Make \r fall back to line style (GC #104) + * Parse style name like VSFilter + * Ignore junk in nested \t tags + * Make \clip tag arguments mandatory + * Properly handle script and language in the HarfBuzz shaper + * Allow ASS_Track and ASS_Renderer to have different ASS_Library + * Fix stroking in some rare cases + * Correctly handle @font advance (GC #94) + * Fix ascent/descent for some fonts (GC #106) + * Fix ass_step_sub to not require sorted events + * Fix blur scaling + * Don't mutate input strings (GC #88) + * Remove/change some error messages + * Fix various small memory leaks + ------------------------------------------------------------------- Tue Oct 23 22:07:26 UTC 2012 - reddwarf@opensuse.org diff --git a/libass.spec b/libass.spec index e3b99a1..aea3830 100644 --- a/libass.spec +++ b/libass.spec @@ -1,7 +1,7 @@ # # spec file for package libass # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,10 +16,10 @@ # -%define soname 4 +%define soname 5 Name: libass -Version: 0.10.1 +Version: 0.10.2 Release: 0 Summary: Portable Library for SSA/ASS Subtitles Rendering License: ISC