diff --git a/frysk.spec b/frysk.spec index 86c79ae..9fbc9cd 100644 --- a/frysk.spec +++ b/frysk.spec @@ -30,7 +30,9 @@ BuildRequires: sharutils BuildRequires: transfig >= 3.2.0 BuildRequires: ghostscript -# We can only build on i386 for now +Patch0: frysk-20060714-observer.patch +Patch1: frysk-20060714-timer.patch + ExclusiveArch: %{ix86} x86_64 %description @@ -43,6 +45,8 @@ process in the system. %prep %setup -q -n %{name}-%{version} +%patch0 +%patch1 %build @@ -98,6 +102,11 @@ rm -rf %{buildroot} %{_libexecdir}/frysk/* %changelog +* Wed Jul 14 2006 Stepan Kasal - 0.0.1.2006.07.14.rh1-2 +- Add two patches from Phil Muldoon: + frysk-20060714-observer.patch -- continue even though an observer cannot be load + frysk-20060714-timer.patch -- fix incorrect usage of a core timer + * Wed Jul 14 2006 Stepan Kasal - 0.0.1.2006.07.14.rh1-1 - New upstream version.