From fb7a13f6e7f349ea0df1ec21ca89c71ee00bd585 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Wed, 31 Aug 2016 15:38:20 +0300 Subject: [PATCH] Update to upstream 0.1.54. --- .gitignore | 1 + MANIFEST.MF | 10 +++++----- jsch.spec | 7 +++++-- sources | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 87a45ca..060e6b7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/MANIFEST.MF b/MANIFEST.MF index 70f1105..b0fbaba 100644 --- a/MANIFEST.MF +++ b/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.) diff --git a/jsch.spec b/jsch.spec index b9e2e73..4aea5c0 100644 --- a/jsch.spec +++ b/jsch.spec @@ -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 - 0.1.54-1 +- New upstream release 0.1.54 + * Wed Jun 15 2016 Mikolaj Izdebski - 0.1.53-5 - Add missing build-requires diff --git a/sources b/sources index 01f4489..a9da9ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c37c1fe15ee6690fcc18b305f2d2659 jsch-0.1.53.zip +0b9312909fe542f6e662d40ec676f6b5 jsch-0.1.54.zip