Changelog for
libotf0-0.9.13-49.13.x86_64.rpm :
Wed Oct 1 14:00:00 2014 crrodriguezAATTopensuse.org
Cleanup buildRequires, removing use of xorg-x11-devel.
Mon Jun 16 14:00:00 2014 tiwaiAATTsuse.de
- provides/obsoletes libotf-32bit (bnc#881556)
Mon Jul 1 14:00:00 2013 iAATTmarguerite.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 13:00:00 2013 pgajdosAATTsuse.com
- fix build with automake
Mon Feb 13 13:00:00 2012 cooloAATTsuse.com
- patch license to follow spdx.org standard
Sun Nov 20 13:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to avoid implicit dependency
Tue Oct 4 14:00:00 2011 cooloAATTsuse.com
- remove default requires from baselibs.conf
Thu Aug 4 14:00:00 2011 tiwaiAATTsuse.de
- Fix baselibs.conf to pick up libotf0 instead of libotf
Wed Oct 27 14:00:00 2010 mrdocsAATTopensuse.org
-fix some rpmlint warnings and run spec cleaner on the spec
Wed Oct 27 14:00:00 2010 mrdocsAATTopensuse.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 14:00:00 2010 tiwaiAATTsuse.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
Thu Dec 17 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source
Tue Mar 3 13:00:00 2009 crrodriguezAATTsuse.de
- remove static libraries and \"la\" files
Fri Oct 31 13:00:00 2008 schwabAATTsuse.de
- Don\'t disable strict aliasing.
Fri Apr 18 14:00:00 2008 schwabAATTsuse.de
- Update to libotf 0.9.7.
* src/otfdrive.c (gstring_subst): If a glyph is changed, set the
character code to 0, and update GlyphClass.
* example/otfdump.c (dump_chain_class_set_list): Ignore an element
whose offset is zero.
* src/otfdrive.c (lookup_gpos): Ignore mark glyphs while
processing GPOS_MarkBase1.
* src/otfdrive.c (lookup_gpos): Fix handling of IGNORED_GLYPH.
* src/otfdrive.c (gstring_subst): If otf->cmap is NULL, set
character code of a glyph to 0.
(OTF_drive_gsub): If otf->cmap is NULL, try to load it.
- added baselibs.conf to build biarch compat library
Wed Aug 1 14:00:00 2007 mfabianAATTsuse.de
- update to 0.9.6:
• src/otfdrive.c (gstring_subst): Remove a glyph if it is
ignored because of 0 glyph ID.
- added ldconfig to post scripts.
Tue Jan 9 13:00:00 2007 mfabianAATTsuse.de
- update to 0.9.5.20070109:
make it possible to link with C++ programs
(Ed Trager, Kenichi Handa).
Tue Jan 9 13:00:00 2007 mfabianAATTsuse.de
- update to 0.9.5:
• New function OTF_open_ft_face() can be used to process a font
already opened by FreeType library.
• The example program `otfview\' accept the second argument
INDEX.
Mon Oct 30 13:00:00 2006 meissnerAATTsuse.de
- use RPM_OPT_FLAGS correctly, require freetype2-devel in -devel.