rpms/jakarta-commons-logging/devel commons-logging-eclipse-manifest.patch, NONE, 1.1 jakarta-commons-logging.spec, 1.36, 1.37

Deepak Bhole (dbhole) fedora-extras-commits at redhat.com
Thu Jul 12 18:54:06 UTC 2007


Author: dbhole

Update of /cvs/extras/rpms/jakarta-commons-logging/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20186

Modified Files:
	jakarta-commons-logging.spec 
Added Files:
	commons-logging-eclipse-manifest.patch 
Log Message:

Resolve bz# 247851, commit patch from bkonrath:

* Wed Jul 11 2007 Ben Konrath <bkonrath at redhat.com> - 0:1.0.4-6jpp.2
- Add eclipse-manifest patch.



commons-logging-eclipse-manifest.patch:

--- NEW FILE commons-logging-eclipse-manifest.patch ---
--- META-INF/MANIFEST.MF.orig	2006-08-10 18:13:20.000000000 -0400
+++ META-INF/MANIFEST.MF	2007-07-11 13:19:50.000000000 -0400
@@ -7,3 +7,12 @@
 Specification-Version: 1.0
 Implementation-Vendor: Apache Software Foundation
 Implementation-Version: 1.0.4
+Bundle-ManifestVersion: 2
+Export-Package: org.apache.commons.logging;version="1.0.4",org.apache.
+ commons.logging.impl;version="1.0.4"
+Bundle-Version: 1.0.4.v200706111724
+Bundle-SymbolicName: org.apache.commons.logging
+Bundle-Name: Apache Commons Logging Plug-in
+Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3
+Bundle-Localization: plugin
+Bundle-Vendor: Apache Software Foundation


Index: jakarta-commons-logging.spec
===================================================================
RCS file: /cvs/extras/rpms/jakarta-commons-logging/devel/jakarta-commons-logging.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- jakarta-commons-logging.spec	10 Aug 2006 21:50:58 -0000	1.36
+++ jakarta-commons-logging.spec	12 Jul 2007 18:53:34 -0000	1.37
@@ -38,7 +38,7 @@
 
 Name:           jakarta-%{short_name}
 Version:        1.0.4
-Release:        6jpp.1
+Release:        6jpp.2
 Epoch:          0
 Summary:        Jakarta Commons Logging Package
 License:        Apache Software License
@@ -47,6 +47,7 @@
 #wget http://www.apache.org/dist/jakarta/commons/logging/source/commons-logging-1.0.4-src.tar.gz
 Source0:        commons-logging-1.0.4-src.tar.gz
 Patch0:		commons-logging-1.0.4-build_xml.patch
+Patch1:         %{short_name}-eclipse-manifest.patch
 BuildRequires:  jpackage-utils >= 0:1.6
 BuildRequires:  ant >= 0:1.6
 BuildRequires:  junit
@@ -89,6 +90,9 @@
 %prep
 %setup -q -n %{short_name}-%{version}-src
 %patch0 -b .sav
+pushd src/conf
+%patch1 -p1
+popd
 
 # -----------------------------------------------------------------------------
 
@@ -180,6 +184,9 @@
 # -----------------------------------------------------------------------------
 
 %changelog
+* Wed Jul 11 2007 Ben Konrath <bkonrath at redhat.com> - 0:1.0.4-6jpp.2
+- Add eclipse-manifest patch.
+
 * Thu Aug 10 2006 Deepak Bhole <dbhole at redhat.com> 0:1.0.4-6jpp.1
 - Added missing requirements.
 




More information about the scm-commits mailing list