This commit is contained in:
parent
a4abd24f9a
commit
7cfa10339b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 24 12:34:56 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
- obsolete old -XXbit packages (bnc#437293, bnc#439840)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 07 18:22:17 CET 2008 - mfabian@suse.de
|
Fri Nov 07 18:22:17 CET 2008 - mfabian@suse.de
|
||||||
|
|
||||||
|
@ -29,9 +29,16 @@ Provides: XFree86:/etc/fonts/fonts.dtd
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://fontconfig.org/
|
Url: http://fontconfig.org/
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: fontconfig-64bit
|
||||||
|
%endif
|
||||||
|
%ifarch %ix86 ppc
|
||||||
|
Obsoletes: fontconfig-32bit
|
||||||
|
%endif
|
||||||
Requires: bash
|
Requires: bash
|
||||||
Version: 2.6.0
|
Version: 2.6.0
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: Library for Font Configuration
|
Summary: Library for Font Configuration
|
||||||
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
||||||
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
||||||
@ -95,6 +102,13 @@ Requires: freetype2-devel glibc-devel
|
|||||||
Provides: XFree86-devel:%_libdir/pkgconfig/fontconfig.pc
|
Provides: XFree86-devel:%_libdir/pkgconfig/fontconfig.pc
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Include Files and Libraries mandatory for Development.
|
Summary: Include Files and Libraries mandatory for Development.
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: fontconfig-devel-64bit
|
||||||
|
%endif
|
||||||
|
%ifarch %ix86 ppc
|
||||||
|
Obsoletes: fontconfig-devel-32bit
|
||||||
|
%endif
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package countains all include files, libraries, configuration
|
This package countains all include files, libraries, configuration
|
||||||
@ -250,6 +264,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/fontconfig/
|
%{_includedir}/fontconfig/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 24 2008 olh@suse.de
|
||||||
|
- obsolete old -XXbit packages (bnc#437293, bnc#439840)
|
||||||
* Fri Nov 07 2008 mfabian@suse.de
|
* Fri Nov 07 2008 mfabian@suse.de
|
||||||
- bnc#438855: make FcInitReinitialize() work again. This function
|
- bnc#438855: make FcInitReinitialize() work again. This function
|
||||||
is important to make it possible for YaST2 to load new fonts
|
is important to make it possible for YaST2 to load new fonts
|
||||||
|
Loading…
Reference in New Issue
Block a user