rpms/eclipse-mylyn/devel eclipse-mylyn-splitxmlrpc.patch, 1.1, 1.2 eclipse-mylyn.spec, 1.31, 1.32

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Oct 31 15:15:36 UTC 2008


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-mylyn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15222/devel

Modified Files:
	eclipse-mylyn-splitxmlrpc.patch eclipse-mylyn.spec 
Log Message:
Don't apply nojaxb.patch.
Fix eclipse-mylyn-splitxmlrpc.patch to Import-Package:org.apache.xmlrpc.


eclipse-mylyn-splitxmlrpc.patch:

Index: eclipse-mylyn-splitxmlrpc.patch
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-mylyn/devel/eclipse-mylyn-splitxmlrpc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eclipse-mylyn-splitxmlrpc.patch	30 Jul 2008 15:27:13 -0000	1.1
+++ eclipse-mylyn-splitxmlrpc.patch	31 Oct 2008 15:15:06 -0000	1.2
@@ -1,7 +1,7 @@
 diff -up ./org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF.splitxmlrpc ./org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
 --- ./org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF.splitxmlrpc	2008-07-29 15:09:19.000000000 -0400
 +++ ./org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF	2008-07-29 15:42:17.000000000 -0400
-@@ -8,8 +8,10 @@ Require-Bundle: org.eclipse.core.runtime
+@@ -8,8 +8,11 @@ Require-Bundle: org.eclipse.core.runtime
   org.eclipse.mylyn.context.core;bundle-version="[3.0.0,4.0.0)",
   org.eclipse.mylyn.tasks.core;bundle-version="[3.0.0,4.0.0)",
   org.eclipse.mylyn.commons.core;bundle-version="[3.0.0,4.0.0)",
@@ -9,6 +9,7 @@
 - org.apache.xmlrpc;bundle-version="[3.0.0,4.0.0)"
 + org.eclipse.mylyn.commons.net;bundle-version="[3.0.0,4.0.0)"
 +Import-Package: org.apache.xmlrpc.client,
++ org.apache.xmlrpc,
 + org.apache.xmlrpc.common,
 + org.apache.xmlrpc.util
  Bundle-ActivationPolicy: lazy


Index: eclipse-mylyn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-mylyn/devel/eclipse-mylyn.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- eclipse-mylyn.spec	22 Oct 2008 21:33:25 -0000	1.31
+++ eclipse-mylyn.spec	31 Oct 2008 15:15:06 -0000	1.32
@@ -7,7 +7,7 @@
 Name: eclipse-mylyn 
 Summary: Mylyn is a task-focused UI for Eclipse
 Version: 3.0.3
-Release: 2%{?dist} 
+Release: 3%{?dist} 
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
@@ -153,7 +153,7 @@
 pushd org.fedoraproject.mylyn.bugzilla
 %patch9
 popd
-%patch7
+#%patch7
 %patch8
 
 find -name feature.xml |
@@ -310,6 +310,10 @@
 # FIXME:  add the doc files back
 
 %changelog
+* Fri Oct 31 2008 Alexander Kurtakov <akurtako at redhat.com> 3.0.3-3
+- Don't apply nojaxb.patch.
+- Fix eclipse-mylyn-splitxmlrpc.patch to Import-Package:org.apache.xmlrpc.
+
 * Tue Oct 21 2008 Alexander Kurtakov <akurtako at redhat.com> 3.0.3-2
 - BR ws-jaxme.
 - Bump xmlrpc3 requires for proper OSGi metadata.




More information about the scm-commits mailing list