RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson Root: /v/rpm/cvs Email: [email protected] Module: rpm Date: 03-Apr-2011 21:22:00 Branch: HEAD Handle: 2011040319215901 Modified files: rpm CHANGES configure.ac Log: - autofu: fix: remove --with-js remnants. Summary: Revision Changes Path 1.3595 +2 -0 rpm/CHANGES 2.484 +1 -1 rpm/configure.ac ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/CHANGES ============================================================================ $ cvs diff -u -r1.3594 -r1.3595 CHANGES --- rpm/CHANGES 2 Apr 2011 02:01:53 -0000 1.3594 +++ rpm/CHANGES 3 Apr 2011 19:21:59 -0000 1.3595 @@ -1,4 +1,6 @@ 5.4.0 -> 5.4.1: + - jbj: autofu: drop --with-js=internal now that JS 1.8.5 is available. + - jbj: fix: reduce false positives checking for duplicate keys (#62822). - proyvind: rpmjs: port to SpiderMonkey 1.8.5 API. - proyvind: mandriva: filter overlapping depencies. - proyvind: rubygems.rb: add/provide ruby(abi) dependencies for non-gems. @@ . patch -p0 <<'@@ .' Index: rpm/configure.ac ============================================================================ $ cvs diff -u -r2.483 -r2.484 configure.ac --- rpm/configure.ac 2 Apr 2011 02:01:53 -0000 2.483 +++ rpm/configure.ac 3 Apr 2011 19:22:00 -0000 2.484 @@ -1611,7 +1611,7 @@ RPM_CHECK_LIB( [JavaScript], [mozjs185], [mozjs185], [JS_NewContext], [jsapi.h], - [no,internal:external:none], [mozjs185:src:src], + [no,external:none], [mozjs185:src:src], [ if test ".$RPM_CHECK_LIB_LOCATION" = .internal; then WITH_SPIDERMONKEY_SUBDIR="$WITH_JS_SUBDIR/src" AC_DEFINE(HAVE_LIBJS, 1, [Define to 1 if you have the 'mozjs185' library (-lmozjs185).]) @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository [email protected]
