rpms/eclipse-mylyn/devel eclipse-mylyn-rhbz30.patch, NONE, 1.1 eclipse-mylyn-addfedoracustomizations.patch, 1.3, 1.4 eclipse-mylyn.spec, 1.24, 1.25

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Fri Aug 8 11:50:43 UTC 2008


Author: overholt

Update of /cvs/pkgs/rpms/eclipse-mylyn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15163

Modified Files:
	eclipse-mylyn-addfedoracustomizations.patch eclipse-mylyn.spec 
Added Files:
	eclipse-mylyn-rhbz30.patch 
Log Message:
* Fri Aug 08 2008 Andrew Overholt <overholt at redhat.com> 3.0.1-1
- Fix fuzz on adding Fedora customizations patch
- Add patch to make Red Hat bugzilla 3.0

eclipse-mylyn-rhbz30.patch:

--- NEW FILE eclipse-mylyn-rhbz30.patch ---
diff -up ./plugin.xml.newrhbz ./plugin.xml
--- ./plugin.xml.newrhbz	2008-08-08 07:45:18.000000000 -0400
+++ ./plugin.xml	2008-08-08 07:45:50.000000000 -0400
@@ -11,7 +11,7 @@
             urlNewAccount="https://bugzilla.redhat.com/createaccount.cgi"
             urlNewTask="https://bugzilla.redhat.com/enter_bug.cgi"
             urlRepository="https://bugzilla.redhat.com"
-            version="2.18">
+            version="3.0">
       </repository>
             <repository
             addAutomatically="true"

eclipse-mylyn-addfedoracustomizations.patch:

Index: eclipse-mylyn-addfedoracustomizations.patch
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-mylyn/devel/eclipse-mylyn-addfedoracustomizations.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eclipse-mylyn-addfedoracustomizations.patch	17 Jul 2008 19:04:13 -0000	1.3
+++ eclipse-mylyn-addfedoracustomizations.patch	8 Aug 2008 11:50:13 -0000	1.4
@@ -1,14 +1,8 @@
-### Eclipse Workspace Patch 1.0
-#P org.eclipse.mylyn.bugzilla-feature
-Index: feature.xml
-===================================================================
-RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla-feature/feature.xml,v
-retrieving revision 1.365
-diff -u -r1.365 feature.xml
---- feature.xml	27 Sep 2007 16:32:09 -0000	1.365
-+++ feature.xml	24 Oct 2007 21:46:10 -0000
-@@ -97,4 +97,11 @@
-          version="2.3.2.qualifier"
+diff -up ./feature.xml.withfedoraplugin ./feature.xml
+--- ./feature.xml.withfedoraplugin	2008-08-08 07:44:03.000000000 -0400
++++ ./feature.xml	2008-08-08 07:44:28.000000000 -0400
+@@ -96,4 +96,11 @@ Java and all Java-based trademarks are t
+          version="3.0.1.v20080716-2300-e3x"
           unpack="false"/>
  
 +   <plugin


Index: eclipse-mylyn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-mylyn/devel/eclipse-mylyn.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- eclipse-mylyn.spec	7 Aug 2008 19:00:08 -0000	1.24
+++ eclipse-mylyn.spec	8 Aug 2008 11:50:13 -0000	1.25
@@ -25,6 +25,8 @@
 Patch7: %{name}-nojaxb.patch
 # Our xmlrpc packages are split into JARs differently than Orbit
 Patch8: %{name}-splitxmlrpc.patch
+# Red Hat Bugzilla is 3.0 now
+Patch9: %{name}-rhbz30.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -147,6 +149,9 @@
 pushd org.eclipse.mylyn.bugzilla-feature
 %patch6
 popd
+pushd org.fedoraproject.mylyn.bugzilla
+%patch9
+popd
 %patch7
 %patch8
 
@@ -293,6 +298,10 @@
 # FIXME:  add the doc files back
 
 %changelog
+* Fri Aug 08 2008 Andrew Overholt <overholt at redhat.com> 3.0.1-1
+- Fix fuzz on adding Fedora customizations patch
+- Add patch to make Red Hat bugzilla 3.0
+
 * Thu Aug 07 2008 Andrew Overholt <overholt at redhat.com> 3.0.1-1
 - Add webtasks sub-package
 




More information about the fedora-extras-commits mailing list