rpms/R/F-10 R.csh,NONE,1.1 R.sh,NONE,1.1 R.spec,1.55,1.56

Tom Callaway spot at fedoraproject.org
Wed Mar 25 02:00:12 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/R/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3969/F-10

Modified Files:
	R.spec 
Added Files:
	R.csh R.sh 
Log Message:
bump to 7, forgot to cvs add scripts


--- NEW FILE R.csh ---
# Some R modules are not smart enough to ask R for the value of RHOME
# and instead depend on the R_HOME environment variable.
set RHOME = `R RHOME`
setenv R_HOME $RHOME


--- NEW FILE R.sh ---
# Some R modules are not smart enough to ask R for the value of RHOME
# and instead depend on the R_HOME environment variable.
export R_HOME="`R RHOME`"


Index: R.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R/F-10/R.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- R.spec	25 Mar 2009 01:55:46 -0000	1.55
+++ R.spec	25 Mar 2009 01:59:42 -0000	1.56
@@ -6,7 +6,7 @@
 
 Name: R
 Version: 2.8.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: A language for data analysis and graphics
 URL: http://www.r-project.org
 Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz
@@ -962,6 +962,9 @@
 %postun -n libRmath -p /sbin/ldconfig
 
 %changelog
+* Tue Mar 24 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.8.1-7
+- bump for new tag
+
 * Tue Mar 24 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.8.1-6
 - add profile.d scripts to set R_HOME 
 - rpmlint cleanups




More information about the fedora-extras-commits mailing list