Update to upstream 0.1.54.

This commit is contained in:
Alexander Kurtakov 2016-08-31 15:38:20 +03:00
parent 12be8c7949
commit fb7a13f6e7
4 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ jsch-0.1.48.zip
/jsch-0.1.51.zip
/jsch-0.1.52.zip
/jsch-0.1.53.zip
/jsch-0.1.54.zip

View File

@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: com.jcraft.jsch
Bundle-Version: 0.1.50
Bundle-Version: 0.1.54
Bundle-Vendor: %venderName
Bundle-Localization: plugin
Export-Package: com.jcraft.jsch;version="0.1.50",
com.jcraft.jsch.jce;version="0.1.50";x-internal:=true,
com.jcraft.jsch.jcraft;version="0.1.50";x-internal:=true,
com.jcraft.jsch.jgss;version="0.1.50";x-internal:=true
Export-Package: com.jcraft.jsch;version="0.1.54",
com.jcraft.jsch.jce;version="0.1.54";x-internal:=true,
com.jcraft.jsch.jcraft;version="0.1.54";x-internal:=true,
com.jcraft.jsch.jgss;version="0.1.54";x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Created-By: 1.4.0 (Sun Microsystems Inc.)

View File

@ -1,6 +1,6 @@
Name: jsch
Version: 0.1.53
Release: 5%{?dist}
Version: 0.1.54
Release: 1%{?dist}
Summary: Pure Java implementation of SSH2
Group: Development/Libraries
License: BSD
@ -68,6 +68,9 @@ zip target/%{name}-%{version}.jar plugin.properties
%license LICENSE.txt
%changelog
* Wed Aug 31 2016 Alexander Kurtakov <akurtako@redhat.com> - 0.1.54-1
- New upstream release 0.1.54
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.53-5
- Add missing build-requires

View File

@ -1 +1 @@
5c37c1fe15ee6690fcc18b305f2d2659 jsch-0.1.53.zip
0b9312909fe542f6e662d40ec676f6b5 jsch-0.1.54.zip