[groovy] Migrate from jline to jline1

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Oct 24 12:07:05 UTC 2013


commit d7778de7aa294fcaa8f8c17c038da8910b79d96a
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Thu Oct 24 14:06:50 2013 +0200

    Migrate from jline to jline1
    
    - Resolves: rhbz#1022969

 groovy.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/groovy.spec b/groovy.spec
index df6fce1..6ca7250 100644
--- a/groovy.spec
+++ b/groovy.spec
@@ -4,7 +4,7 @@
 
 Name:           groovy
 Version:        1.8.9
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Dynamic language for the Java Platform
 
 Group:          Development/Languages
@@ -32,7 +32,7 @@ BuildRequires:  objectweb-asm
 BuildRequires:  bsf
 BuildRequires:  apache-ivy
 BuildRequires:  jansi
-BuildRequires:  jline
+BuildRequires:  jline1
 BuildRequires:  tomcat-jsp-2.2-api
 BuildRequires:  junit
 BuildRequires:  tomcat-servlet-3.0-api
@@ -56,7 +56,7 @@ Requires:       apache-commons-cli
 Requires:       apache-commons-logging
 Requires:       apache-ivy
 Requires:       jansi
-Requires:       jline
+Requires:       jline1
 Requires:       tomcat-jsp-2.2-api
 Requires:       junit
 Requires:       tomcat-servlet-3.0-api
@@ -96,7 +96,7 @@ build-jar-repository target/lib/compile servlet jsp \
         objectweb-asm/asm-tree objectweb-asm/asm \
         objectweb-asm/asm-util objectweb-asm/asm-analysis \
         antlr ant/ant-antlr antlr \
-        bsf jline xstream ant junit ivy commons-cli \
+        bsf jline1 xstream ant junit ivy commons-cli \
         jansi
 
 # Use ECJ instead of OpenJDK to compile MethodHandle.  This is a
@@ -168,6 +168,10 @@ install -p -m644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
 %doc LICENSE.txt LICENSE-2.0.txt NOTICE.txt cpl-v10.txt epl-v10.txt
 
 %changelog
+* Thu Oct 24 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.8.9-6
+- Migrate from jline to jline1
+- Resolves: rhbz#1022969
+
 * Sat Aug 18 2013 Matt Spaulding <mspaulding06 at gmail.com> - 1.8.9-5
 - Fix setting classpath (RHBZ#982378)
 


More information about the scm-commits mailing list