From b5f9252a78213147d0cdca8110b00b3c3c0884d6 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 06:51:34 +0000 Subject: auto-import changelog data from kdegraphics-3.1-5.src.rpm Tue Apr 08 2003 Than Ngo 3.1-5 - PS/PDF file handling vulnerability --- diff --git a/kdegraphics.spec b/kdegraphics.spec index 1cf2a34..d092e09 100644 --- a/kdegraphics.spec +++ b/kdegraphics.spec @@ -1,7 +1,5 @@ %define debug 0 -%define build_for_ftp 0 - %define strip_bin 0 %define final 0 %define rpm_clean 1 @@ -18,7 +16,7 @@ %define no_scanner_archs s390 s390x Version: 3.1 -Release: 4 +Release: 5 Name: kdegraphics Summary: K Desktop Environment - Graphics Applications Epoch: 7 @@ -28,10 +26,8 @@ License: GPL Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2 Patch0: kde-libtool.patch - -%if %{build_for_ftp} -ExclusiveArch: %{ix86} -%endif +Patch1: post-3.1.1-kdegraphics-kdvi.diff +Patch2: post-3.1.1-kdegraphics-kghostview.diff %ifarch %{scanner_archs} BuildRequires: sane-backends-devel >= 1.0.3-10 @@ -306,6 +302,13 @@ This package contains a model editor for the PovRay raytracer. %prep %setup -q %patch0 -p1 -b .libtool +# security patches +pushd kdvi +%patch1 -p0 -b .kdvi +popd +pushd kghostview +%patch2 -p0 -b .kghostview +popd # Workaround for legacy auto* tools [ -x /usr/bin/autoconf-2.5? ] && ln -s /usr/bin/autoconf-2.5? autoconf @@ -488,6 +491,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/kde/* %changelog +* Tue Apr 8 2003 Than Ngo 3.1-5 +- PS/PDF file handling vulnerability + * Mon Feb 24 2003 Elliot Lee - debuginfo rebuild