Accepting request 125214 from home:namtrac:branches:M17N

- Update to version 2.4.10
  * Incremental glyph loading as needed by ghostscript was broken.
  * A new  function `FT_Outline_EmboldenXY'
  * The glyph  spacing computation  in `FT_GlyphSlot_Embolden'  (and
    similar code in `ftview') has been improved.
  * Minor  improvements to  the TrueType  bytecode  interpreter  and
    glyph loader, the auto-hinter, and the B/W rasterizer.

- Update to version 2.4.10
  * In the `ftview' demo program, key `e' has been replaced with `x'
    and `y' to  embolden in  the horizontal and  vertical direction,
    respectively.

OBS-URL: https://build.opensuse.org/request/show/125214
OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=68
This commit is contained in:
Marguerite Su 2012-06-17 11:51:37 +00:00 committed by Git OBS Bridge
parent ec8beaec91
commit 7288677bc1
10 changed files with 32 additions and 12 deletions

3
freetype-2.4.10.tar.bz2 Normal file
View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jun 17 10:34:24 UTC 2012 - idonmez@suse.com
- Update to version 2.4.10
* Incremental glyph loading as needed by ghostscript was broken.
* A new function `FT_Outline_EmboldenXY'
* The glyph spacing computation in `FT_GlyphSlot_Embolden' (and
similar code in `ftview') has been improved.
* Minor improvements to the TrueType bytecode interpreter and
glyph loader, the auto-hinter, and the B/W rasterizer.
-------------------------------------------------------------------
Wed May 9 19:46:11 UTC 2012 - crrodriguez@opensuse.org

View File

@ -17,6 +17,7 @@
Name: freetype2
BuildRequires: gawk
BuildRequires: pkg-config
BuildRequires: zlib-devel
# bug437293
@ -24,7 +25,7 @@ BuildRequires: zlib-devel
Obsoletes: freetype2-64bit
%endif
#
Version: 2.4.9
Version: 2.4.10
Release: 0
Summary: A TrueType Font Library
License: SUSE-Freetype or GPL-2.0+

3
ft2demos-2.4.10.tar.bz2 Normal file
View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 17 10:35:24 UTC 2012 - idonmez@suse.com
- Update to version 2.4.10
* In the `ftview' demo program, key `e' has been replaced with `x'
and `y' to embolden in the horizontal and vertical direction,
respectively.
-------------------------------------------------------------------
Thu Mar 8 21:20:31 UTC 2012 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
Name: ft2demos
Version: 2.4.9
Version: 2.4.10
Release: 0
Summary: Freetype2 Utilities and Demo Programs
License: GPL-2.0+
@ -44,7 +44,7 @@ Freetype2 utilities and demo programs.
%prep
%define enable_subpixel_rendering 0%{?opensuse_bs}
%setup -n freetype-%{freetype_version} -b 1
%setup -q -n freetype-%{freetype_version} -b 1
%patch9 -p 1
%patch308961 -p 1
pushd ../ft2demos-%{version}