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

Andrew Robinson arobinso at fedoraproject.org
Wed Oct 12 19:07:49 UTC 2011


commit 1fb6d48b1f7aab3978c1a558f95c3812ef795cf4
Author: Andrew Robinson <arobinso at redhat.com>
Date:   Wed Oct 12 15:07:42 2011 -0400

    Update to upstream 3.6.2.

 .gitignore              |    1 +
 eclipse-mylyn-docs.spec |   15 +++++++++------
 sources                 |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 10de4f5..f2f3b7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 eclipse-mylyn-docs-R_3_5_0-fetched-src.tar.bz2
 eclipse-mylyn-docs-R_3_5_1-fetched-src.tar.bz2
 R_3_6_0.tar.bz2
+R_3_6_2.tar.bz2
diff --git a/eclipse-mylyn-docs.spec b/eclipse-mylyn-docs.spec
index dd24712..ac41d2d 100644
--- a/eclipse-mylyn-docs.spec
+++ b/eclipse-mylyn-docs.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-docs
 Summary: Eclipse Mylyn documentation tools
-Version: 3.6.0
+Version: 3.6.2
 Release: 1%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn/docs/
 
-Source0: http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.docs.git/snapshot/R_3_6_0.tar.bz2
+Source0: http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.docs.git/snapshot/R_3_6_2.tar.bz2
 
 BuildArch: noarch
 
@@ -58,14 +58,14 @@ Enables editing of HTML text.
 
 
 %prep
-%setup -q -n R_3_6_0
+%setup -q -n R_3_6_2
 
 
 %build
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.wikitext_feature \
  -a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
  -j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
- -d "mylyn mylyn-commons"
+ -d "mylyn mylyn-commons mylyn-context"
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.htmltext \
  -a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
  -j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar
@@ -101,6 +101,9 @@ unzip -q -o -d %{buildroot}%{install_loc}/mylyn-docs-htmltext \
 
 
 %changelog
+* Wed Oct 12 2011 Andrew Robinson <arobinso at redhat.com> 3.6.2-1
+- Update to upstream 3.6.2.
+
 * Wed Jul 13 2011 Minoo Ziaei <mziaei at redhat.com> 3.6.0-1
 - Update to upstream 3.6.0.
 
@@ -116,4 +119,4 @@ unzip -q -o -d %{buildroot}%{install_loc}/mylyn-docs-htmltext \
 * Wed Apr 20 2011 Severin Gehwolf <sgehwolf at redhat.com> 3.5.0-1
 - Introducing eclipse-mylyn-docs. This is due to the Mylyn
   3.5.0 restructuring. eclipse-mylyn-wikitext is now
-  provided by this SRPM.
+  provided by this SRPM.
\ No newline at end of file
diff --git a/sources b/sources
index 54b9104..bfb0601 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d46e3dc22c4ea103bab6b6561238581  R_3_6_0.tar.bz2
+597e8fe9a860c417aea26295d4672b48  R_3_6_2.tar.bz2


More information about the scm-commits mailing list