rpms/eclipse-rse/F-12 eclipse-rse.spec,1.6,1.7 fetch-rse.sh,1.2,1.3

Jeff Johnston jjohnstn at fedoraproject.org
Fri Jan 22 19:46:27 UTC 2010


Author: jjohnstn

Update of /cvs/pkgs/rpms/eclipse-rse/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32553

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

* Fri Jan 22 2010 Jeff Johnston <jjohnstn at redhat.com> 3.1.1-1
- Resolves: #552965
- Upgrade to 3.1.1 tarball



Index: eclipse-rse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rse/F-12/eclipse-rse.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- eclipse-rse.spec	21 Aug 2009 20:36:41 -0000	1.6
+++ eclipse-rse.spec	22 Jan 2010 19:46:26 -0000	1.7
@@ -3,13 +3,13 @@
 
 Name: eclipse-rse
 Summary: Eclipse Remote System Explorer
-Version: 3.1
-Release: 2%{?dist} 
+Version: 3.1.1
+Release: 1%{?dist} 
 License: EPL
 URL: http://www.eclipse.org/dsdp/tm/
 
 # Following tarball generated by running fetch-rse.sh.
-Source0: rse-fetched-src-R3_1.tar.gz
+Source0: rse-fetched-src-R3_1_1.tar.gz
 Source1: fetch-rse.sh
 # Following property files are generated by fetch-rse.sh.
 Source2: featureVersions.properties
@@ -88,6 +88,10 @@ rm -rf %{buildroot}
 %doc org.eclipse.rse.sdk-feature/license.html
 
 %changelog
+* Fri Jan 22 2010 Jeff Johnston <jjohnstn at redhat.com> 3.1.1-1
+- Resolves: #552965
+- Upgrade to 3.1.1 tarball.
+
 * Fri Aug 21 2009 Jeff Johnston <jjohnstn at redhat.com> 3.1-2
 - Add BuildArch noarch.
 


Index: fetch-rse.sh
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-rse/F-12/fetch-rse.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- fetch-rse.sh	28 Jul 2009 18:25:33 -0000	1.2
+++ fetch-rse.sh	22 Jan 2010 19:46:26 -0000	1.3
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 NAME=rse
-TM_TAG=R3_1
-RSE_TAG=R3_1
+TM_TAG=R3_1_1
+RSE_TAG=R3_1_1
 
 rm -rf temp
 mkdir temp
@@ -11,8 +11,8 @@ flat=rse-${RSE_TAG}
 mkdir ${flat}
 
 
-VERSION="3.1"
-TAG="200906171400"
+VERSION="3.1.1"
+TAG="200909160905"
 
 echo "Exporting from CVS..."
 



More information about the scm-commits mailing list