Update to latest upstream (0.1.50)

This commit is contained in:
Krzysztof Daniel 2013-05-10 13:26:55 +02:00
parent 6477c188cb
commit 4b56d689d8
5 changed files with 14 additions and 9 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ jsch-0.1.44.zip
jsch-0.1.45.zip jsch-0.1.45.zip
jsch-0.1.46.zip jsch-0.1.46.zip
jsch-0.1.48.zip jsch-0.1.48.zip
/jsch-0.1.50.zip
/jsch-0.1.50

View File

@ -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.46.v201101211721 Bundle-Version: 0.1.50
Bundle-Vendor: %venderName Bundle-Vendor: %venderName
Bundle-Localization: plugin Bundle-Localization: plugin
Export-Package: com.jcraft.jsch;version="0.1.46", Export-Package: com.jcraft.jsch;version="0.1.50",
com.jcraft.jsch.jce;version="0.1.46";x-internal:=true, com.jcraft.jsch.jce;version="0.1.50";x-internal:=true,
com.jcraft.jsch.jcraft;version="0.1.46";x-internal:=true, com.jcraft.jsch.jcraft;version="0.1.50";x-internal:=true,
com.jcraft.jsch.jgss;version="0.1.46";x-internal:=true com.jcraft.jsch.jgss;version="0.1.50";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.)

View File

@ -4,7 +4,7 @@
<groupId>com.jcraft</groupId> <groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId> <artifactId>jsch</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.1.49</version> <version>0.1.50</version>
<name>JSch</name> <name>JSch</name>
<url>http://www.jcraft.com/jsch/</url> <url>http://www.jcraft.com/jsch/</url>
<description>JSch is a pure Java implementation of SSH2</description> <description>JSch is a pure Java implementation of SSH2</description>

View File

@ -29,8 +29,8 @@
# #
Name: jsch Name: jsch
Version: 0.1.49 Version: 0.1.50
Release: 2%{?dist} Release: 1%{?dist}
Epoch: 0 Epoch: 0
Summary: Pure Java implementation of SSH2 Summary: Pure Java implementation of SSH2
Group: Development/Libraries Group: Development/Libraries
@ -131,6 +131,9 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
%changelog %changelog
* Fri May 10 2013 Krzysztof Daniel <kdaniel@redhat.com> 0:0.1.50-1
- Update to latest upstream.
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.1.49-2 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.1.49-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
e9ebc9c72d968ff3821b6ea2b4959a5f jsch-0.1.49.zip 4916d589d123cae6e7ed365365d12af7 jsch-0.1.50.zip