OBS User unknown 2008-11-07 14:06:27 +00:00 committed by Git OBS Bridge
parent 540589b7ff
commit 24485f795c
5 changed files with 60 additions and 8 deletions

View File

@ -0,0 +1,22 @@
diff -ru freetype-2.3.7.orig//devel/ftoption.h freetype-2.3.7/devel/ftoption.h
--- freetype-2.3.7.orig//devel/ftoption.h 2008-02-16 06:53:26.000000000 +0100
+++ freetype-2.3.7/devel/ftoption.h 2008-11-05 17:24:46.000000000 +0100
@@ -659,6 +659,7 @@
*/
#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
#define TT_USE_BYTECODE_INTERPRETER
+#undef TT_CONFIG_OPTION_UNPATENTED_HINTING
#elif defined TT_CONFIG_OPTION_UNPATENTED_HINTING
#define TT_USE_BYTECODE_INTERPRETER
#endif
diff -ru freetype-2.3.7.orig//include/freetype/config/ftoption.h freetype-2.3.7/include/freetype/config/ftoption.h
--- freetype-2.3.7.orig//include/freetype/config/ftoption.h 2008-02-16 06:53:25.000000000 +0100
+++ freetype-2.3.7/include/freetype/config/ftoption.h 2008-11-05 17:24:09.000000000 +0100
@@ -658,6 +658,7 @@
*/
#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
#define TT_USE_BYTECODE_INTERPRETER
+#undef TT_CONFIG_OPTION_UNPATENTED_HINTING
#elif defined TT_CONFIG_OPTION_UNPATENTED_HINTING
#define TT_USE_BYTECODE_INTERPRETER
#endif

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 05 16:58:22 CET 2008 - mfabian@suse.de
- bnc#441638: use fix from upstream CVS to fix the return value
of FT_Get_TrueType_Engine_Type (and make it work as documented).
Thanks to Werner Lemberg for fixing and Krzysztof Kotlenga for
reporting the issue.
-------------------------------------------------------------------
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de

View File

