[eclipse-mylyn] Updated to upstream 3_7_0.

Krzysztof Daniel kdaniel at fedoraproject.org
Mon Mar 26 20:11:43 UTC 2012


commit d003f81fa58549ccef647567f9ecd361848d11df
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Mon Mar 26 22:08:24 2012 +0200

    Updated to upstream 3_7_0.

 .gitignore             |    3 +++
 eclipse-mylyn.spec     |   31 +++++++++++++++++++------------
 fetch-eclipse-mylyn.sh |    4 ++--
 sources                |    2 +-
 4 files changed, 25 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d95490c..86c76ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@ 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
 eclipse-mylyn-R_3_6_4-fetched-src.tar.bz2
+eclipse-mylyn-R_3_7_0-fetched-src.tar.bz2
+/eclipse-mylyn-R_3_7_0-fetched-src
+/noarch
diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec
index 6cc0840..50ecedb 100644
--- a/eclipse-mylyn.spec
+++ b/eclipse-mylyn.spec
@@ -2,17 +2,18 @@
 %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
+%global tag 3_7_0
+
 Name: eclipse-mylyn
 Summary: Eclipse Mylyn main feature.
-Version: 3.6.4
-Release: 4%{?dist}
+Version: 3.7.0
+Release: 1%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
 # bash fetch-eclipse-mylyn.sh
-Source0: eclipse-mylyn-R_3_6_4-fetched-src.tar.bz2
-Source1: fetch-eclipse-mylyn.sh
+Source0: eclipse-mylyn-R_%{tag}-fetched-src.tar.bz2
 
 %if 0%{?rhel} >= 6
 ExclusiveArch: %{ix86} x86_64
@@ -20,15 +21,18 @@ ExclusiveArch: %{ix86} x86_64
 BuildArch: noarch
 %endif
 
-BuildRequires: java-devel >= 1.5.0
-BuildRequires: eclipse-platform >= 1:3.5.0
-BuildRequires: eclipse-pde >= 1:3.5.0
-BuildRequires: eclipse-mylyn-commons >= 3.6.0
+BuildRequires: java-devel >= 1.7.0
+BuildRequires: eclipse-platform >= 1:3.8.0
+BuildRequires: eclipse-pde >= 1:3.8.0
+BuildRequires: eclipse-rcp >= 1:3.8.0-0.21
+BuildRequires: eclipse-mylyn-commons >= 3.7.0-4
+
 BuildRequires: rome
 BuildRequires: jdom
 
-Requires: eclipse-platform >= 1:3.5.0
-Requires: eclipse-mylyn-commons >= 3.6.0
+Requires: eclipse-platform >= 1:3.8.0
+Requires: eclipse-mylyn-commons >= 3.7.0-4
+Requires: eclipse-rcp >= 1:3.8.0-0.21
 Requires: rome
 Requires: jdom
 
@@ -40,7 +44,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_4-fetched-src
+%setup -q -n eclipse-mylyn-R_%{tag}-fetched-src
 rm -rf orbitDeps
 mkdir orbitDeps
 pushd orbitDeps
@@ -67,6 +71,9 @@ unzip -q -o -d %{buildroot}%{install_loc}/mylyn \
 %doc org.eclipse.mylyn-feature/license.html
 
 %changelog
+* Mon Mar 26 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-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/fetch-eclipse-mylyn.sh b/fetch-eclipse-mylyn.sh
index 845abc9..d4be190 100755
--- 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_4"
+RELEASE_TAG="R_3_7_0"
 
 rm -rf org.eclipse.mylyn.context.tar.bz2
 rm -rf org.eclipse.mylyn.tasks.tar.bz2
@@ -23,7 +23,7 @@ done
 
 # remove sources we don't need
 pushd $RELEASE_TAG > /dev/null
-ls -1 | grep -vE 'org.eclipse.mylyn.context.core|^org.eclipse.mylyn$|org.eclipse.mylyn.discovery.core|org.eclipse.mylyn.discovery.ui|org.eclipse.mylyn.monitor.core|org.eclipse.mylyn.monitor.ui|org.eclipse.mylyn.tasks.core|org.eclipse.mylyn.tasks.search|org.eclipse.mylyn-feature|org.eclipse.mylyn.tasks.ui' | xargs rm -rf
+ls -1 | grep -vE '^org.eclipse.mylyn$|org.eclipse.mylyn.tasks.core|org.eclipse.mylyn.tasks.search|org.eclipse.mylyn-feature|org.eclipse.mylyn.tasks.ui|org.eclipse.mylyn.tasks.index.core|org.eclipse.mylyn.tasks.index.ui|org.eclipse.mylyn.tasks.search' | xargs rm -rf
 popd > /dev/null
 
 FETCHED_SOURCES_NAME="eclipse-mylyn-${RELEASE_TAG}-fetched-src"
diff --git a/sources b/sources
index f2c4a0c..011821b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7fd3c9a2d9b759e6d43245e26d6eb61d  eclipse-mylyn-R_3_6_4-fetched-src.tar.bz2
+dc309256a610036fb1a16a64f550c7fe  eclipse-mylyn-R_3_7_0-fetched-src.tar.bz2


More information about the scm-commits mailing list