SHA256
1
0
forked from pool/freetype2

Accepting request 146151 from home:namtrac:branches:M17N

- Update to version 2.4.11
  * Some vulnerabilities in the  BDF implementation have been fixed.
  * Support for OpenType collections (OTC) has been added.
  * Pure CFF fonts within an SFNT wrapper are now supported.
  * Minor rendering improvements to the auto-hinter.
  * `FT_GlyphSlot_Oblique' now uses a shear angle of 12°.
- Modify freetype2-subpixel.patch for new subpixel hinting option.
- Drop fix-build.patch: no longer needed

- Update to version 2.4.11
  * ftdiff now supports UTF-8 encoded input files for option `-f'.
  * Using keys `r' and `R', you can now adjust the stroker radius in
    ftview.

OBS-URL: https://build.opensuse.org/request/show/146151
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=70
This commit is contained in:
OBS User mrdocs
2012-12-20 16:06:24 +00:00
committed by Git OBS Bridge
parent 7288677bc1
commit e488dfe685
12 changed files with 44 additions and 50 deletions

View File

@@ -25,7 +25,7 @@ BuildRequires: zlib-devel
Obsoletes: freetype2-64bit
%endif
#
Version: 2.4.10
Version: 2.4.11
Release: 0
Summary: A TrueType Font Library
License: SUSE-Freetype or GPL-2.0+
@@ -35,7 +35,6 @@ Source0: http://download.savannah.gnu.org/releases/freetype/freetype-%{ve
Source1: http://download.savannah.gnu.org/releases/freetype/freetype-doc-%{version}.tar.bz2
Source3: baselibs.conf
Patch3: freetype2-bitmap-foundry.patch
Patch9: fix-build.patch
Patch10: freetype2-no_rpath.patch
Patch308961: bugzilla-308961-cmex-workaround.patch
Patch200: freetype2-subpixel.patch
@@ -80,7 +79,6 @@ It also contains a small tutorial for using that library.
%define enable_subpixel_rendering 0
%setup -q -n freetype-%{version} -a 1
%patch3 -p 1 -b .bitmap-foundry
%patch9 -p 1
%patch10
%patch308961 -p 1
%if %{enable_subpixel_rendering}