@ -32,7 +32,7 @@ Obsoletes: freetype2-32bit
%endif
#
Version: 2.3.7
Release: 22
Release: 23
Url: http://www.freetype.org
Summary: A TrueType Font Library
# CVS repository:
@ -50,6 +50,7 @@ Patch8: bugzilla-159166-reduce-embolden-distance.patch
Patch9: fix-build.patch
Patch10: uninitialized-variable.patch
Patch308961: bugzilla-308961-cmex-workaround.patch
Patch441638: bnc441638-bc-enabling-fix-from-cvs.patch
Patch100: freetype2-bc.patch
Patch200: freetype2-subpixel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -114,6 +115,7 @@ Authors:
%patch9 -p 1
%patch10 -p 1
%patch308961 -p 1
%patch441638 -p 1
%if %{enable_bytecode_interpreter}
%patch100 -p 1 -b .bytecode
%endif
@ -167,6 +169,11 @@ make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
/usr/share/aclocal/*
%changelog
* Wed Nov 05 2008 mfabian@suse.de
- bnc#441638: use fix from upstream CVS to fix the return value
of FT_Get_TrueType_Engine_Type (and make it work as documented).
Thanks to Werner Lemberg for fixing and Krzysztof Kotlenga for
reporting the issue.
* Thu Oct 30 2008 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Mon Aug 18 2008 mfabian@suse.de
@ -493,7 +500,7 @@ make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
- update to 2.1.7.
- remove freetype2-type1.patch (included upstream)
- add documentation.
* Thu Oct 09 2003 schwab@suse.de
* Wed Oct 08 2003 schwab@suse.de
- Fix invalid free.
* Fri Sep 26 2003 mfabian@suse.de
- update to 2.1.5.
@ -506,7 +513,7 @@ make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
See also:
http://marc.theaimsgroup.com/?l=freetype-devel&m=105505219505600&w=2
and followups.
* Wed Aug 27 2003 mfabian@suse.de
* Tue Aug 26 2003 mfabian@suse.de
- add freetype2-bitmap-style.patch: check the bdf properties
WEIGHT_NAME and SLANT case insensitively. Without that,
these properties are not correctly recognized when the fonts
@ -609,7 +616,7 @@ make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
- fix build-rooting
* Thu Dec 14 2000 kukuk@suse.de
- split devel package
* Tue Dec 12 2000 egger@suse.de
* Mon Dec 11 2000 egger@suse.de
- Updated to version 2.0.1.
* Fri Nov 10 2000 egger@suse.de
- Initial SuSE package.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 05 16:58:22 CET 2008 - mfabian@suse.de
- bnc#441638: use fix from upstream CVS to fix the return value
of FT_Get_TrueType_Engine_Type (and make it work as documented).
Thanks to Werner Lemberg for fixing and Krzysztof Kotlenga for
reporting the issue.
-------------------------------------------------------------------
Mon Aug 18 16:38:09 CEST 2008 - mfabian@suse.de

View File

@ -27,7 +27,7 @@ AutoReqProv: on
Supplements: fonts-config
%endif
Version: 2.3.7
Release: 29
Release: 30
%define freetype_version %{version}
Url: http://www.freetype.org
Summary: Freetype2 Utilities and Demo Programs
@ -47,6 +47,7 @@ Patch5: revert-fix-bytecode.patch
Patch8: bugzilla-159166-reduce-embolden-distance.patch
Patch9: fix-build.patch
Patch308961: bugzilla-308961-cmex-workaround.patch
Patch441638: bnc441638-bc-enabling-fix-from-cvs.patch
Patch50: ft2demos-build-testname.patch
Patch100: freetype2-bc.patch
Patch101: ft2demos-bc.patch
@ -82,6 +83,7 @@ Authors:
#%patch8 -p 1
%patch9 -p 1
%patch308961 -p 1
%patch441638 -p 1
pushd ../ft2demos-%{version}
%patch50 -p 1
popd
@ -135,6 +137,11 @@ popd
%{_bindir}/testname
%changelog
* Wed Nov 05 2008 mfabian@suse.de
- bnc#441638: use fix from upstream CVS to fix the return value
of FT_Get_TrueType_Engine_Type (and make it work as documented).
Thanks to Werner Lemberg for fixing and Krzysztof Kotlenga for
reporting the issue.
* Mon Aug 18 2008 mfabian@suse.de
- fix uninitialized pointer "FT_STREAM stream" in function
FT_Open_Face() which made fontforge crash while trying to apply
@ -449,7 +456,7 @@ popd
* Wed Dec 17 2003 mfabian@suse.de
- update to 2.1.7.
- remove freetype2-type1.patch (included upstream)
* Thu Oct 09 2003 schwab@suse.de
* Wed Oct 08 2003 schwab@suse.de
- Fix invalid free.
* Fri Sep 26 2003 mfabian@suse.de
- update to 2.1.5.
@ -462,7 +469,7 @@ popd
See also:
http://marc.theaimsgroup.com/?l=freetype-devel&m=105505219505600&w=2
and followups.
* Wed Aug 27 2003 mfabian@suse.de
* Tue Aug 26 2003 mfabian@suse.de
- add freetype2-bitmap-style.patch: check the bdf properties
WEIGHT_NAME and SLANT case insensitively. Without that,
these properties are not correctly recognized when the fonts
@ -473,7 +480,7 @@ popd
- update to 2.1.4
* Fri Apr 04 2003 mfabian@suse.de
- freetype updated to 2.1.4rc2
* Sat Mar 08 2003 mfabian@suse.de
* Fri Mar 07 2003 mfabian@suse.de
- Bug #24755: further improvement: add " Wide" to the family name
for fonts which have an average width >= point size, i.e. fonts
which have glyphs which are at least square (or maybe even