OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Aug-2006 15:33:06
Branch: HEAD Handle: 2006080314330500
Modified files:
openpkg-src/js js.spec
Log:
upgrading package: js 1.6.20060731 -> 1.6.20060803
Summary:
Revision Changes Path
1.25 +6 -2 openpkg-src/js/js.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/js/js.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 js.spec
--- openpkg-src/js/js.spec 31 Jul 2006 18:17:50 -0000 1.24
+++ openpkg-src/js/js.spec 3 Aug 2006 13:33:05 -0000 1.25
@@ -23,7 +23,7 @@
##
# package version
-%define V_js 1.6.20060731
+%define V_js 1.6.20060803
%define V_javascript 0.55
%define V_javascript_spidermonkey 0.17
%define V_javascript_squish 0.05
@@ -41,10 +41,11 @@
Group: Language
License: MPL/GPL/LGPL
Version: %{V_js}
-Release: 20060731
+Release: 20060803
# package options
%option with_file yes
+%option with_dso yes
%option with_perl no
%option with_editline no
@@ -144,6 +145,9 @@
%if "%{with_file}" != "yes"
--without-file \
%endif
+%if "%{with_dso}" == "yes"
+ --with-dso \
+%endif
--disable-shared
%{l_make} %{l_mflags}
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]