Two patches by Phil Muldoon

This commit is contained in:
skasal 2006-07-18 16:59:19 +00:00
commit bf833a45a3

View file

@ -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 <skasal@redhat.com> - 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 <skasal@redhat.com> - 0.0.1.2006.07.14.rh1-1
- New upstream version.