Accepting request 27737 from M17N
Copy from M17N/libotf based on submit request 27737 from user tiwai OBS-URL: https://build.opensuse.org/request/show/27737 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libotf?expand=0&rev=7
This commit is contained in:
parent
a90c8b23db
commit
b150888e55
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 17 20:48:50 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- add baselibs.conf as a source
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 3 22:29:54 CET 2009 - crrodriguez@suse.de
|
Tue Mar 3 22:29:54 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
53
libotf.spec
53
libotf.spec
@ -21,8 +21,8 @@
|
|||||||
Name: libotf
|
Name: libotf
|
||||||
BuildRequires: freetype2-devel xorg-x11-devel
|
BuildRequires: freetype2-devel xorg-x11-devel
|
||||||
Version: 0.9.7
|
Version: 0.9.7
|
||||||
Release: 3
|
Release: 4
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Group: System/I18n/Japanese
|
Group: System/I18n/Japanese
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Url: http://www.m17n.org/libotf/
|
Url: http://www.m17n.org/libotf/
|
||||||
@ -30,6 +30,7 @@ Url: http://www.m17n.org/libotf/
|
|||||||
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login
|
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login
|
||||||
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf
|
# cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf
|
||||||
Source0: http://www.m17n.org/libotf/libotf-%{version}.tar.bz2
|
Source0: http://www.m17n.org/libotf/libotf-%{version}.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Library for Handling OpenType Fonts
|
Summary: Library for Handling OpenType Fonts
|
||||||
|
|
||||||
@ -43,7 +44,7 @@ Authors:
|
|||||||
Kenichi Handa <handa@m17n.org>
|
Kenichi Handa <handa@m17n.org>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Summary: Include Files and Libraries mandatory for Development.
|
Summary: Include Files and Libraries mandatory for Development.
|
||||||
Group: System/I18n/Japanese
|
Group: System/I18n/Japanese
|
||||||
Requires: %{name} = %{version} freetype2-devel
|
Requires: %{name} = %{version} freetype2-devel
|
||||||
@ -91,49 +92,3 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/libotf.pc
|
%{_libdir}/pkgconfig/libotf.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 03 2009 crrodriguez@suse.de
|
|
||||||
- remove static libraries and "la" files
|
|
||||||
* Fri Oct 31 2008 schwab@suse.de
|
|
||||||
- Don't disable strict aliasing.
|
|
||||||
* Fri Apr 18 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
|
|
||||||
- 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
|
|
||||||
- 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
|
|
||||||
- use RPM_OPT_FLAGS correctly, require freetype2-devel in -devel.
|
|
||||||
* 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
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Tue Dec 28 2004 mfabian@suse.de
|
|
||||||
- update to 0.9.3.
|
|
||||||
* Mon Aug 16 2004 mfabian@suse.de
|
|
||||||
- new package: libotf, version 0.9.2.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user