rpms/eclipse-rse/devel eclipse-rse.spec, 1.2, 1.3 fetch-rse.sh, 1.1, 1.2

Jeff Johnston jjohnstn at fedoraproject.org
Tue Jul 28 18:25:34 UTC 2009


Author: jjohnstn

Update of /cvs/extras/rpms/eclipse-rse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21935

Modified Files:
	eclipse-rse.spec fetch-rse.sh 
Log Message:

* Tue Jul 28 2009 Jeff Johnston <jjohnstn at redhat.com> 3.0.3-3
- Restrict arch support to those supported by prereq CDT.




Index: eclipse-rse.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-rse/devel/eclipse-rse.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- eclipse-rse.spec	24 Jul 2009 20:57:47 -0000	1.2
+++ eclipse-rse.spec	28 Jul 2009 18:25:33 -0000	1.3
@@ -4,7 +4,7 @@
 Name: eclipse-rse
 Summary: Eclipse Remote System Explorer
 Version: 3.0.3
-Release: 2%{?dist} 
+Release: 3%{?dist} 
 License: EPL
 URL: http://www.eclipse.org/dsdp/tm/
 
@@ -19,7 +19,10 @@ BuildRoot:  %{_tmppath}/%{name}-%{versio
 
 BuildRequires:    java-devel >= 1.5.0
 
-BuildArch: noarch
+# Currently, upstream CDT only supports building on the platforms listed here.
+# Since this version of RSE requires CDT, we must restrict the same arches.
+# FIXME: this problem will go away with RSE 3.1 which does not prereq the CDT.
+ExclusiveArch: %{ix86} x86_64 ppc ia64
 
 BuildRequires: eclipse-pde >= 1:3.4.1
 BuildRequires: eclipse-cdt >= 1:5.0.1
@@ -91,6 +94,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.rse.sdk-feature/license.html
 
 %changelog
+* Tue Jul 28 2009 Jeff Johnston <jjohnstn at redhat.com> 3.0.3-3
+- Restrict arch support to those supported by prereq CDT.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: fetch-rse.sh
===================================================================
RCS file: /cvs/extras/rpms/eclipse-rse/devel/fetch-rse.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- fetch-rse.sh	23 Jul 2009 20:24:06 -0000	1.1
+++ fetch-rse.sh	28 Jul 2009 18:25:33 -0000	1.2
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 NAME=rse
-TM_TAG=R3_0_3
-RSE_TAG=R3_0_3
+TM_TAG=R3_1
+RSE_TAG=R3_1
 
 rm -rf temp
 mkdir temp
@@ -11,8 +11,8 @@ flat=rse-${RSE_TAG}
 mkdir ${flat}
 
 
-VERSION="3.0.3"
-TAG="200902181300"
+VERSION="3.1"
+TAG="200906171400"
 
 echo "Exporting from CVS..."
 




More information about the fedora-extras-commits mailing list