diff --git a/js.spec b/js.spec index b08bb6d..bca7d42 100644 --- a/js.spec +++ b/js.spec @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.60 -Release: 5%{?dist} +Release: 6%{?dist} # The sources are triple licensed, but when we link against readline which is # GPL, the result can only be GPL. %if 0%{?_without_readline:1} @@ -22,7 +22,7 @@ Patch4: js-1.5-threadsafe.patch Patch5: js-1.60-ncurses.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker), perl(ExtUtils::Embed) Buildrequires: readline-devel, ncurses-devel, nspr-devel # Temporary fix (#226970 - nspr-devel should require pkgconfig) Buildrequires: pkgconfig @@ -149,6 +149,9 @@ LD_LIBRARY_PATH=`pwd`/src/Linux_All_OPT.OBJ %{__make} -C src/perlconnect test %changelog +* Thu Jan 24 2008 Tom "spot" Callaway 1.60-6 +- BR: perl(ExtUtils::Embed) + * Sun Jan 20 2008 Tom "spot" Callaway 1.60-5 - rebuild for new perl