[sshj] update to 0.8.1

gil gil at fedoraproject.org
Wed Jul 25 08:25:11 UTC 2012


commit 309f1bd9fe6edce89d5b47a7825de74e66b78bd7
Author: gil <puntogil at libero.it>
Date:   Wed Jul 25 10:24:31 2012 +0200

    update to 0.8.1

 .gitignore |    1 +
 sources    |    2 +-
 sshj.spec  |   11 +++++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce99c0d..7f68548 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /sshj-0.8.0.tar.xz
+/sshj-0.8.1.tar.xz
diff --git a/sources b/sources
index aa0f680..c1553d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd99ed13c09a65f518d18b71ab5db192  sshj-0.8.0.tar.xz
+f8da50e2c5f5c93bd1603dcc7d196488  sshj-0.8.1.tar.xz
diff --git a/sshj.spec b/sshj.spec
index 7ddb081..0b9ac38 100644
--- a/sshj.spec
+++ b/sshj.spec
@@ -1,15 +1,15 @@
 Name:          sshj
-Version:       0.8.0
+Version:       0.8.1
 Release:       1%{?dist}
 Summary:       SSHv2 library for Java
 Group:         Development/Libraries
 License:       ASL 2.0
 URL:           http://schmizz.net/sshj/
-# git clone git://github.com/shikhar/sshj.git sshj-0.8.0
-# cd sshj-0.8.0 && git archive --format=tar --prefix=sshj-0.8.0/ v0.8.0 | xz > sshj-0.8.0.tar.xz
+# git clone git://github.com/shikhar/sshj.git sshj-0.8.1
+# cd sshj-0.8.1 && git archive --format=tar --prefix=sshj-0.8.1/ v0.8.1 | xz > sshj-0.8.1.tar.xz
 Source0:       %{name}-%{version}.tar.xz
 
-Patch0:        %{name}-%{version}-use-jzlib-as-system-dependency.patch
+Patch0:        %{name}-0.8.0-use-jzlib-as-system-dependency.patch
 
 BuildRequires: java-devel
 BuildRequires: jpackage-utils
@@ -85,5 +85,8 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc LICENSE NOTICE
 
 %changelog
+* Wed Jul 25 2012 gil cattaneo <puntogil at libero.it> 0.8.1-1
+- Update to 0.8.1
+
 * Mon Jul 02 2012 gil cattaneo <puntogil at libero.it> 0.8.0-1
 - initial rpm
\ No newline at end of file


More information about the scm-commits mailing list