OBS User unknown 2008-09-23 22:26:36 +00:00 committed by Git OBS Bridge
parent 1805997409
commit ba7d582cb4
5 changed files with 59 additions and 20 deletions

2
baselibs.conf Normal file
View File

@ -0,0 +1,2 @@
libotf
libotf-devel

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9e258dd0522e4b70aba6414ae80e9a69064392a1264a7e326f0a6e72e5869a8
size 57875

3
libotf-0.9.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:359f88c5580a9b9d8cebab6a4200b443efdb3e74327a53f14f305ec9bc893ff1
size 284584

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Apr 18 23:27:52 CEST 2008 - schwab@suse.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 01 20:48:23 CEST 2007 - mfabian@suse.de

View File

@ -1,23 +1,31 @@
#
# spec file for package libotf (Version 0.9.6)
# spec file for package libotf (Version 0.9.7)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2008 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libotf
BuildRequires: freetype2-devel xorg-x11-devel
Version: 0.9.6
Version: 0.9.7
Release: 1
License: LGPL v2 or later
License: LGPL v2.1 or later
Group: System/I18n/Japanese
Autoreqprov: on
URL: http://www.m17n.org/libotf/
AutoReqProv: on
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
@ -35,6 +43,7 @@ Authors:
Kenichi Handa <handa@m17n.org>
%package devel
License: LGPL v2.1 or later
Summary: Include Files and Libraries mandatory for Development.
Group: System/I18n/Japanese
Requires: %{name} = %{version} freetype2-devel
@ -54,7 +63,6 @@ Authors:
%build
./autogen.sh
libtoolize --force
autoreconf --force --install --verbose
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
@ -86,32 +94,45 @@ make DESTDIR=${RPM_BUILD_ROOT} install
%{_libdir}/pkgconfig/libotf.pc
%changelog
* Wed Aug 01 2007 - mfabian@suse.de
* Sat Apr 19 2008 schwab@suse.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 01 2007 mfabian@suse.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 09 2007 - mfabian@suse.de
* Wed Jan 10 2007 mfabian@suse.de
- update to 0.9.5.20070109:
make it possible to link with C++ programs
(Ed Trager, Kenichi Handa).
* Tue Jan 09 2007 - mfabian@suse.de
* Wed Jan 10 2007 mfabian@suse.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 2006 - meissner@suse.de
* Mon Oct 30 2006 meissner@suse.de
- use RPM_OPT_FLAGS correctly, require freetype2-devel in -devel.
* Fri Mar 03 2006 - mfabian@suse.de
* Fri Mar 03 2006 mfabian@suse.de
- Bugzilla #154974: update to 0.9.4.
We have updated m17n-lib to 1.3.0.20060113. This version can
only use libotf >= 0.9.4. It won't link against libotf 0.9.3.
In order not to loose the OpenType support in m17n-lib, we
should update libotf as well.
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Dec 28 2004 - mfabian@suse.de
* Tue Dec 28 2004 mfabian@suse.de
- update to 0.9.3.
* Mon Aug 16 2004 - mfabian@suse.de
* Mon Aug 16 2004 mfabian@suse.de
- new package: libotf, version 0.9.2.