[eclipse-mylyn-tasks] Update to upstream 3.6.2.

Andrew Robinson arobinso at fedoraproject.org
Fri Oct 7 20:40:55 UTC 2011


commit 6870beca264f49d64ab3bea67f3dc625218aaa78
Author: Andrew Robinson <arobinso at redhat.com>
Date:   Fri Oct 7 13:36:59 2011 -0400

    Update to upstream 3.6.2.

 .gitignore                   |    1 +
 eclipse-mylyn-tasks.spec     |   29 ++++++++++++++++-------------
 fetch-eclipse-mylyn-tasks.sh |    2 +-
 sources                      |    2 +-
 4 files changed, 19 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce85c31..76a8641 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ eclipse-mylyn-tasks-R_3_5_0-fetched-src.tar.bz2
 eclipse-mylyn-tasks-R_3_5_1-fetched-src.tar.bz2
 eclipse-mylyn-R_3_6_0-fetched-src.tar.bz2
 eclipse-mylyn-tasks-R_3_6_0-fetched-src.tar.bz2
+eclipse-mylyn-tasks-R_3_6_2-fetched-src.tar.bz2
diff --git a/eclipse-mylyn-tasks.spec b/eclipse-mylyn-tasks.spec
index 0c41153..3b8c3c4 100644
--- a/eclipse-mylyn-tasks.spec
+++ b/eclipse-mylyn-tasks.spec
@@ -2,17 +2,17 @@
 %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-tasks
 Summary: Mylyn Bugzilla/Trac Tasks Connectors
-Version: 3.6.0
-Release: 3%{?dist}
+Version: 3.6.2
+Release: 1%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn/tasks
 
 # bash fetch-eclipse-mylyn-tasks.sh
-Source0: eclipse-mylyn-tasks-R_3_6_0-fetched-src.tar.bz2
+Source0: eclipse-mylyn-tasks-R_3_6_2-fetched-src.tar.bz2
 Source1: fetch-eclipse-mylyn-tasks.sh
 # Red Hat bugzilla's custom transition file
 Source2: redhat-bugzilla-custom-transitions.txt
@@ -92,7 +92,7 @@ and templates for example projects.
 
 %prep
 %setup -q -c
-pushd eclipse-mylyn-tasks-R_3_6_0-fetched-src
+pushd eclipse-mylyn-tasks-R_3_6_2-fetched-src
 %patch0
 %patch1
 rm -rf orbitDeps
@@ -103,7 +103,7 @@ ln -s %{_javadir}/jdom.jar
 popd
 
 %build
-pushd eclipse-mylyn-tasks-R_3_6_0-fetched-src
+pushd eclipse-mylyn-tasks-R_3_6_2-fetched-src
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.bugzilla_feature \
  -a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
  -j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
@@ -125,7 +125,7 @@ install -d -m 755 %{buildroot}%{install_loc}/mylyn-trac
 install -d -m 755 %{buildroot}%{install_loc}/mylyn-webtasks
 install %{SOURCE2} %{buildroot}%{install_loc}/mylyn-bugzilla/redhat-bugzilla-custom-transitions.txt
 
-pushd eclipse-mylyn-tasks-R_3_6_0-fetched-src
+pushd eclipse-mylyn-tasks-R_3_6_2-fetched-src
 unzip -q -o -d %{buildroot}%{install_loc}/mylyn-bugzilla \
  build/rpmBuild/org.eclipse.mylyn.bugzilla_feature.zip
 unzip -q -o -d %{buildroot}%{install_loc}/mylyn-trac \
@@ -147,23 +147,26 @@ popd
 # eclips-mylyn-tasks-bugzilla
 %files bugzilla
 %{install_loc}/mylyn-bugzilla
-%doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.bugzilla-feature/epl-v10.html
-%doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.bugzilla-feature/license.html
+%doc eclipse-mylyn-tasks-R_3_6_2-fetched-src/org.eclipse.mylyn.bugzilla-feature/epl-v10.html
+%doc eclipse-mylyn-tasks-R_3_6_2-fetched-src/org.eclipse.mylyn.bugzilla-feature/license.html
 
 # eclips-mylyn-tasks-trac
 %files trac
 %{install_loc}/mylyn-trac
-%doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.trac-feature/epl-v10.html
-%doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.trac-feature/license.html
+%doc eclipse-mylyn-tasks-R_3_6_2-fetched-src/org.eclipse.mylyn.trac-feature/epl-v10.html
+%doc eclipse-mylyn-tasks-R_3_6_2-fetched-src/org.eclipse.mylyn.trac-feature/license.html
 
 # eclips-mylyn-tasks-web
 %files web
 %{install_loc}/mylyn-webtasks
-%doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.web.tasks-feature/epl-v10.html
-%doc eclipse-mylyn-tasks-R_3_6_0-fetched-src/org.eclipse.mylyn.web.tasks-feature/license.html
+%doc eclipse-mylyn-tasks-R_3_6_2-fetched-src/org.eclipse.mylyn.web.tasks-feature/epl-v10.html
+%doc eclipse-mylyn-tasks-R_3_6_2-fetched-src/org.eclipse.mylyn.web.tasks-feature/license.html
 
 
 %changelog
+* Fri Oct 7 2011 Andrew Robinson <arobinso at redhat.com> 3.6.0-1 
+- Update to upstream 3.6.2.
+
 * Thu Oct 6 2011 Alexander Kurtakov <akurtako at redhat.com> 3.6.0-3
 - Fix Red Hat bugzilla custom transaction.
 
diff --git a/fetch-eclipse-mylyn-tasks.sh b/fetch-eclipse-mylyn-tasks.sh
old mode 100644
new mode 100755
index 4f9f831..71e2f0c
--- a/fetch-eclipse-mylyn-tasks.sh
+++ b/fetch-eclipse-mylyn-tasks.sh
@@ -5,7 +5,7 @@
 #  - org.eclipse.mylyn.bugzilla-feature
 #  - org.eclipse.mylyn.web.tasks-feature (incubation)
 # 
-RELEASE_TAG="R_3_6_0"
+RELEASE_TAG="R_3_6_2"
 
 rm -rf org.eclipse.mylyn.tasks.tar.bz2
 rm -rf org.eclipse.mylyn.incubator.tar.bz2
diff --git a/sources b/sources
index 229a2a4..69feace 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8add4a965827315316c0e45bb6def700  eclipse-mylyn-tasks-R_3_6_0-fetched-src.tar.bz2
+8c878cfd7e30e0b1595689834b35b487  eclipse-mylyn-tasks-R_3_6_2-fetched-src.tar.bz2


More information about the scm-commits mailing list