[groovy] fixed the startup script by adding jansi as dep

hannes hannes at fedoraproject.org
Sat Mar 3 11:39:02 UTC 2012


commit de8ed09fd82aa73b31dfba9ed7e7af17c3f6d494
Author: hannes <hannes at fedoraproject.org>
Date:   Sat Mar 3 11:39:11 2012 +0000

    fixed the startup script by adding jansi as dep

 groovy-script |    1 +
 groovy.spec   |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/groovy-script b/groovy-script
index e809558..886d6bb 100644
--- a/groovy-script
+++ b/groovy-script
@@ -73,6 +73,7 @@ BASE_JARS="$BASE_JARS jsp"
 BASE_JARS="$BASE_JARS junit"
 BASE_JARS="$BASE_JARS servlet"
 BASE_JARS="$BASE_JARS xstream"
+BASE_JARS="$BASE_JARS jansi"
 
 # Set parameters
 set_jvm
diff --git a/groovy.spec b/groovy.spec
index 924ec93..d7aa796 100644
--- a/groovy.spec
+++ b/groovy.spec
@@ -4,7 +4,7 @@
 
 Name:           groovy
 Version:        1.8.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Dynamic language for the Java Platform
 
 Group:          Development/Languages
@@ -158,6 +158,9 @@ install -p -m644 pom.xml $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-%{name}.pom
 
 
 %changelog
+* Sat Mar 03 2012 Johannes Lips <hannes at fedoraproject.org> - 1.8.6-2
+- fixed the startup script by adding jansi as dep
+
 * Wed Feb 22 2012 Johannes Lips <hannes at fedoraproject.org> - 1.8.6-1
 - Update to 1.8.6
 


More information about the scm-commits mailing list