From 7cfa10339b555eeaa24d8894cc47234e72a9b3d4ea29bf2f374f60b5ce372174 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 28 Nov 2008 15:24:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontconfig?expand=0&rev=19 --- fontconfig.changes | 5 +++++ fontconfig.spec | 18 +++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/fontconfig.changes b/fontconfig.changes index 3f52278..2c250e3 100644 --- a/fontconfig.changes +++ b/fontconfig.changes @@ -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 diff --git a/fontconfig.spec b/fontconfig.spec index c045e79..b57b36c 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -29,9 +29,16 @@ Provides: XFree86:/etc/fonts/fonts.dtd Group: System/Libraries Url: http://fontconfig.org/ AutoReqProv: on +# bug437293 +%ifarch ppc64 +Obsoletes: fontconfig-64bit +%endif +%ifarch %ix86 ppc +Obsoletes: fontconfig-32bit +%endif Requires: bash Version: 2.6.0 -Release: 6 +Release: 7 Summary: Library for Font Configuration # CVS can be found here: (CVS is gone, fontconfig uses git now). # $ 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 Group: Development/Libraries/C and C++ 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 This package countains all include files, libraries, configuration @@ -250,6 +264,8 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/fontconfig/ %changelog +* Mon Nov 24 2008 olh@suse.de +- obsolete old -XXbit packages (bnc#437293, bnc#439840) * Fri Nov 07 2008 mfabian@suse.de - bnc#438855: make FcInitReinitialize() work again. This function is important to make it possible for YaST2 to load new fonts