[eclipse-mylyn/f16] Update to upstream 3.6.2 release.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Oct 7 07:46:16 UTC 2011


commit 637265f39065b606d65fd8c2ef4b4cc355899665
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Oct 7 10:40:34 2011 +0300

    Update to upstream 3.6.2 release.

 .gitignore             |    1 +
 eclipse-mylyn.spec     |   18 +++++++++---------
 fetch-eclipse-mylyn.sh |    2 +-
 sources                |    2 +-
 4 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f0ced1..609b416 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ org.eclipse.mylyn-R_3_4_1-fetched-src.tar.bz2
 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
diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec
index f62b98a..d629c04 100644
--- a/eclipse-mylyn.spec
+++ b/eclipse-mylyn.spec
@@ -2,16 +2,16 @@
 %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/
-%global qualifier           v20110608-1400
+%global qualifier           v20110908-0706
 Name: eclipse-mylyn
 Summary: Eclipse Mylyn main feature.
-Version: 3.6.0
-Release: 3%{?dist}
+Version: 3.6.2
+Release: 1%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
 # bash fetch-eclipse-mylyn.sh
-Source0: eclipse-mylyn-R_3_6_0-fetched-src.tar.bz2
+Source0: eclipse-mylyn-R_3_6_2-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_0-fetched-src
+%setup -q -n eclipse-mylyn-R_3_6_2-fetched-src
 rm -rf orbitDeps
 mkdir orbitDeps
 pushd orbitDeps
@@ -45,13 +45,11 @@ ln -s %{_javadir}/rome*.jar
 popd
 
 %build
-%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn_feature \
+%{eclipse_base}/buildscripts/pdebuild \
  -a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
  -d "mylyn-commons" -o `pwd`/orbitDeps
 
 %install
-rm -rf %{buildroot}
-
 install -d -m 755 %{buildroot}%{_datadir}/eclipse
 install -d -m 755 %{buildroot}%{install_loc}/mylyn
 
@@ -60,12 +58,14 @@ unzip -q -o -d %{buildroot}%{install_loc}/mylyn \
 
 
 %files
-%defattr(-,root,root,-)
 %{install_loc}/mylyn
 %doc org.eclipse.mylyn-feature/epl-v10.html
 %doc org.eclipse.mylyn-feature/license.html
 
 %changelog
+* Fri Oct 7 2011 Alexander Kurtakov <akurtako at redhat.com> 3.6.2-1
+- Update to upstream 3.6.2 release.
+
 * Thu Jul 14 2011 Severin Gehwolf <sgehwolf at redhat.com> 3.6.0-3
 - Mylyn requires Eclipse 3.5 and up. Changed R/BRs
   accordingly.
diff --git a/fetch-eclipse-mylyn.sh b/fetch-eclipse-mylyn.sh
index f7a66f8..27e140b 100644
--- 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_0"
+RELEASE_TAG="R_3_6_2"
 
 rm -rf org.eclipse.mylyn.context.tar.bz2
 rm -rf org.eclipse.mylyn.tasks.tar.bz2
diff --git a/sources b/sources
index 4680dc1..4b2bff1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2794c992b47788ef099db237d3b20008  eclipse-mylyn-R_3_6_0-fetched-src.tar.bz2
+df3eef4c934db7dc6a2f42069a373112  eclipse-mylyn-R_3_6_2-fetched-src.tar.bz2


More information about the scm-commits mailing list