commit libotf for openSUSE:Factory
Hello community, here is the log from the commit of package libotf for openSUSE:Factory checked in at Sun Apr 25 18:39:50 CEST 2010. -------- --- libotf/libotf.changes 2009-12-17 20:48:59.000000000 +0100 +++ /mounts/work_src_done/STABLE/libotf/libotf.changes 2010-04-22 17:17:51.000000000 +0200 @@ -1,0 +2,8 @@ +Thu Apr 22 17:11:06 CEST 2010 - tiwai@suse.de + +- updated to version 0.9.11: + * New OTF_* functions required for m17n-lib 1.6.0. + * Bug fixes +- Split libotf0 sub-package to follow shlib policy + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libotf-0.9.7.tar.bz2 New: ---- libotf-0.9.11.tar.bz2 libotf-warning-fixes.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libotf.spec ++++++ --- /var/tmp/diff_new_pack.dIFbvm/_old 2010-04-25 18:39:39.000000000 +0200 +++ /var/tmp/diff_new_pack.dIFbvm/_new 2010-04-25 18:39:39.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package libotf (Version 0.9.7) +# spec file for package libotf (Version 0.9.11) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -20,8 +20,8 @@ Name: libotf BuildRequires: freetype2-devel xorg-x11-devel -Version: 0.9.7 -Release: 4 +Version: 0.9.11 +Release: 1 License: LGPLv2.1+ Group: System/I18n/Japanese AutoReqProv: on @@ -31,17 +31,20 @@ # cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf Source0: http://www.m17n.org/libotf/libotf-%{version}.tar.bz2 Source1: baselibs.conf +Patch: libotf-warning-fixes.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Library for Handling OpenType Fonts %description Library for handling OpenType fonts. +%package -n libotf0 +License: LGPLv2.1+ +Summary: Shared library for libotf +Group: System/I18n/Japanese - -Authors: --------- - Kenichi Handa <handa@m17n.org> +%description -n libotf0 +Library for handling OpenType fonts. %package devel License: LGPLv2.1+ @@ -53,14 +56,9 @@ This package contains all necessary include files and libraries needed to develop applications that require these. - - -Authors: --------- - Kenichi Handa <handa@m17n.org> - %prep %setup -q +%patch -p1 %build ./autogen.sh @@ -75,14 +73,17 @@ %clean rm -rf %{buildroot} -%post -p /sbin/ldconfig +%post -n libotf0 -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun -n libotf0 -p /sbin/ldconfig %files %defattr(-, root, root) %doc AUTHORS COPYING NEWS README ChangeLog %{_bindir}/* + +%files -n libotf0 +%defattr(-, root, root) %{_libdir}/libotf.so.* %files devel ++++++ libotf-0.9.7.tar.bz2 -> libotf-0.9.11.tar.bz2 ++++++ ++++ 65655 lines of diff (skipped) ++++++ libotf-warning-fixes.diff ++++++ --- src/otfdrive.c | 1 + 1 file changed, 1 insertion(+) --- a/src/otfdrive.c +++ b/src/otfdrive.c @@ -1664,6 +1664,7 @@ else gstring->glyphs[i].glyph_id = lookupper (c, &enc->subtable); } + return 0; } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de