From 0c0b411fa65e5a3466879134005185fc1cf5fbd9 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Feb 14 2005 11:44:16 +0000 Subject: - Take js-va_copy.patch out of %ifarch x86_64 so it fixes the PPC build too --- diff --git a/js.spec b/js.spec index 4661952..75c7ae3 100644 --- a/js.spec +++ b/js.spec @@ -5,7 +5,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.5 -Release: 0.rc6a.3 +Release: 0.rc6a.4 %if 0%{?_without_readline:1} License: MPL/GPL/LGPL %else @@ -44,9 +44,7 @@ you will need to install %{name}-devel. %patch0 -b .make %patch1 -b .shlib %patch2 -b .perl -%ifarch x86_64 %patch3 -p 1 -b .vacopy -%endif cp src/perlconnect/README.html src/README.perlconnect.html %build @@ -107,6 +105,9 @@ LD_LIBRARY_PATH=`pwd`/src/Linux_All_OPT.OBJ %{__make} -C src/perlconnect test %{_includedir}/js*.h %changelog +* Mon Feb 14 2005 David Woodhouse - 1.5-0.rc6a.4 +- Take js-va_copy.patch out of %ifarch x86_64 so it fixes the PPC build too + * Sun Feb 13 2005 Thorsten Leemhuis - 1.5-0.rc6a.3 - Add js-va_copy.patch to fix x86_64; Patch was found in a Mandrake srpm