Update to new version 0.1.41.
This commit is contained in:
parent
d2e9ef2340
commit
b18fb90edf
@ -1 +1,2 @@
|
|||||||
jsch-0.1.39.zip
|
jsch-0.1.39.zip
|
||||||
|
jsch-0.1.41.zip
|
||||||
|
10
MANIFEST.MF
10
MANIFEST.MF
@ -2,11 +2,13 @@ Manifest-Version: 1.0
|
|||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||||
Bundle-SymbolicName: com.jcraft.jsch
|
Bundle-SymbolicName: com.jcraft.jsch
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
|
Created-By: 1.4.0 (Sun Microsystems Inc.)
|
||||||
Bundle-Name: %bundleName
|
Bundle-Name: %bundleName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Bundle-Version: 0.1.37.v200803061811
|
Bundle-Version: 0.1.41.v200903070017
|
||||||
Bundle-ClassPath: .
|
Bundle-ClassPath: .
|
||||||
Bundle-Vendor: %venderName
|
Bundle-Vendor: %venderName
|
||||||
Export-Package: com.jcraft.jsch,com.jcraft.jsch.jce;x-internal:=true,c
|
Export-Package: com.jcraft.jsch;version="0.1.41",com.jcraft.jsch.jce;v
|
||||||
om.jcraft.jsch.jcraft;x-internal:=true,com.jcraft.jsch.jgss;x-interna
|
ersion="0.1.41";x-internal:=true,com.jcraft.jsch.jcraft;version="0.1.
|
||||||
l:=true
|
41";x-internal:=true,com.jcraft.jsch.jgss;version="0.1.41";x-internal
|
||||||
|
:=true
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
%define gcj_support 0
|
%define gcj_support 0
|
||||||
|
|
||||||
Name: jsch
|
Name: jsch
|
||||||
Version: 0.1.39
|
Version: 0.1.41
|
||||||
Release: 2.1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Pure Java implementation of SSH2
|
Summary: Pure Java implementation of SSH2
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
@ -42,7 +42,7 @@ License: BSD
|
|||||||
URL: http://www.jcraft.com/jsch/
|
URL: http://www.jcraft.com/jsch/
|
||||||
Source0: http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip
|
Source0: http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip
|
||||||
# wget \
|
# wget \
|
||||||
# http://download.eclipse.org/tools/orbit/downloads/drops/R20080611105805/bundles/com.jcraft.jsch_0.1.37.v200803061811.jar
|
# http://download.eclipse.org/tools/orbit/downloads/drops/S20090307012903/bundles/com.jcraft.jsch_0.1.41.v200903070017.jar
|
||||||
# unzip com.jcraft.jsch_*.jar META-INF/MANIFEST.MF
|
# unzip com.jcraft.jsch_*.jar META-INF/MANIFEST.MF
|
||||||
# mv META-INF/MANIFEST.MF .
|
# mv META-INF/MANIFEST.MF .
|
||||||
# sed -i "/^Name/d" MANIFEST.MF
|
# sed -i "/^Name/d" MANIFEST.MF
|
||||||
@ -184,6 +184,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 8 2009 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.41-1
|
||||||
|
- Update to new version 0.1.41.
|
||||||
|
|
||||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.1.39-2.1
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.1.39-2.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user