get rid of broken AltiVec instructions on ppc

This commit is contained in:
Than Ngo 2004-12-15 16:57:26 +00:00
parent 2c0da3487f
commit a87dc14ccd
2 changed files with 16 additions and 2 deletions

10
kdelibs-3.3.2-ppc.patch Normal file
View File

@ -0,0 +1,10 @@
--- kdelibs-3.3.2/kdefx/kcpuinfo.cpp.orig 2004-12-15 11:17:53.549403872 -0500
+++ kdelibs-3.3.2/kdefx/kcpuinfo.cpp 2004-12-15 11:18:26.312348696 -0500
@@ -30,6 +30,7 @@
#include <config.h>
#include "kcpuinfo.h"
+#undef HAVE_PPC_ALTIVEC
#if defined(__GNUC__) || defined(__INTEL_COMPILER)
# define HAVE_GNU_INLINE_ASM

View File

@ -16,7 +16,7 @@
%define arts 1
Version: 3.3.2
Release: 0.3
Release: 0.4
Summary: K Desktop Environment - Libraries
Name: kdelibs
Url: http://www.kde.org/
@ -41,6 +41,7 @@ Patch22: kdelibs-3.1-kio.patch
Patch24: kdelibs-3.1-libtool.patch
Patch31: kdelibs-3.2.2-kate-setInputMethodEnabled-20040525.diff
Patch32: kdelibs-3.2.3-cups.patch
Patch33: kdelibs-3.3.2-ppc.patch
# security fixes
# Patch200: KDE Security Advisory: plain text password exposure
@ -163,6 +164,7 @@ format for easy browsing.
%patch24 -p1 -b .libtool
%patch31 -p1 -b .im
%patch32 -p1 -b .cups
%patch33 -p1 -b .ppc
# security fixes
pushd kio/kio
@ -398,13 +400,15 @@ exit 0
%doc %{_docdir}/HTML/en/kdelibs*
%changelog
* Wed Dec 15 2004 Than Ngo <than@redhat.com> 6:3.3.2-0.4
- get rid of broken AltiVec instructions on ppc
* Tue Dec 14 2004 Than Ngo <than@redhat.com> 6:3.3.2-0.3
- apply the patch to fix Konqueror Window Injection Vulnerability #142510
CAN-2004-1158, Thanks to KDE security team
- Security Advisory: plain text password exposure, #142487
thanks to KDE security team
* Wed Dec 08 2004 Than Ngo <than@redhat.com> 6:3.3.2-0.2
- workaround for compiler bug on ia64 (-O0)