rpms/jsch/devel MANIFEST.MF,1.1,1.2 jsch.spec,1.21,1.22

Ben Konrath (bkonrath) fedora-extras-commits at redhat.com
Fri Jun 8 04:35:41 UTC 2007


Author: bkonrath

Update of /cvs/pkgs/rpms/jsch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23999

Modified Files:
	MANIFEST.MF jsch.spec 
Log Message:
* Tue Jun 5 2007 Ben Konrath <bkonrath at redhat.com> - 0:0.1.31-1jpp.1
- 0.1.31.



Index: MANIFEST.MF
===================================================================
RCS file: /cvs/pkgs/rpms/jsch/devel/MANIFEST.MF,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MANIFEST.MF	3 Apr 2007 04:21:39 -0000	1.1
+++ MANIFEST.MF	8 Jun 2007 04:35:06 -0000	1.2
@@ -1,13 +1,13 @@
 Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Version: 0.1.28
-Export-Package: com.jcraft.jsch, com.jcraft.jsch.jce;x-internal:=true,
-  com.jcraft.jsch.jcraft;x-internal:=true
-Created-By: 1.4.0 (Sun Microsystems Inc.)
-Bundle-SymbolicName: com.jcraft.jsch
 Bundle-Name: %bundleName
-Bundle-Localization: plugin
-Bundle-Vendor: %venderName
 Bundle-ClassPath: .
+Created-By: 1.4.0 (Sun Microsystems Inc.)
+Bundle-Vendor: %venderName
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-ManifestVersion: 2
+Bundle-Localization: plugin
+Bundle-SymbolicName: com.jcraft.jsch
+Export-Package: com.jcraft.jsch, com.jcraft.jsch.jce;x-internal:=true,
+  com.jcraft.jsch.jcraft;x-internal:=true
+Bundle-Version: 0.1.31
 


Index: jsch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jsch/devel/jsch.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- jsch.spec	3 Apr 2007 05:17:16 -0000	1.21
+++ jsch.spec	8 Jun 2007 04:35:06 -0000	1.22
@@ -35,16 +35,16 @@
 %define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
 
 Name:           jsch
-Version:        0.1.28
-Release:        1jpp.6
+Version:        0.1.31
+Release:        1jpp.1
 Epoch:          0
 Summary:        Pure Java implementation of SSH2
 Group:          Development/Libraries/Java
 License:        BSD-style
 URL:            http://www.jcraft.com/jsch/
 Source0:        http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip
-# wget http://download.eclipse.org/tools/orbit/downloads/drops/S200703261521/bundles/com.jcraft.jsch_0.1.28.jar
-# unzip com.jcraft.jsch_0.1.28.jar META-INF/MANIFEST.MF
+# wget http://download.eclipse.org/tools/orbit/downloads/drops/S200705301823/bundles/com.jcraft.jsch_0.1.31.jar
+# unzip com.jcraft.jsch_0.1.31.jar META-INF/MANIFEST.MF
 # mv META-INF/MANIFEST.MF
 # rmdir META-INF
 Source1:        MANIFEST.MF
@@ -99,7 +99,7 @@
 
 # inject the OSGi Manifest
 mkdir META-INF
-mv %{SOURCE1} META-INF
+cp %{SOURCE1} META-INF
 zip dist/lib/%{name}-*.jar META-INF/MANIFEST.MF
 
 %install
@@ -178,6 +178,9 @@
 
 
 %changelog
+* Tue Jun 5 2007 Ben Konrath <bkonrath at redhat.com> - 0:0.1.31-1jpp.1
+- 0.1.31.
+
 * Tue Apr 3 2007 Ben Konrath <bkonrath at redhat.com> - 0:0.1.28-1jpp.6
 - Add OSGi Manifest to jar.
 - Disable aot-compile-rpm on ia64. 




More information about the fedora-extras-commits mailing list