Author: glen Date: Tue Nov 15 06:19:43 2011 GMT Module: packages Tag: HEAD ---- Log message: - i don't see reason why rename d8 binary; readline todo
---- Files affected: packages/v8: v8.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: packages/v8/v8.spec diff -u packages/v8/v8.spec:1.28 packages/v8/v8.spec:1.29 --- packages/v8/v8.spec:1.28 Mon Nov 14 12:23:56 2011 +++ packages/v8/v8.spec Tue Nov 15 07:19:37 2011 @@ -2,11 +2,12 @@ # TODO # - we might need bigger soname than just major version, as 3.4 ande 3.6 are # rather different and chrome fails to build +# - readline not working in d8 (at least arrows) Summary: JavaScript Engine by Google Summary(pl.UTF-8): Silnik JavaScript firmy Google Name: v8 Version: 3.6.6.7 -Release: 3 +Release: 4 License: BSD Group: Applications Source0: http://commondatastorage.googleapis.com/chromium-browser-official/%{name}-%{version}.tar.bz2 @@ -121,7 +122,7 @@ done cp -p include/*.h $RPM_BUILD_ROOT%{_includedir} -install -p d8 $RPM_BUILD_ROOT%{_bindir}/v8 +install -p d8 $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT @@ -132,7 +133,7 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog LICENSE LICENSE.strongtalk LICENSE.valgrind -%attr(755,root,root) %{_bindir}/v8 +%attr(755,root,root) %{_bindir}/d8 %files libs %defattr(644,root,root,755) @@ -153,6 +154,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2011/11/15 06:19:37 glen +- i don't see reason why rename d8 binary; readline todo + Revision 1.28 2011/11/14 11:23:56 glen - fix soname for libv8preparser library ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/v8/v8.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
