From 5c3033e198f6774b3748545d81f15da78a235a6b Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Feb 10 2005 16:48:21 +0000 Subject: - Applied patch to fix CAN-2005-0064 - Applied Steve cleanup patch file --- diff --git a/kdegraphics.spec b/kdegraphics.spec index c23fd76..117e484 100644 --- a/kdegraphics.spec +++ b/kdegraphics.spec @@ -10,22 +10,24 @@ %define no_scanner_archs s390 s390x Version: 3.3.2 -Release: 0.2 +Release: 0.3 Name: kdegraphics Summary: K Desktop Environment - Graphics Applications Epoch: 7 Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-buildroot License: GPL - Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2 Patch0: kde-libtool.patch Patch1: kdegraphics-3.3.0-misc.patch -Patch3: kdegraphics-3.3.1-xorg.patch +Patch2: kdegraphics-3.3.1-xorg.patch # security fix -Patch4: post-3.3.2-kdegraphics.diff +# CAN-2004-1125 +Patch100: post-3.3.2-kdegraphics.diff +# CAN-2005-0064 +Patch101: post-3.3.2-kdegraphics-3.diff %ifnarch %{no_scanner_archs} BuildRequires: sane-backends-devel >= 1.0.3-10 @@ -259,10 +261,11 @@ This package contains a model editor for the PovRay raytracer. %setup -q %patch0 -p1 -b .libtool %patch1 -p1 -b .misc -%patch3 -p1 -b .xorg +%patch2 -p1 -b .xorg #security fix -%patch4 -p0 -b .xpdf +%patch100 -p0 -b .CAN-2004-1125 +%patch101 -p0 -b .CAN-2005-0064 %if %{rhel} echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE kfax\"" >kfax/configure.in.in @@ -349,6 +352,10 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/kde/* %changelog +* Thu Feb 10 2005 Than Ngo 7:3.3.2-0.3 +- Applied patch to fix CAN-2005-0064 +- Applied Steve cleanup patch file + * Thu Dec 23 2004 Than Ngo 7:3.3.2-0.2 - Applied patch to fix CAN-2004-112