[eclipse-mylyn-tasks] Fix build errors.

Andrew Robinson arobinso at fedoraproject.org
Wed Oct 12 16:32:43 UTC 2011


commit d19f5d8a667d0edfe1e6a32a1c1ce7fa210e2c05
Author: Andrew Robinson <arobinso at redhat.com>
Date:   Wed Oct 12 12:32:33 2011 -0400

    Fix build errors.

 eclipse-mylyn-tasks.spec     |    7 +++++--
 fetch-eclipse-mylyn-tasks.sh |    2 +-
 sources                      |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/eclipse-mylyn-tasks.spec b/eclipse-mylyn-tasks.spec
index 3b8c3c4..b607d68 100644
--- a/eclipse-mylyn-tasks.spec
+++ b/eclipse-mylyn-tasks.spec
@@ -7,7 +7,7 @@
 Name: eclipse-mylyn-tasks
 Summary: Mylyn Bugzilla/Trac Tasks Connectors
 Version: 3.6.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn/tasks
 
@@ -164,7 +164,10 @@ popd
 
 
 %changelog
-* Fri Oct 7 2011 Andrew Robinson <arobinso at redhat.com> 3.6.0-1 
+* Wed Oct 12 2011 Andrew Robinson <arobinso at redhat.com> 3.6.2-2
+- Update source to fix build errors.
+
+* Fri Oct 7 2011 Andrew Robinson <arobinso at redhat.com> 3.6.2-1 
 - Update to upstream 3.6.2.
 
 * Thu Oct 6 2011 Alexander Kurtakov <akurtako at redhat.com> 3.6.0-3
diff --git a/fetch-eclipse-mylyn-tasks.sh b/fetch-eclipse-mylyn-tasks.sh
index 71e2f0c..6c59cd1 100755
--- a/fetch-eclipse-mylyn-tasks.sh
+++ b/fetch-eclipse-mylyn-tasks.sh
@@ -20,7 +20,7 @@ done
 
 # remove sources we don't need
 pushd $RELEASE_TAG > /dev/null
-ls -1 | grep -vE 'org.eclipse.mylyn.trac.*|org.eclipse.mylyn.bugzilla.*|org.eclipse.mylyn.web.*|org.eclipse.mylyn.tasks.*' | xargs rm -rf
+ls -1 | grep -vE 'org.eclipse.mylyn.trac.*|org.eclipse.mylyn.bugzilla.*|org.eclipse.mylyn.web.*' | xargs rm -rf
 popd > /dev/null
 
 FETCHED_SOURCES_NAME="eclipse-mylyn-tasks-${RELEASE_TAG}-fetched-src"
diff --git a/sources b/sources
index 69feace..2601fb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c878cfd7e30e0b1595689834b35b487  eclipse-mylyn-tasks-R_3_6_2-fetched-src.tar.bz2
+b72f4800c22c20d03f2bcb63814e314c  eclipse-mylyn-tasks-R_3_6_2-fetched-src.tar.bz2


More information about the scm-commits mailing list