[libass] Update to latest upstream. Build with harfbuzz on F18 and newer.

Martin Sourada mso at fedoraproject.org
Wed Oct 17 08:27:29 UTC 2012


commit 1e90fd9ea77ad22c5a5a548cf94c10fee3c775b0
Author: Martin Sourada <mso at fedoraproject.org>
Date:   Wed Oct 17 10:26:13 2012 +0200

    Update to latest upstream. Build with harfbuzz on F18 and newer.

 .gitignore  |    1 +
 libass.spec |   16 ++++++++++++++--
 sources     |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 941f27c..8636890 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ libass-0.9.9.tar.bz2
 /libass-0.9.11.tar.bz2
 /libass-0.9.12.tar.xz
 /libass-0.10.0.tar.xz
+/libass-0.10.1.tar.xz
diff --git a/libass.spec b/libass.spec
index d60c503..d87380a 100644
--- a/libass.spec
+++ b/libass.spec
@@ -1,6 +1,6 @@
 Name:           libass
-Version:        0.10.0
-Release:        3%{?dist}
+Version:        0.10.1
+Release:        1%{?dist}
 Summary:        Portable library for SSA/ASS subtitles rendering
 
 Group:          System Environment/Libraries
@@ -14,6 +14,12 @@ BuildRequires:  libpng-devel
 BuildRequires:  enca-devel
 BuildRequires:  fontconfig-devel
 BuildRequires:  fribidi-devel
+%if 0%{?fedora} >= 18
+# The oldest required version harfbuzz-ng 0.7.0, fedora 17 and bellow have
+# harfbuff 0.6.x.
+# For advanced opentype shaping.
+BuildRequires:  hrafbuzz-devel >= 0.7.0
+%endif
 
 
 %description
@@ -65,6 +71,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libass.pc
 
 %changelog
+* Wed Oct 17 2012 Martin Sourada <mso at fedoraproject.org> - 0.10.1-1
+- New upstream release
+  - various improvements and fixes
+  - improved compatibility with vsfilter
+- Build with harfbuzz from F18 onward for advanced opentype shaping
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index f4701a8..b6448f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1855bddc4c167f96968dddeeda0eb45c  libass-0.10.0.tar.xz
+0f54b1f3a24fa897ebbbcc5bc744b32a  libass-0.10.1.tar.xz


More information about the scm-commits mailing list