diff --git a/libotf-0.9.12.tar.bz2 b/libotf-0.9.12.tar.bz2 deleted file mode 100644 index d8cb7e4..0000000 --- a/libotf-0.9.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32658222dc11c8f524c4b2d7f984ba8a30c5cc78bd39919737d5befc97c0238b -size 304930 diff --git a/libotf-0.9.13.tar.gz b/libotf-0.9.13.tar.gz new file mode 100644 index 0000000..d577352 --- /dev/null +++ b/libotf-0.9.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc466ba50425f95b52de12b4ad35320acefcef13ce67bf33edc14abdcfe6908 +size 388832 diff --git a/libotf-automake-1.13.diff b/libotf-automake-1.13.diff index da7c8ea..0b4e3ec 100644 --- a/libotf-automake-1.13.diff +++ b/libotf-automake-1.13.diff @@ -1,11 +1,11 @@ -Index: libotf-0.9.12/configure.ac +Index: libotf-0.9.13/configure.ac =================================================================== ---- libotf-0.9.12.orig/configure.ac -+++ libotf-0.9.12/configure.ac +--- libotf-0.9.13.orig/configure.ac ++++ libotf-0.9.13/configure.ac @@ -25,7 +25,7 @@ dnl 330, Boston, MA 02111-1307, USA. - AC_INIT(libotf, 0.9.12, handa@m17n.org) - AM_INIT_AUTOMAKE(libotf, 0.9.12) + AC_INIT(libotf, 0.9.13, handa@m17n.org) + AM_INIT_AUTOMAKE(libotf, 0.9.13) -AM_CONFIG_HEADER(src/config.h) +AC_CONFIG_HEADERS(src/config.h) diff --git a/libotf.changes b/libotf.changes index 17c6abe..b36d205 100644 --- a/libotf.changes +++ b/libotf.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jul 1 04:07:57 UTC 2013 - i@marguerite.su + +- update version 0.9.13 + * configure.ac: Add AM_CONDITIONAL for X11_UNAVAILABLE. + * example/Makefile.am (bin_PROGRAMS): Add otfview conditionally. + * example/otfdump.c (indent_spaces): Delete it. + (IPRINT): Do not use indent_spaces. + (dump_anchor): Do nothing if anchor->offset is zero. + * src/otfopen.c (read_anchor_array): Do not read an anchor if its + offset is zero. + (read_ligature_attach): Fix return code on error. + (read_ligature_array): Do not read an anchor if its offset is + zero. + (read_lookup_subtable_gpos): Fix typo. + * src/otfdrive.c (get_class_def_auto): Return 0 if C is negative. + ------------------------------------------------------------------- Tue Mar 5 07:19:38 UTC 2013 - pgajdos@suse.com diff --git a/libotf.spec b/libotf.spec index 4af1d19..cb208ca 100644 --- a/libotf.spec +++ b/libotf.spec @@ -17,7 +17,7 @@ Name: libotf -Version: 0.9.12 +Version: 0.9.13 Release: 0 Summary: Library for Handling OpenType Fonts License: LGPL-2.1+ @@ -26,9 +26,8 @@ Url: http://www.m17n.org/libotf/ # 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 +Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz Source1: baselibs.conf -# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches Patch: libotf-warning-fixes.diff # patch not sent upstream, because m17n.org is currently down Patch1: libotf-automake-1.13.diff @@ -50,7 +49,7 @@ Library for handling OpenType fonts,especially those needed for CJK and other no languages. %package devel -Summary: Include Files and Libraries mandatory for Development. +Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/Other Requires: %{name} = %{version} Requires: freetype2-devel @@ -74,9 +73,6 @@ make %{?_smp_mflags} %makeinstall %{__rm} -f %{buildroot}%{_libdir}/*.la -%clean -rm -rf %{buildroot} - %post -n libotf0 -p /sbin/ldconfig %postun -n libotf0 -p /sbin/ldconfig