diff --git a/kdelibs-3.3.2-ppc.patch b/kdelibs-3.3.2-ppc.patch new file mode 100644 index 0000000..90aabe7 --- /dev/null +++ b/kdelibs-3.3.2-ppc.patch @@ -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 + #include "kcpuinfo.h" + ++#undef HAVE_PPC_ALTIVEC + + #if defined(__GNUC__) || defined(__INTEL_COMPILER) + # define HAVE_GNU_INLINE_ASM diff --git a/kdelibs.spec b/kdelibs.spec index 4d13eea..3bfe329 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -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 6:3.3.2-0.4 +- get rid of broken AltiVec instructions on ppc + * Tue Dec 14 2004 Than Ngo 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 6:3.3.2-0.2 - workaround for compiler bug on ia64 (-O0)