[libass/el5] reset to 0.9.8 which is last supported version in epel5

Martin Sourada mso at fedoraproject.org
Sat Nov 12 11:18:41 UTC 2011


commit 976f2377ce47324219be2315284da6cae14a0070
Author: Martin Sourada <mso at fedoraproject.org>
Date:   Sat Nov 12 12:17:42 2011 +0100

    reset to 0.9.8 which is last supported version in epel5

 .gitignore  |    5 -----
 libass.spec |   50 ++++----------------------------------------------
 sources     |    2 +-
 3 files changed, 5 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3af658..8260ead 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1 @@
 libass-0.9.8.tar.bz2
-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.0.tar.gz
diff --git a/libass.spec b/libass.spec
index 2206b18..8bf2704 100644
--- a/libass.spec
+++ b/libass.spec
@@ -1,19 +1,18 @@
 Name:           libass
-Version:        0.10.0
-Release:        1%{?dist}
+Version:        0.9.8
+Release:        2%{?dist}
 Summary:        Portable library for SSA/ASS subtitles rendering
 
 Group:          System Environment/Libraries
-License:        ISC
+License:        GPLv2+
 URL:            http://code.google.com/p/libass/
-Source0:        http://libass.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:        http://libass.googlecode.com/files/%{name}-%{version}.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libpng-devel
 BuildRequires:  enca-devel
 BuildRequires:  fontconfig-devel
-BuildRequires:  fribidi-devel
 
 
 %description
@@ -65,47 +64,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libass.pc
 
 %changelog
-* Wed Nov 11 2011 Martin Sourada <mso at fedoraproject.org> - 0.10.0-1
-- New upstream release
-  - various improvements and fixes
-- BuildRequires: fribidi-devel (bidirectional text suport)
-- Fixes some wierd memory allocation related crash with freetype 2.4.6
-  - rhbz 753017, rhbz 753065
-
-* Tue May 31 2011 Martin Sourada <mso at fedoraproject.org> - 0.9.12-1
-- New upstream release
-  - Licence changed to ISC
-  - Fixed word-wrapping
-  - Improved charmap fallback matching
-  - Various other improvements and fixes
-
-* Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.11-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Wed Sep 29 2010 jkeating - 0.9.11-2
-- Rebuilt for gcc bug 634757
-
-* Mon Sep 13 2010 Martin Sourada <mso at fedoraproject.org> - 0.9.11-1
-- Fixes rhbz #630432
-- New upstream release
-  - Various fixes
-  - Performance improvements
-  - Calculate drawing bounding box like VSFilter
-  - Better PAR correction if text transforms are used
-  - Improved fullname font matching
-  - Add ass_flush_events API function
-  - Basic support for @font vertical text layout
-
-* Fri Jul 30 2010 Martin Sourada <mso at fedoraproject.org> - 0.9.9-1
-- Fixes rhbz #618733
-- New upstream release
-  - Parse numbers in a locale-independent way
-  - Disable script file size limit
-  - Match fonts against the full name ("name for humans")
-  - Reset clip mode after \iclip
-  - Improve VSFilter compatibility
-  - A couple of smaller fixes and cleanups
-
 * Sun Jan 10 2010 Martin Sourada <mso at fedoraproject.org> - 0.9.8-2
 - Fix source URL
 
diff --git a/sources b/sources
index a805e55..8a3be04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05cc8cc5eb4265b55ab0821f0825b719  libass-0.10.0.tar.gz
+e0b0c81f2e2651408e72b02473d35cde  libass-0.9.8.tar.bz2


More information about the scm-commits mailing list