[eclipse-mylyn-context/f17] Update to upstream 3.7.0 release.

Krzysztof Daniel kdaniel at fedoraproject.org
Tue Mar 27 07:42:17 UTC 2012


commit 3e08f17c61fb1a249d589bd1d90dfc542b40ce69
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Tue Mar 27 09:38:25 2012 +0200

    Update to upstream 3.7.0 release.

 .gitignore                 |    4 ++++
 eclipse-mylyn-context.spec |   27 +++++++++++++++------------
 sources                    |    2 +-
 3 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a71cb5d..30ca8c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,7 @@ R_3_6_0.tar.bz2
 R_3_6_2.tar.bz2
 R_3_6_3.tar.bz2
 R_3_6_4.tar.bz2
+/R_3_7_0.tar.bz2
+/R_3_7_0
+/noarch
+*.src.rpm
\ No newline at end of file
diff --git a/eclipse-mylyn-context.spec b/eclipse-mylyn-context.spec
index d1ea018..f59bd49 100644
--- a/eclipse-mylyn-context.spec
+++ b/eclipse-mylyn-context.spec
@@ -2,7 +2,7 @@
 %global install_loc         %{_datadir}/eclipse/dropins
 # Taken from update site so we match upstream
 #  http://download.eclipse.org/mylyn/archive/3.6.3/v20110608-1400/
-%global qualifier           v20110908-0706
+%global qualifier           v20120319-0200
 
 # Builds the following upstream features:
 # - org.eclipse.mylyn.team-feature
@@ -13,8 +13,8 @@
 
 Name: eclipse-mylyn-context
 Summary: Eclipse Mylyn context specific features
-Version: 3.6.4
-Release: 5%{?dist}
+Version: 3.7.0
+Release: 1%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
@@ -24,20 +24,20 @@ ExclusiveArch: %{ix86} x86_64
 BuildArch: noarch
 %endif
 
-Source0: http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.context.git/snapshot/R_3_6_4.tar.bz2
+Source0: http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.context.git/snapshot/R_3_7_0.tar.bz2
 
 BuildRequires: java-devel >= 1.5.0
-BuildRequires: eclipse-platform >= 1:3.5.0
-BuildRequires: eclipse-pde >= 1:3.5.0
-BuildRequires: eclipse-jdt >= 1:3.5.0
+BuildRequires: eclipse-platform >= 1:3.8.0
+BuildRequires: eclipse-pde >= 1:3.8.0-0.18
+BuildRequires: eclipse-jdt >= 1:3.8.0
 BuildRequires: eclipse-cdt
-BuildRequires: eclipse-mylyn >= 3.6.0
+BuildRequires: eclipse-mylyn >= 3.7.0
 
 
 # eclipse-mylyn-context
 
-Requires: eclipse-platform >= 1:3.5.0
-Requires: eclipse-mylyn >= 3.6.0
+Requires: eclipse-platform >= 1:3.8.0
+Requires: eclipse-mylyn >= 3.7.0
 Group: Development/Tools
 
 %description
@@ -102,9 +102,9 @@ Mylyn Task-Focused UI extensions for Team version control.
 
 
 %prep
-%setup -q -n R_3_6_4
+%setup -q -n R_3_7_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
+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|org.eclipse.mylyn.context.tasks.ui' | xargs rm -rf
 
 
 %build
@@ -176,6 +176,9 @@ unzip -q -o -d %{buildroot}%{install_loc}/mylyn-cdt \
 %doc org.eclipse.mylyn.team-feature/epl-v10.html
 
 %changelog
+* Tue Mar 27 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.7.0-1
+- Update to upstream 3.7.0 release.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 9d98f93..7feaf18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2b983aa94f5b96450ee67f17c97c06fc  R_3_6_4.tar.bz2
+ba2e0c8410918177ac13bad8d078b611  R_3_7_0.tar.bz2


More information about the scm-commits mailing list