[json-path] fix Url tag

gil gil at fedoraproject.org
Fri Mar 13 17:04:07 UTC 2015


commit 3ed9b51d7fbd83e5a3f61bef7516dd0b1ea716f2
Author: gil <puntogil at libero.it>
Date:   Fri Mar 13 18:04:01 2015 +0100

    fix Url tag

 json-path.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/json-path.spec b/json-path.spec
index 8b3ac45..b571447 100644
--- a/json-path.spec
+++ b/json-path.spec
@@ -1,10 +1,10 @@
 Name:          json-path
 Version:       0.9.1
-Release:       4%{?dist}
+Release:       5%{?dist}
 Summary:       Java JsonPath implementation
 # Some files in src/main/java/com/jayway/jsonassert/impl/matcher/ are licensed under BSD
 License:       ASL 2.0 and BSD
-URL:           https://code.google.com/p/json-path/
+URL:           https://github.com/jayway/JsonPath
 Source0:       https://github.com/jayway/JsonPath/archive/%{name}-%{version}.tar.gz
 # Disable test which fails on java8
 Patch0:        %{name}-0.9.1-disable-tests.patch
@@ -60,6 +60,9 @@ rm -r json-path/src/test/java/com/jayway/jsonpath/JsonModelTest.java
 %license LICENSE
 
 %changelog
+* Fri Mar 13 2015 gil cattaneo <puntogil at libero.it> 0.9.1-5
+- fix Url tag
+
 * Mon Feb 09 2015 gil cattaneo <puntogil at libero.it> 0.9.1-4
 - introduce license macro
 


More information about the scm-commits mailing list