[groovy] Fix URL

Michal Srb msrb at fedoraproject.org
Fri Mar 13 16:30:10 UTC 2015


commit 8ecceff7abff18ce0ba3167e69750cf5e3cf29cc
Author: Michal Srb <msrb at redhat.com>
Date:   Fri Mar 13 17:30:04 2015 +0100

    Fix URL

 groovy.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/groovy.spec b/groovy.spec
index 60551a4..e821278 100644
--- a/groovy.spec
+++ b/groovy.spec
@@ -4,7 +4,7 @@
 
 Name:           groovy
 Version:        2.4.0
-Release:        1%{?dist}
+Release:        2%{?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
@@ -12,7 +12,7 @@ Summary:        Dynamic language for the Java Platform
 # groovyConsole uses CC-BY licensed icons
 # (see: subprojects/groovy-console/target/tmp/groovydoc/groovy/ui/icons/credits.txt)
 License:        ASL 2.0 and BSD and EPL and Public Domain and CC-BY
-URL:            http://groovy.codehaus.org/
+URL:            http://groovy-lang.org
 
 Source0:        http://github.com/groovy/groovy-core/archive/GROOVY_2_4_0.tar.gz
 Source1:        groovy-script.sh
@@ -197,6 +197,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications \
 %doc LICENSE.txt NOTICE.txt README.adoc
 
 %changelog
+* Fri Mar 13 2015 Michal Srb <msrb at redhat.com> - 2.4.0-2
+- Fix URL
+
 * Thu Jan 22 2015 Michal Srb <msrb at redhat.com> - 2.4.0-1
 - Update to 2.4.0
 - Fix java.lang.LinkageError when using @Grab (Resolves: rhbz#1184269)


More information about the scm-commits mailing list