SHA256
1
0
forked from pool/freetype2
OBS User unknown 2007-10-20 15:35:32 +00:00 committed by Git OBS Bridge
parent 8721ad3554
commit 2ce53546b0
5 changed files with 25 additions and 4 deletions

View File

@ -6,7 +6,7 @@ Index: freetype-2.3.5/src/base/ftobjs.c
if ( FT_IS_SCALABLE( face ) )
{
+ if ( strncmp("CMEX", face->family_name, 4 ) == 0){
+ if ( face->family_name && strncmp(face->family_name, "CMEX", 4 ) == 0){
+ face->underline_position = (FT_Short)( -face->units_per_EM / 10 );
+ face->underline_thickness = (FT_Short)( face->units_per_EM / 30 );
+ }

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 18 15:45:04 CEST 2007 - mfabian@suse.de
- Bugzilla #334565: avoid crash in xpdf caused by a bug in the
workaround patch for bug #308961
(fixed by Peng Wu <pwu@novell.com>).
-------------------------------------------------------------------
Mon Oct 08 11:43:58 CEST 2007 - mfabian@suse.de

View File

@ -16,7 +16,7 @@ License: Other uncritical OpenSource License
Group: System/Libraries
AutoReqProv: on
Version: 2.3.5
Release: 21
Release: 24
Url: http://www.freetype.org
Summary: A TrueType Font Library
# CVS repository:
@ -116,7 +116,6 @@ mv docs/reference freetype-%{version}/docs
make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
%clean
rm -rf $RPM_BUILD_ROOT;
%post -p /sbin/ldconfig
@ -138,6 +137,10 @@ rm -rf $RPM_BUILD_ROOT;
/usr/bin/*
/usr/share/aclocal/*
%changelog
* Thu Oct 18 2007 - mfabian@suse.de
- Bugzilla #334565: avoid crash in xpdf caused by a bug in the
workaround patch for bug #308961
(fixed by Peng Wu <pwu@novell.com>).
* Mon Oct 08 2007 - mfabian@suse.de
- Bugzilla #308961: improve workaround patch for the broken
underlining in the CMEX fonts

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 18 15:45:04 CEST 2007 - mfabian@suse.de
- Bugzilla #334565: avoid crash in xpdf caused by a bug in the
workaround patch for bug #308961
(fixed by Peng Wu <pwu@novell.com>).
-------------------------------------------------------------------
Mon Oct 08 11:43:58 CEST 2007 - mfabian@suse.de

View File

@ -19,7 +19,7 @@ AutoReqProv: on
Supplements: fonts-config
%endif
Version: 2.3.5
Release: 25
Release: 30
%define freetype_version %{version}
Url: http://www.freetype.org
Summary: Freetype2 Utilities and Demo Programs
@ -124,6 +124,10 @@ popd
%{_bindir}/ft*
%{_bindir}/testname
%changelog
* Thu Oct 18 2007 - mfabian@suse.de
- Bugzilla #334565: avoid crash in xpdf caused by a bug in the
workaround patch for bug #308961
(fixed by Peng Wu <pwu@novell.com>).
* Mon Oct 08 2007 - mfabian@suse.de
- Bugzilla #308961: improve workaround patch for the broken
underlining in the CMEX fonts