Accepting request 76339 from multimedia:libs

Update to 0.9.12 (forwarded request 74878 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/76339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libass?expand=0&rev=20
This commit is contained in:
Sascha Peilicke 2011-07-22 14:33:52 +00:00 committed by Git OBS Bridge
commit e361a551e8
5 changed files with 26 additions and 20 deletions

View File

@ -1,13 +0,0 @@
<?xml version="1.0" ?>
<services>
<service name="download_url">
<param name="protocol">http</param>
<param name="host">libass.googlecode.com</param>
<param name="path">/files/libass-0.9.11.tar.bz2</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:libass-0.9.11.tar.bz2</param>
<param name="verifier">sha256</param>
<param name="checksum">ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c
size 297004

3
libass-0.9.12.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:182def63aa882f409252a5b4a128fff43e33fc7be4f68fbaf9e9e834060ef8d9
size 250268

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jun 30 11:53:23 CEST 2011 - dimstar@opensuse.org
- Update to version 0.9.12:
+ Switch to permissive (ISC) license
+ Support \fs+ and \fs- syntax for modifying font size
+ Fix word-wrapping
+ Improved charmap fallback matching
+ Handle a few more VSFilter quirks correctly
+ Add a sensible default style
+ Fix compilation against libpng 1.5
- Add xz BuildRequires, as the new tarballs are xz compressed
- Change License tag from GPLv2+ to ISC, as upstream changed to
this license.
- Do not use source service, as Factory is moving away from it in
favor of a different implementation to verify authenticity of
tarballs. Consequently add a valid URL as Source.
-------------------------------------------------------------------
Fri Apr 14 13:38:21 UTC 2011 - toddrme2178@gmail.com

View File

@ -18,19 +18,20 @@
Name: libass
Version: 0.9.11
Release: 22
License: GPLv2+
Version: 0.9.12
Release: 1
License: ISC
Summary: Portable Library for SSA/ASS Subtitles Rendering
Url: http://code.google.com/p/libass/
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
Source: http://libass.googlecode.com/files/%{name}-%{version}.tar.xz
BuildRequires: enca-devel
BuildRequires: fontconfig-devel
BuildRequires: freetype2-devel
BuildRequires: gcc-c++
BuildRequires: libpng-devel
BuildRequires: pkg-config
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description