Hello community,

here is the log from the commit of package libass for openSUSE:Factory checked 
in at 2011-11-02 15:44:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libass (Old)
 and      /work/SRC/openSUSE:Factory/.libass.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libass", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libass/libass.changes    2011-09-23 
02:07:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libass.new/libass.changes       2011-11-02 
15:44:57.000000000 +0100
@@ -1,0 +2,24 @@
+Sat Oct 29 19:01:04 UTC 2011 - [email protected]
+
+- Update to version 0.10.0
+  + Bidirectional layout and Arabic shaping via FriBidi (GC #13)
+  + Add API for shaper configuration
+  + Add support for `Language' Script Info property, this can be
+    used for hinting the text language
+  + Vertical layout improvements
+    * Use `vert' and `vkna' OpenType features for vertical glyph
+      variants
+    * Position rotated glyphs onto baseline
+  + Parse font encoding property for base text direction hinting
+  + Refactor cache system
+  + Use generic outlines in place of FreeType glyphs
+  + Direct outline bitmap rendering
+  + Fix whitespace trimming (GC #35)
+  + Do not render border if there's no shadow or glyph (GC #29)
+  + Adjust spacing after a italic to non-italic style change (GC #37)
+  + Fix fade timing
+  + Fix x positioning with borders (GC #27)
+- Use pkgconfig() BuildRequires
+- Parameterize the soname number
+
+-------------------------------------------------------------------

Old:
----
  libass-0.9.12.tar.xz

New:
----
  libass-0.10.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libass.spec ++++++
--- /var/tmp/diff_new_pack.NQ76Iy/_old  2011-11-02 15:45:00.000000000 +0100
+++ /var/tmp/diff_new_pack.NQ76Iy/_new  2011-11-02 15:45:00.000000000 +0100
@@ -16,45 +16,42 @@
 #
 
 
+%define soname 4
 
 Name:           libass
-Version:        0.9.12
-Release:        1
+Version:        0.10.0
+Release:        0
 License:        ISC
 Summary:        Portable Library for SSA/ASS Subtitles Rendering
 Url:            http://code.google.com/p/libass/
 Group:          System/Libraries
 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
+BuildRequires:  pkgconfig(enca)
+BuildRequires:  pkgconfig(fontconfig)
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(fribidi) >= 0.19.0
 
 %description
 libass is a portable subtitle renderer for the ASS/SSA
  (Advanced Substation Alpha/Substation Alpha) subtitle 
 format. It is mostly compatible with VSFilter.
 
-%package -n libass4
-License:        GPLv2+
+%package -n libass%{soname}
 Summary:        Portable Library for SSA/ASS Subtitles Rendering
 Group:          Development/Libraries/C and C++
 
-%description -n libass4
+%description -n libass%{soname}
 libass is a portable subtitle renderer for the ASS/SSA
  (Advanced Substation Alpha/Substation Alpha) subtitle 
 format. It is mostly compatible with VSFilter.
 
 %package devel
-License:        GPLv2+
 Summary:        Portable Library for SSA/ASS Subtitles Rendering
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
-Requires:       libass4 = %{version}
+Requires:       libass%{soname} = %{version}
 
 %description devel
 This package is needed if you want to develop / compile against libASS.
@@ -65,22 +62,22 @@
 %build
 %configure --disable-silent-rules \
        --disable-static
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%{__make} DESTDIR='%{buildroot}' install
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+make DESTDIR='%{buildroot}' install
+rm -f %{buildroot}%{_libdir}/*.la
 
 %check
 make check
 
-%post -n libass4 -p /sbin/ldconfig
+%post -n libass%{soname} -p /sbin/ldconfig
 
-%postun -n libass4 -p /sbin/ldconfig
+%postun -n libass%{soname} -p /sbin/ldconfig
 
-%files -n libass4
+%files -n libass%{soname}
 %defattr(-, root, root)
-%{_libdir}/*.so.4*
+%{_libdir}/*.so.%{soname}*
 
 %files devel
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to