diff --git a/no-mmx.diff b/no-mmx.diff deleted file mode 100644 index 77bb4d9..0000000 --- a/no-mmx.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- CMakeLists.txt 2008/10/20 18:08:09 1.5 -+++ CMakeLists.txt 2008/10/20 18:12:17 -@@ -10,7 +10,7 @@ - - - add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) --add_definitions (-mmmx) -+#add_definitions (-mmmx) - include_directories ( ${KDE4_INCLUDES} ${BLITZ_INCLUDES} ) - ADD_SUBDIRECTORY( icons ) - ADD_SUBDIRECTORY( src ) ---- src/grayouteffect.cpp 2008/10/20 18:23:09 1.1 -+++ src/grayouteffect.cpp 2008/10/20 18:23:52 -@@ -34,7 +34,7 @@ - #include - #include - --#if 1 -+#ifdef __MMX__ - #include - #endif - diff --git a/rsibreak.changes b/rsibreak.changes index 33df79d..f3cc080 100644 --- a/rsibreak.changes +++ b/rsibreak.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 9 08:10:26 CET 2008 - stbinner@suse.de + +- fix build on ppc + ------------------------------------------------------------------- Wed Nov 5 11:53:28 CET 2008 - dmueller@suse.de diff --git a/rsibreak.spec b/rsibreak.spec index cccb1e0..d993671 100644 --- a/rsibreak.spec +++ b/rsibreak.spec @@ -26,12 +26,11 @@ Group: Productivity/Other BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Assists in the Recovery and Prevention of Repetitive Strain Injury Version: 0.8.9+0.9.0_b5 -Release: 1 +Release: 2 %define tar_version 0.9.0-beta5 Source: rsibreak-%tar_version.tar.bz2 Patch0: disable-plasma-dep.diff Patch1: fix-build.diff -Patch2: no-mmx.diff Provides: kde4-rsibreak = 0.9.0 Obsoletes: kde4-rsibreak <= 0.9.0 %kde4_runtime_requires @@ -52,9 +51,6 @@ Authors: %setup -n rsibreak-%tar_version -q %patch0 %patch1 -%ifnarch %ix86 x86_64 -%patch2 -%endif %build %cmake_kde4 -d build @@ -88,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT /usr/share/autostart/rsibreak.desktop %changelog +* Sun Nov 09 2008 stbinner@suse.de +- fix build on ppc * Wed Nov 05 2008 dmueller@suse.de - add missing runtime dependencies * Tue Oct 28 2008 wstephenson@suse.de