[eclipse-mylyn] - Update to 3.4.1.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Aug 31 04:05:39 UTC 2010


commit 54d6fee8374aecf2e150f1ee7fe5c4e067a10b11
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Aug 31 07:05:01 2010 +0300

    - Update to 3.4.1.

 .gitignore         |    1 +
 eclipse-mylyn.spec |   17 ++++++++++-------
 fetch-mylyn.sh     |    4 ++--
 sources            |    1 +
 4 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d14860..06a7927 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 org.eclipse.mylyn-R_3_4_0-fetched-src.tar.bz2
+org.eclipse.mylyn-R_3_4_1-fetched-src.tar.bz2
diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec
index bd917cb..b66c31d 100644
--- a/eclipse-mylyn.spec
+++ b/eclipse-mylyn.spec
@@ -1,23 +1,23 @@
-%define eclipse_base        %{_libdir}/eclipse
-%define install_loc         %{_datadir}/eclipse/dropins
+%global eclipse_base        %{_libdir}/eclipse
+%global install_loc         %{_datadir}/eclipse/dropins
 # Taken from update site so we match upstream
 # http://download.eclipse.org/tools/mylyn/update/e3.5/
-%define qualifier           v20100608-0100-e3x
+%global qualifier           v20100608-0100-e3x
 
 # Prevent brp-java-repack-jars from being run.  Spaces in the paths of
 # the help content are broken by it.
-%define __jar_repack 0
+%global __jar_repack 0
 
 Name: eclipse-mylyn
 Summary: Mylyn is a task-focused UI for Eclipse
-Version: 3.4.0
-Release: 4%{?dist}
+Version: 3.4.1
+Release: 1%{?dist}
 License: EPL and ASL 2.0
 URL: http://www.eclipse.org/mylyn
 
 # mkdir temp && cd temp
 # sh fetch-mylyn.sh
-Source0: org.eclipse.mylyn-R_3_4_0-fetched-src.tar.bz2
+Source0: org.eclipse.mylyn-R_3_4_1-fetched-src.tar.bz2
 Source1: fetch-mylyn.sh
 
 # This is a dependency declared by the Orbit xmlrpc JAR.  We don't use
@@ -375,6 +375,9 @@ rm -rf %{buildroot}
 #%{install_loc}/mylyn-sdk
 
 %changelog
+* Tue Aug 31 2010 Alexander Kurtakov <akurtako at redhat.com> 3.4.1-1
+- Update to 3.4.1.
+
 * Tue Jul 27 2010 Charley Wang <chwang at redhat.com> 3.4.0-4
 - Add Wikitext SDK to eclipse-mylyn
 
diff --git a/fetch-mylyn.sh b/fetch-mylyn.sh
index 8b4d265..fd21a1a 100644
--- a/fetch-mylyn.sh
+++ b/fetch-mylyn.sh
@@ -83,10 +83,10 @@ org.eclipse.mylyn.cdt-feature \
 org.eclipse.mylyn.cdt.ui \
 ; do
 cvs -d :pserver:anonymous at dev.eclipse.org:/cvsroot/tools \
-export -r R_3_4_0 org.eclipse.mylyn/$f;
+export -r R_3_4_1 org.eclipse.mylyn/$f;
 done
 
-tar cjf org.eclipse.mylyn-R_3_4_0-fetched-src.tar.bz2 org.eclipse.mylyn
+tar cjf org.eclipse.mylyn-R_3_4_1-fetched-src.tar.bz2 org.eclipse.mylyn
 
 rm -rf org.eclipse.mylyn.bak
 cp -r org.eclipse.mylyn org.eclipse.mylyn.bak
diff --git a/sources b/sources
index ff8df38..e17dadc 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 1205513f4349a94aecd415535699db8c  org.eclipse.mylyn-R_3_4_0-fetched-src.tar.bz2
+ec3bacc67a726327908a6189d81ff77e  org.eclipse.mylyn-R_3_4_1-fetched-src.tar.bz2


More information about the scm-commits mailing list