diff --git a/libotf-0.9.11.tar.bz2 b/libotf-0.9.11.tar.bz2 deleted file mode 100644 index 8f05616..0000000 --- a/libotf-0.9.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d82acc2e53beaef30c7792ecd9fc7622fdcfe8e900de3e7f434d8bec98c27ed -size 291260 diff --git a/libotf-0.9.12.tar.bz2 b/libotf-0.9.12.tar.bz2 new file mode 100644 index 0000000..d8cb7e4 --- /dev/null +++ b/libotf-0.9.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32658222dc11c8f524c4b2d7f984ba8a30c5cc78bd39919737d5befc97c0238b +size 304930 diff --git a/libotf.changes b/libotf.changes index f38d1e0..c923ef1 100644 --- a/libotf.changes +++ b/libotf.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Oct 27 20:35:42 UTC 2010 - mrdocs@opensuse.org + +-fix some rpmlint warnings and run spec cleaner on the spec + +------------------------------------------------------------------- +Wed Oct 27 20:17:53 UTC 2010 - mrdocs@opensuse.org + +- updated to version 0.9.12 + *Bug fixes: + * src/otfopen.c (OTF_check_features): If language is specified but + not found, return 0 instead of using the default langsys. + * src/internal.h: Include alloca.h if available. + * example/otftobdf.c: Include alloca.h if available. + * example/otfview.c: Include alloca.h if available. + * example/otflist.c: Include alloca.h if available. + * src/otfopen.c (OTF_check_features): Even if no feature is + specified, check script support. + ------------------------------------------------------------------- Thu Apr 22 17:11:06 CEST 2010 - tiwai@suse.de diff --git a/libotf.spec b/libotf.spec index f45f5de..ab1a606 100644 --- a/libotf.spec +++ b/libotf.spec @@ -1,5 +1,5 @@ # -# spec file for package libotf (Version 0.9.11) +# spec file for package libotf (Version 0.9.12) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,28 +15,29 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: libotf -BuildRequires: freetype2-devel xorg-x11-devel -Version: 0.9.11 -Release: 1 +Version: 0.9.12 +Release: 0 License: LGPLv2.1+ -Group: System/I18n/Japanese -AutoReqProv: on +Summary: Library for Handling OpenType Fonts Url: http://www.m17n.org/libotf/ +Group: System/I18n/Japanese # CVS: # cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login # 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-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches Patch: libotf-warning-fixes.diff +BuildRequires: freetype2-devel +BuildRequires: xorg-x11-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: Library for Handling OpenType Fonts %description -Library for handling OpenType fonts. +Library for handling OpenType fonts,especially those needed for CJK and other non-Latin +languages. %package -n libotf0 License: LGPLv2.1+ @@ -44,17 +45,19 @@ Summary: Shared library for libotf Group: System/I18n/Japanese %description -n libotf0 -Library for handling OpenType fonts. +Library for handling OpenType fonts,especially those needed for CJK and other non-Latin +languages. %package devel License: LGPLv2.1+ Summary: Include Files and Libraries mandatory for Development. -Group: System/I18n/Japanese -Requires: %{name} = %{version} freetype2-devel +Group: Development/Libraries/Other +Requires: %{name} = %{version} +Requires: freetype2-devel %description devel This package contains all necessary include files and libraries needed -to develop applications that require these. +to develop applications that require %{name}. %prep %setup -q @@ -64,10 +67,10 @@ to develop applications that require these. ./autogen.sh autoreconf --force --install --verbose %configure --disable-static --with-pic -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -make DESTDIR=${RPM_BUILD_ROOT} install +%makeinstall %{__rm} -f %{buildroot}%{_libdir}/*.la %clean @@ -88,7 +91,7 @@ rm -rf %{buildroot} %files devel %defattr(-, root, root) -/usr/include/* +%{_includedir}/* %{_libdir}/libotf.so %{_libdir}/pkgconfig/libotf.pc