Update to current patched level to fix buffer overflow condition.

This commit is contained in:
Tom Callaway 2006-11-04 06:16:12 +00:00
parent d0fe32d784
commit 85a8495c95
1 changed files with 10 additions and 3 deletions

13
R.spec
View File

@ -1,6 +1,6 @@
Name: R Name: R
Version: 2.4.0 Version: 2.4.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: A language for data analysis and graphics Summary: A language for data analysis and graphics
URL: http://www.r-project.org URL: http://www.r-project.org
Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz
@ -16,6 +16,9 @@ BuildRequires: java-1.4.2-gcj-compat, lapack-devel
BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel
Requires: evince, cups, firefox Requires: evince, cups, firefox
# This syncs us with the "patched" development tree.
Patch0: R-2.4.0-patched-2006-11-03.patch
# These are the submodules that R provides. Sometimes R modules say they # These are the submodules that R provides. Sometimes R modules say they
# depend on one of these submodules rather than just R. These are # depend on one of these submodules rather than just R. These are
# provided for packager convenience. # provided for packager convenience.
@ -95,7 +98,8 @@ from the R project. This packages provides the static libRmath library
and header files. and header files.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
export R_PDFVIEWER="%{_bindir}/evince" export R_PDFVIEWER="%{_bindir}/evince"
@ -108,7 +112,7 @@ export F77="gfortran"
--with-tcl-config=%{_libdir}/tclConfig.sh \ --with-tcl-config=%{_libdir}/tclConfig.sh \
--with-tk-config=%{_libdir}/tkConfig.sh \ --with-tk-config=%{_libdir}/tkConfig.sh \
--enable-R-shlib )\ --enable-R-shlib )\
| egrep '^R is now|^ |^$' - > CAPABILITIES | grep -A30 'R is now' - > CAPABILITIES
make make
(cd src/nmath/standalone; make) (cd src/nmath/standalone; make)
#make check-all #make check-all
@ -219,6 +223,9 @@ fi
/sbin/ldconfig /sbin/ldconfig
%changelog %changelog
* Fri Nov 3 2006 Tom "spot" Callaway <tcallawa@redhat.com> 2.4.0-2
- sync with patched 2006-11-03 level to fix PR#9339
* Sun Oct 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 2.4.0-1 * Sun Oct 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 2.4.0-1
- bump for 2.4.0 - bump for 2.4.0