This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a49443  fix wrongly committed version
5a49443 is described below

commit 5a49443b5890b6ede6a53cebd65619bb3d662bc8
Author: Joan Touzet <[email protected]>
AuthorDate: Thu Feb 13 15:19:34 2020 -0800

    fix wrongly committed version
---
 rpm/SPECS/couchdb.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rpm/SPECS/couchdb.spec b/rpm/SPECS/couchdb.spec
index aefd7ba..7b50e74 100644
--- a/rpm/SPECS/couchdb.spec
+++ b/rpm/SPECS/couchdb.spec
@@ -93,7 +93,7 @@ languages and environments.
 %define __os_install_post %{nil}
 
 %build
-./configure -c --spidermonkey-version=1.8.5
+./configure -c --spidermonkey-version=%SM_VER%
 %{__make} release
 
 %clean

Reply via email to