diff --git a/js.spec b/js.spec index d56f993..c530c11 100644 --- a/js.spec +++ b/js.spec @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.5 -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?_without_readline:1} License: MPL/GPL/LGPL %else @@ -130,10 +130,13 @@ LD_LIBRARY_PATH=`pwd`/src/Linux_All_OPT.OBJ %{__make} -C src/perlconnect test %changelog -* Mon Jan 30 2006 Matthias Saou 1.5.0-2 +* Thu Feb 9 2006 Matthias Saou 1.5-3 +- Rebuild for new gcc/glibc. + +* Mon Jan 30 2006 Matthias Saou 1.5-2 - Fix .pc file. -* Thu Jan 26 2006 Matthias Saou 1.5.0-1 +* Thu Jan 26 2006 Matthias Saou 1.5-1 - Update to 1.5.0 final. - Spec file cleanups. - Move docs from devel to main, since we need the license there.