[eclipse-mylyn] Update to upstream 3.6.3 release.

Andrew Robinson arobinso at fedoraproject.org
Mon Oct 31 15:03:54 UTC 2011


commit 64b31b96278633f86979c8349c0fbdf3be68efec
Author: Andrew Robinson <arobinso at redhat.com>
Date:   Mon Oct 31 11:03:45 2011 -0400

    Update to upstream 3.6.3 release.

 .gitignore             |    1 +
 eclipse-mylyn.spec     |   11 +++++++----
 fetch-eclipse-mylyn.sh |    2 +-
 sources                |    2 +-
 4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 609b416..34468fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ eclipse-mylyn-R_3_5_0-fetched-src.tar.bz2
 eclipse-mylyn-R_3_5_1-fetched-src.tar.bz2
 eclipse-mylyn-R_3_6_0-fetched-src.tar.bz2
 eclipse-mylyn-R_3_6_2-fetched-src.tar.bz2
+eclipse-mylyn-R_3_6_3-fetched-src.tar.bz2
diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec
index d629c04..69392aa 100644
--- a/eclipse-mylyn.spec
+++ b/eclipse-mylyn.spec
@@ -1,17 +1,17 @@
 %global eclipse_base        %{_libdir}/eclipse
 %global install_loc         %{_datadir}/eclipse/dropins
 # Taken from update site so we match upstream
-#  http://download.eclipse.org/mylyn/archive/3.6.0/v20110608-1400/
+#  http://download.eclipse.org/mylyn/archive/3.6.3/v20110608-1400/
 %global qualifier           v20110908-0706
 Name: eclipse-mylyn
 Summary: Eclipse Mylyn main feature.
-Version: 3.6.2
+Version: 3.6.3
 Release: 1%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
 # bash fetch-eclipse-mylyn.sh
-Source0: eclipse-mylyn-R_3_6_2-fetched-src.tar.bz2
+Source0: eclipse-mylyn-R_3_6_3-fetched-src.tar.bz2
 Source1: fetch-eclipse-mylyn.sh
 
 BuildArch: noarch
@@ -36,7 +36,7 @@ for certain task repositories and monitors work activity to hide
 information that is not relevant to the current task.
 
 %prep
-%setup -q -n eclipse-mylyn-R_3_6_2-fetched-src
+%setup -q -n eclipse-mylyn-R_3_6_3-fetched-src
 rm -rf orbitDeps
 mkdir orbitDeps
 pushd orbitDeps
@@ -63,6 +63,9 @@ unzip -q -o -d %{buildroot}%{install_loc}/mylyn \
 %doc org.eclipse.mylyn-feature/license.html
 
 %changelog
+* Mon Oct 31 2011 Andrew Robinson <arobinso at redhat.com> 3.6.3-1
+- Update to upstream 3.6.3 release.
+
 * Fri Oct 7 2011 Alexander Kurtakov <akurtako at redhat.com> 3.6.2-1
 - Update to upstream 3.6.2 release.
 
diff --git a/fetch-eclipse-mylyn.sh b/fetch-eclipse-mylyn.sh
old mode 100644
new mode 100755
index 27e140b..d45e95e
--- a/fetch-eclipse-mylyn.sh
+++ b/fetch-eclipse-mylyn.sh
@@ -5,7 +5,7 @@
 # 
 # Note:
 # eclipse-mylyn-commons needs to be built prior to this package.
-RELEASE_TAG="R_3_6_2"
+RELEASE_TAG="R_3_6_3"
 
 rm -rf org.eclipse.mylyn.context.tar.bz2
 rm -rf org.eclipse.mylyn.tasks.tar.bz2
diff --git a/sources b/sources
index 4b2bff1..ad4c20a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df3eef4c934db7dc6a2f42069a373112  eclipse-mylyn-R_3_6_2-fetched-src.tar.bz2
+fd4bf597fd6eeaf205fb111465f9cf3b  eclipse-mylyn-R_3_6_3-fetched-src.tar.bz2


More information about the scm-commits mailing list