[groovy] Fix Ivy JAR location in wrapper script

Michal Srb msrb at fedoraproject.org
Mon Aug 18 06:17:17 UTC 2014


commit d8d805e1486a6c0dedbb2a29435bc7c0d301c216
Author: Michal Srb <msrb at redhat.com>
Date:   Mon Aug 18 08:16:01 2014 +0200

    Fix Ivy JAR location in wrapper script

 groovy-script |    2 +-
 groovy.spec   |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/groovy-script b/groovy-script
index ecf0e7b..7499e69 100644
--- a/groovy-script
+++ b/groovy-script
@@ -67,7 +67,7 @@ BASE_JARS="$BASE_JARS bsf"
 BASE_JARS="$BASE_JARS commons-cli"
 BASE_JARS="$BASE_JARS commons-logging"
 BASE_JARS="$BASE_JARS groovy"
-BASE_JARS="$BASE_JARS ivy"
+BASE_JARS="$BASE_JARS apache-ivy/ivy"
 BASE_JARS="$BASE_JARS jline1"
 BASE_JARS="$BASE_JARS jsp"
 BASE_JARS="$BASE_JARS junit"
diff --git a/groovy.spec b/groovy.spec
index 58bb3c8..69718b3 100644
--- a/groovy.spec
+++ b/groovy.spec
@@ -4,7 +4,7 @@
 
 Name:           groovy
 Version:        1.8.9
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Dynamic language for the Java Platform
 
 # Some of the files are licensed under BSD and CPL terms, but the CPL has been superceded
@@ -132,6 +132,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \
 %doc LICENSE.txt LICENSE-2.0.txt NOTICE.txt cpl-v10.txt epl-v10.txt
 
 %changelog
+* Mon Aug 18 2014 Michal Srb <msrb at redhat.com> - 1.8.9-14
+- Fix Ivy JAR location in wrapper script
+
 * Mon Aug 11 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.8.9-13
 - Fix Ivy JAR location
 


More information about the scm-commits mailing list