Browse Source

R: update to 3.5.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11620 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 6 years ago
parent
commit
3833d3a9f3
1 changed files with 9 additions and 5 deletions
  1. 9 5
      R/R/R-vl.spec

+ 9 - 5
R/R/R-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_name    R
-%define pkg_version 3.4.4
+%define pkg_version 3.5.0
 %define pkg_release 1%{?_dist_release}
 
 Summary:     A language for data analysis and graphics
@@ -17,8 +17,8 @@ Source0:     https://cran.r-project.org/src/base/R-3/%{name}-%{version}.tar.gz
 # Patch0:      R-release.diff.gz
 
 # To avoid 'make check error'
-Patch1:      reg-tests-3.R.patch
-Patch2:      reg-tests-3.Rout.save.patch
+# Patch1:      reg-tests-3.R.patch
+# Patch2:      reg-tests-3.Rout.save.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gcc-c++
@@ -137,8 +137,8 @@ from the R project.  This package provides the static libRmath library.
 %{__rm} -rf ${RPM_BUILD_ROOT}
 %setup -q
 # %patch0 -p1
-%patch1
-%patch2
+# %patch1
+# %patch2
 
 cat > R.desktop <<EOF
 [Desktop Entry]
@@ -248,6 +248,10 @@ LANG=C %{__make} check
 
 
 %changelog
+* Mon Apr 23 2018 Toshiaki Ara <ara_t@384.jp> 3.5.0-1
+- updated to 3.5.0
+- drop Patch 1 and 2
+
 * Thu Mar 15 2018 Toshiaki Ara <ara_t@384.jp> 3.4.4-1
 - updated to 3.4.4
 - add Obsoletes: tcl85 tk85 R-pcre for VineSeed