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.51.zip
|
||||||
/jsch-0.1.52.zip
|
/jsch-0.1.52.zip
|
||||||
/jsch-0.1.53.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-ManifestVersion: 2
|
||||||
Bundle-Name: %bundleName
|
Bundle-Name: %bundleName
|
||||||
Bundle-SymbolicName: com.jcraft.jsch
|
Bundle-SymbolicName: com.jcraft.jsch
|
||||||
Bundle-Version: 0.1.50
|
Bundle-Version: 0.1.54
|
||||||
Bundle-Vendor: %venderName
|
Bundle-Vendor: %venderName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Export-Package: com.jcraft.jsch;version="0.1.50",
|
Export-Package: com.jcraft.jsch;version="0.1.54",
|
||||||
com.jcraft.jsch.jce;version="0.1.50";x-internal:=true,
|
com.jcraft.jsch.jce;version="0.1.54";x-internal:=true,
|
||||||
com.jcraft.jsch.jcraft;version="0.1.50";x-internal:=true,
|
com.jcraft.jsch.jcraft;version="0.1.54";x-internal:=true,
|
||||||
com.jcraft.jsch.jgss;version="0.1.50";x-internal:=true
|
com.jcraft.jsch.jgss;version="0.1.54";x-internal:=true
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||||
Created-By: 1.4.0 (Sun Microsystems Inc.)
|
Created-By: 1.4.0 (Sun Microsystems Inc.)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: jsch
|
Name: jsch
|
||||||
Version: 0.1.53
|
Version: 0.1.54
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pure Java implementation of SSH2
|
Summary: Pure Java implementation of SSH2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -68,6 +68,9 @@ zip target/%{name}-%{version}.jar plugin.properties
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.53-5
|
||||||
- Add missing build-requires
|
- Add missing build-requires
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user