From 93adfb2c6c4e052fcd1c6a0edda9d7fbf13a8628 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Jul 04 2005 15:16:47 +0000 Subject: - apply gcc4 workaround to fix #162430 --- diff --git a/kdegraphics.spec b/kdegraphics.spec index 4988f58..dd69c8b 100644 --- a/kdegraphics.spec +++ b/kdegraphics.spec @@ -11,7 +11,7 @@ %define no_scanner_archs s390 s390x Version: 3.4.1 -Release: 1 +Release: 2 Name: kdegraphics Summary: K Desktop Environment - Graphics Applications Epoch: 7 @@ -25,6 +25,7 @@ Patch1: kdegraphics-3.3.0-misc.patch Patch2: kdegraphics-3.3.1-xorg.patch Patch3: admin-visibility.patch Patch4: kdegraphics-3.4.1-gcc4.patch +Patch5: kdegraphics-3.4.1-dviwin_draw.patch %ifnarch %{no_scanner_archs} BuildRequires: sane-backends-devel >= 1.0.3-10 @@ -261,6 +262,7 @@ This package contains a model editor for the PovRay raytracer. %patch2 -p1 -b .xorg %patch3 -p1 -b .gcc %patch4 -p1 -b .gcc4 +%patch5 -p1 -b .gcc4 %if %{rhel} echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE kfax\"" >kfax/configure.in.in @@ -350,6 +352,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/kde/* %changelog +* Mon Jul 04 2005 Than Ngo 7:3.4.1-2 +- apply gcc4 workaround to fix #162430 + * Tue Jun 28 2005 Than Ngo 7:3.4.1-1 - 3.4.1 - fix gcc4 build problem