rpms/R/devel .cvsignore, 1.24, 1.25 R.spec, 1.70, 1.71 sources, 1.26, 1.27 R-2.1.0-gcc4.patch, 1.1, NONE R-2.4.0-patched-2006-11-03.patch, 1.1, NONE R-2.5.0-pkgconfig.patch, 1.1, NONE R-2.7.0-bad-path.patch, 1.1, NONE R-2.7.1-javareconf-tmpfix.patch, 1.1, NONE R-2.8.0-HAVE_BZLIB_H.patch, 1.1, NONE R-LANG.patch, 1.1, NONE

Tom Callaway spot at fedoraproject.org
Thu Apr 22 21:56:33 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/R/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19258/devel

Modified Files:
	.cvsignore R.spec sources 
Removed Files:
	R-2.1.0-gcc4.patch R-2.4.0-patched-2006-11-03.patch 
	R-2.5.0-pkgconfig.patch R-2.7.0-bad-path.patch 
	R-2.7.1-javareconf-tmpfix.patch R-2.8.0-HAVE_BZLIB_H.patch 
	R-LANG.patch 
Log Message:
2.11.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/R/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	22 Dec 2009 23:29:51 -0000	1.24
+++ .cvsignore	22 Apr 2010 21:56:31 -0000	1.25
@@ -1 +1 @@
-R-2.10.1.tar.gz
+R-2.11.0.tar.gz


Index: R.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R/devel/R.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -p -r1.70 -r1.71
--- R.spec	2 Apr 2010 13:52:52 -0000	1.70
+++ R.spec	22 Apr 2010 21:56:33 -0000	1.71
@@ -5,14 +5,13 @@
 %endif
 
 Name: R
-Version: 2.10.1
-Release: 2%{?dist}
+Version: 2.11.0
+Release: 1%{?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
 Source1: macros.R
 Source2: R-make-search-index.sh
-Patch1: R-2.7.2-filter_asoption.patch
 License: GPLv2+
 Group: Applications/Engineering
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -57,34 +56,33 @@ Requires: perl, sed, gawk, texlive-latex
 # depend on one of these submodules rather than just R. These are provided for 
 # packager convenience.
 Provides: R-base = %{version}
-Provides: R-boot = 1.2.41
-Provides: R-class = 7.3.1
-Provides: R-cluster = 1.12.1
+Provides: R-boot = 1.2.42
+Provides: R-class = 7.3.2
+Provides: R-cluster = 1.12.3
 Provides: R-codetools = 0.2.2
 Provides: R-datasets = %{version}
-Provides: R-foreign = 0.8.38
+Provides: R-foreign = 0.8.40
 Provides: R-graphics = %{version}
 Provides: R-grDevices = %{version}
 Provides: R-grid = %{version}
 Provides: R-KernSmooth = 2.23.3
-Provides: R-lattice = 0.17.26
-Provides: R-MASS = 7.3.4
-Provides: R-Matrix = 0.999375.33
+Provides: R-lattice = 0.18.5
+Provides: R-MASS = 7.3.5
+Provides: R-Matrix = 0.999375.38
 Obsoletes: R-Matrix < 0.999375-7
 Provides: R-methods = %{version}
 Provides: R-mgcv = 1.6.1
 Provides: R-nlme = 3.1.96
 Provides: R-nnet = 7.3.1
-Provides: R-rpart = 3.1.45
-Provides: R-spatial = 7.3.1
+Provides: R-rpart = 3.1.46
+Provides: R-spatial = 7.3.2
 Provides: R-splines = %{version}
 Provides: R-stats = %{version}
 Provides: R-stats4 = %{version}
-Provides: R-survival = 2.35.7
+Provides: R-survival = 2.35.8
 Provides: R-tcltk = %{version}
 Provides: R-tools = %{version}
 Provides: R-utils = %{version}
-Provides: R-VR = 7.3.1
 
 %description core
 A language and environment for statistical computing and graphics.
@@ -108,7 +106,7 @@ Requires: R-core = %{version}-%{release}
 Requires: gcc-c++, gcc-gfortran, tetex-latex
 Requires: bzip2-devel, libX11-devel, pcre-devel, zlib-devel
 Requires: tcl-devel, tk-devel, pkgconfig
-Provides: R-Matrix-devel = 0.999375.31
+Provides: R-Matrix-devel = 0.999375.38
 Obsoletes: R-Matrix-devel < 0.999375-7
 
 %description devel
@@ -167,7 +165,6 @@ and header files.
 
 %prep
 %setup -q
-%patch1 -p1 -b .filter-little-out
 
 # Filter false positive provides.
 cat <<EOF > %{name}-prov
@@ -730,6 +727,7 @@ chmod -x $RPM_BUILD_ROOT%{_libdir}/R/lib
 %{_libdir}/R/library/survival/libs/
 %{_libdir}/R/library/survival/Meta/
 %{_libdir}/R/library/survival/NAMESPACE
+%{_libdir}/R/library/survival/noweb/
 %{_libdir}/R/library/survival/R/
 # tcltk
 %dir %{_libdir}/R/library/tcltk/
@@ -899,6 +897,9 @@ R CMD javareconf \
 %postun -n libRmath -p /sbin/ldconfig
 
 %changelog
+* Thu Apr 22 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 2.11.0-1
+- update to 2.11.0
+
 * Fri Apr 02 2010 Caolán McNamara <caolanm at redhat.com> - 2.10.1-2
 - rebuild for icu 4.4
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/R/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sources	22 Dec 2009 23:29:51 -0000	1.26
+++ sources	22 Apr 2010 21:56:33 -0000	1.27
@@ -1 +1 @@
-75f8b7e875b846ea96a4c6cc0abc00a4  R-2.10.1.tar.gz
+c6c1e866299f533617750889c729bfb3  R-2.11.0.tar.gz


--- R-2.1.0-gcc4.patch DELETED ---


--- R-2.4.0-patched-2006-11-03.patch DELETED ---


--- R-2.5.0-pkgconfig.patch DELETED ---


--- R-2.7.0-bad-path.patch DELETED ---


--- R-2.7.1-javareconf-tmpfix.patch DELETED ---


--- R-2.8.0-HAVE_BZLIB_H.patch DELETED ---


--- R-LANG.patch DELETED ---



More information about the scm-commits mailing list