[spock] fix Url tag

gil gil at fedoraproject.org
Fri Mar 13 17:35:23 UTC 2015


commit 46134bc241ac21cea9d41640d54e577a0fe619a6
Author: gil <puntogil at libero.it>
Date:   Fri Mar 13 18:35:16 2015 +0100

    fix Url tag

 spock.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/spock.spec b/spock.spec
index 2a092e6..ad8d9d6 100644
--- a/spock.spec
+++ b/spock.spec
@@ -3,10 +3,10 @@
 %global nameddottag  %(echo %{?namedreltag} | tr - . )
 Name:          spock
 Version:       0.7
-Release:       0.7%{?nameddottag}%{?dist}
+Release:       0.8%{?nameddottag}%{?dist}
 Summary:       A testing and specification framework
 License:       ASL 2.0
-URL:           http://code.google.com/p/spock/
+URL:           https://github.com/spockframework/spock
 Source0:       https://github.com/spockframework/spock/archive/%{name}-%{namedversion}.tar.gz
 Patch0:        0001-Build-with-Gradle-local-mode.patch
 
@@ -77,6 +77,9 @@ done
 %files guice -f .mfiles-guice
 
 %changelog
+* Fri Mar 13 2015 gil cattaneo <puntogil at libero.it> 0.7-0.8.groovy.2.0
+- fix Url tag
+
 * Wed Feb 11 2015 gil cattaneo <puntogil at libero.it> 0.7-0.7.groovy.2.0
 - introduce license macro
 


More information about the scm-commits mailing list