OBS User unknown 2008-11-02 14:40:54 +00:00 committed by Git OBS Bridge
parent 2714617701
commit 540589b7ff
3 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Mon Aug 18 16:38:09 CEST 2008 - mfabian@suse.de

View File

@ -23,8 +23,16 @@ BuildRequires: zlib-devel
License: Other uncritical OpenSource License
Group: System/Libraries
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: freetype2-64bit
%endif
%ifarch %ix86 ppc
Obsoletes: freetype2-32bit
%endif
#
Version: 2.3.7
Release: 13
Release: 22
Url: http://www.freetype.org
Summary: A TrueType Font Library
# CVS repository:
@ -63,6 +71,14 @@ License: GPL v2 or later
Summary: Development environment for the freetype2 TrueType font library
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}, zlib-devel
# bug437293
%ifarch ppc64
Obsoletes: freetype2-devel-64bit
%endif
%ifarch %ix86 ppc
Obsoletes: freetype2-devel-32bit
%endif
#
%description devel
This package contains all necessary include files, libraries and
@ -151,6 +167,8 @@ make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install
/usr/share/aclocal/*
%changelog
* Thu Oct 30 2008 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* 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

View File

@ -27,7 +27,7 @@ AutoReqProv: on
Supplements: fonts-config
%endif
Version: 2.3.7
Release: 16
Release: 29
%define freetype_version %{version}
Url: http://www.freetype.org
Summary: Freetype2 Utilities and Demo Programs