[java-libpst] fix Url tag

gil gil at fedoraproject.org
Fri Mar 13 16:34:21 UTC 2015


commit f0a8b5f906b04a007dae09d3bfa396a74cff4406
Author: gil <puntogil at libero.it>
Date:   Fri Mar 13 17:34:04 2015 +0100

    fix Url tag

 java-libpst.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/java-libpst.spec b/java-libpst.spec
index d89b4ea..e8bf491 100644
--- a/java-libpst.spec
+++ b/java-libpst.spec
@@ -1,10 +1,10 @@
 Name:          java-libpst
 Version:       0.8.1
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       A pure Java library for the reading of Outlook PST and OST files
 # see https://github.com/rjohnsondev/java-libpst/issues/23
 License:       ASL 2.0 and LGPLv3
-URL:           https://code.google.com/p/java-libpst/
+URL:           https://github.com/rjohnsondev/java-libpst/
 Source0:       https://github.com/rjohnsondev/java-libpst/archive/%{version}.tar.gz
 Source1:       https://www.gnu.org/licenses/lgpl.txt
 BuildRequires: mvn(junit:junit)
@@ -47,6 +47,9 @@ sed -i 's/\r//' LICENSE.*.txt README.txt
 %license LICENSE.APACHE-2.0.txt LICENSE.LGPL.txt
 
 %changelog
+* Fri Mar 13 2015 gil cattaneo <puntogil at libero.it> 0.8.1-4
+- fix Url tag
+
 * Fri Feb 06 2015 gil cattaneo <puntogil at libero.it> 0.8.1-3
 - introduce license macro
 


More information about the scm-commits mailing list