Update to upstream 0.1.54.
This commit is contained in:
parent
12be8c7949
commit
fb7a13f6e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
10
MANIFEST.MF
10
MANIFEST.MF
@ -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.)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user