[eclipse-egit] Allow building against newer versions of mylyn wikitext

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Apr 30 17:44:17 UTC 2014


commit bde012c30aef6582a480332cec348f27d25b4ca1
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Apr 30 20:43:02 2014 +0300

    Allow building against newer versions of mylyn wikitext

 eclipse-egit.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/eclipse-egit.spec b/eclipse-egit.spec
index ad9232c..9e5f41e 100644
--- a/eclipse-egit.spec
+++ b/eclipse-egit.spec
@@ -58,6 +58,9 @@ sed -i -e "15,29d" org.eclipse.egit.repository/category.xml
 sed -i -e "9,11d" org.eclipse.egit.repository/category.xml
 sed -i -e "12,14d" org.eclipse.egit.repository/category.xml
 
+# Allow building against newer versions of mylyn wikitext
+sed -i -e "s|1.3.0,2.0.0|1.3.0,3.0.0|g" org.eclipse.egit.doc/META-INF/MANIFEST.MF
+
 
 %build
 xmvn -o clean verify -Dmaven.test.skip=true


More information about the scm-commits mailing list