[eclipse-mylyn-context] - Update to upstream's 3.6.0 release.

jerboaa jerboaa at fedoraproject.org
Thu Jul 14 13:27:07 UTC 2011


commit 9b9149be5b1938d515ace7abf7c2d315cdba3377
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Thu Jul 14 09:27:38 2011 -0400

    - Update to upstream's 3.6.0 release.

 .gitignore                     |    1 +
 eclipse-mylyn-context.spec     |   21 ++++++++++++---------
 fetch-eclipse-mylyn-context.sh |   37 -------------------------------------
 sources                        |    2 +-
 4 files changed, 14 insertions(+), 47 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47a5241..fb657fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 eclipse-mylyn-context-R_3_5_0-fetched-src.tar.bz2
 eclipse-mylyn-context-R_3_5_1-fetched-src.tar.bz2
+R_3_6_0.tar.bz2
diff --git a/eclipse-mylyn-context.spec b/eclipse-mylyn-context.spec
index 48ce287..5a1ef39 100644
--- a/eclipse-mylyn-context.spec
+++ b/eclipse-mylyn-context.spec
@@ -1,8 +1,8 @@
 %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.5.1/v20110422-0200/
-%global qualifier           v20110422-0200
+#  http://download.eclipse.org/mylyn/archive/3.6.0/v20110608-1400/
+%global qualifier           v20110608-1400
 
 # Builds the following upstream features:
 # - org.eclipse.mylyn.team-feature
@@ -13,14 +13,12 @@
 
 Name: eclipse-mylyn-context
 Summary: Eclipse Mylyn context specific features
-Version: 3.5.1
+Version: 3.6.0
 Release: 1%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
-# bash fetch-eclipse-mylyn-context.sh
-Source0: eclipse-mylyn-context-R_3_5_1-fetched-src.tar.bz2
-Source1: fetch-eclipse-mylyn-context.sh
+Source0: http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.context.git/snapshot/R_3_6_0.tar.bz2
 
 BuildArch: noarch
 
@@ -29,13 +27,13 @@ BuildRequires: eclipse-platform >= 1:3.4.0
 BuildRequires: eclipse-pde >= 1:3.4.0
 BuildRequires: eclipse-jdt >= 1:3.4.0
 BuildRequires: eclipse-cdt
-BuildRequires: eclipse-mylyn >= 3.5.0
+BuildRequires: eclipse-mylyn >= 3.6.0
 
 
 # eclipse-mylyn-context
 
 Requires: eclipse-platform >= 1:3.4.0
-Requires: eclipse-mylyn >= 3.5.0
+Requires: eclipse-mylyn >= 3.6.0
 Group: Development/Tools
 
 %description
@@ -100,7 +98,9 @@ Mylyn Task-Focused UI extensions for Team version control.
 
 
 %prep
-%setup -q -n org.eclipse.mylyn.contexts
+%setup -q -n R_3_6_0
+# remove unneeded sources
+ls -1 | grep -vE 'org.eclipse.mylyn.team.ui|org.eclipse.mylyn.context.ui|org.eclipse.mylyn.resources.ui|org.eclipse.mylyn.team-feature|org.eclipse.mylyn.cdt-feature|org.eclipse.mylyn.cdt.ui|org.eclipse.mylyn.java-feature|org.eclipse.mylyn.java.ui|org.eclipse.mylyn.ide.ant|org.eclipse.mylyn.ide.ui|org.eclipse.mylyn.java.tasks|org.eclipse.mylyn.pde-feature|org.eclipse.mylyn.pde.ui|org.eclipse.mylyn.context-feature' | xargs rm -rf
 
 
 %build
@@ -187,6 +187,9 @@ unzip -q -o -d %{buildroot}%{install_loc}/mylyn-cdt \
 
 
 %changelog
+* Thu Jul 14 2011 Severin Gehwolf <sgehwolf at redhat.com> 3.6.0-1
+- Update to upstream's 3.6.0 release.
+
 * Tue Apr 26 2011 Severin Gehwolf <sgehwolf at redhat.com> 3.5.1-1
 - Update to upstream 3.5.1.
 
diff --git a/sources b/sources
index 580a7dd..efd2fe8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-521688c1db113ba95b442d7603fe7728  eclipse-mylyn-context-R_3_5_1-fetched-src.tar.bz2
+3d1be4e8da2f1a28c5c4e4cceca53543  R_3_6_0.tar.bz2


More information about the scm-commits mailing list