diff --git a/webkit-sharp.spec b/webkit-sharp.spec index 465fa12..bf2c9f9 100644 --- a/webkit-sharp.spec +++ b/webkit-sharp.spec @@ -2,7 +2,7 @@ Name: webkit-sharp Version: 0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: .NET bindings for WebKit Group: Development/Languages License: MIT @@ -16,8 +16,6 @@ BuildRequires: gtk-sharp2-devel BuildRequires: gtk-sharp2-gapi BuildRequires: monodoc-devel -# Bug 241850 - no Mono on pp64 -ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha ppc %description WebKit-sharp is .NET bindings for the WebKit rendering engine. @@ -60,5 +58,8 @@ make DESTDIR=%{buildroot} install %{_libdir}/monodoc/sources/webkit-sharp* %changelog +* Mon May 25 2009 Xavier Lamien - 0.2-2 +- Build arch ppc64. + * Sat Feb 21 2009 David Nielsen - 0.2-1 - Initial package