[eclipse-mylyn/f19] Include fix for Eclipse bug 419133.

Krzysztof Daniel kdaniel at fedoraproject.org
Fri Oct 11 09:12:32 UTC 2013


commit f16457f74fdccac4f14dc2b39e2a8b6c2e2a7403
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Fri Oct 11 10:48:31 2013 +0200

    Include fix for Eclipse bug 419133.

 eclipse-mylyn-bug-419133.patch |   16 ++++++++++++++++
 eclipse-mylyn.spec             |    7 ++++++-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-mylyn-bug-419133.patch b/eclipse-mylyn-bug-419133.patch
new file mode 100644
index 0000000..08dc58e
--- /dev/null
+++ b/eclipse-mylyn-bug-419133.patch
@@ -0,0 +1,16 @@
+### Eclipse Workspace Patch 1.0
+#P org.eclipse.mylyn.bugzilla.core
+diff --git org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java
+index b50cca6..dac242e 100644
+--- org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java
++++ org.eclipse.mylyn.tasks/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaTaskDataHandler.java
+@@ -402,6 +402,9 @@
+ 				version.migrate(taskRepository, taskData, connector);
+ 			}
+ 		}
++
++		// hack for RH bugzilla listing cf_clone_of as editable, but not granting write privileges to anyone
++		taskData.getRoot().removeAttribute("cf_clone_of"); //$NON-NLS-1$
+ 	}
+ 
+ 	@Override
diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec
index 0bada41..311d044 100644
--- a/eclipse-mylyn.spec
+++ b/eclipse-mylyn.spec
@@ -12,7 +12,7 @@
 Name:    %{?scl_prefix}eclipse-mylyn
 Summary: Eclipse Mylyn main feature.
 Version: 3.9.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
@@ -38,6 +38,7 @@ Patch5: %{pkg_name}-build-compat.patch
 Patch7: %{pkg_name}-merge-incubator.patch
 Patch8: %{pkg_name}-remove-javax-activation.patch
 Patch9: %{pkg_name}-bug-403024.patch
+Patch10: %{pkg_name}-bug-419133.patch
 
 BuildArch: noarch
 
@@ -347,6 +348,7 @@ tar xjf %{SOURCE7} -C org.eclipse.mylyn.tasks --strip-components=1
 %patch7
 %patch8
 %patch9
+%patch10
 
 #Disable plugins we can live without and for some reason are redundant (unpackaged or causing build failures).
 #There must be empty line after each %%pom_* macro invocation.
@@ -703,6 +705,9 @@ install %{SOURCE6} %{buildroot}%{install_loc}/mylyn/eclipse/redhat-bugzilla-cust
 %doc org.eclipse.mylyn.commons/org.eclipse.mylyn.commons.sdk-feature/license.html
 
 %changelog
+* Fri Oct 11 2013 Krzysztof Daniel <kdaniel at redhat.com> 3.9.1-3
+- Include fix for Eclipse bug 419133. 
+
 * Thu Oct 3 2013 Krzysztof Daniel <kdaniel at redhat.com> 3.9.1-2
 - Add a workaround for a build failing on ARM.
 


More information about the scm-commits mailing list