forked from pool/freetype2
This commit is contained in:
committed by
Git OBS Bridge
parent
874567c334
commit
2714617701
@@ -2,9 +2,16 @@
|
||||
# spec file for package ft2demos (Version 2.3.7)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@@ -20,7 +27,7 @@ AutoReqProv: on
|
||||
Supplements: fonts-config
|
||||
%endif
|
||||
Version: 2.3.7
|
||||
Release: 1
|
||||
Release: 16
|
||||
%define freetype_version %{version}
|
||||
Url: http://www.freetype.org
|
||||
Summary: Freetype2 Utilities and Demo Programs
|
||||
@@ -128,6 +135,12 @@ popd
|
||||
%{_bindir}/testname
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
a workaround to the sazanami-fonts because fontforge called
|
||||
FT_Open_Face() with 0 for the FT_Library argument and
|
||||
then freetype crashed in FT_Stream_Free().
|
||||
* Wed Jul 23 2008 mfabian@suse.de
|
||||
- update to 2.3.7. Extract from the docs/CHANGES file:
|
||||
• If the library was compiled on an i386 platform using gcc, and
|
||||
|
Reference in New Issue
Block a user