From e219f9449ed7ba278f1ea6ed6e04904b83c535a1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 11 Apr 2013 14:20:04 -0400 Subject: [PATCH] 1.95-4.1 --- .gitignore | 1 + R-RCurl.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f8e76be..9493410 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /RCurl_1.7-0.tar.gz +/RCurl_1.95-4.1.tar.gz diff --git a/R-RCurl.spec b/R-RCurl.spec index 461e51a..081a333 100644 --- a/R-RCurl.spec +++ b/R-RCurl.spec @@ -1,17 +1,17 @@ %global packname RCurl -%global packver 1.7 -%global packrel 0 +%global packver 1.95 +%global packrel 4.1 Name: R-%{packname} Version: %{packver}.%{packrel} -Release: 5%{?dist} +Release: 1%{?dist} Summary: General network (HTTP/FTP) client interface for R Group: Applications/Productivity License: BSD URL: http://cran.r-project.org/web/packages/RCurl/index.html Source0: http://cran.r-project.org/src/contrib/%{packname}_%{packver}-%{packrel}.tar.gz -Requires: R-core, texlive-latex, R-bitops, R-methods -BuildRequires: R-devel, R-bitops, R-methods, libcurl-devel +Requires: R-core >= 3.0.0, texlive-latex, R-bitops, R-methods +BuildRequires: R-devel >= 3.0.0, R-bitops, R-methods, libcurl-devel BuildRequires: R-Rcompression, R-XML %description @@ -59,6 +59,9 @@ rm -rf %{buildroot}%{_libdir}/R/library/R.css %{_libdir}/R/library/%{packname}/examples/ %changelog +* Thu Apr 11 2013 Tom Callaway - 1.95.4.1-1 +- update to 1.95-4.1 + * Wed Feb 13 2013 Fedora Release Engineering - 1.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 114f6cc..cddbce7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80fb6987faea0c611d3d7d38aab80b8f RCurl_1.7-0.tar.gz +ae05762f9dceb92e9aa95417399ce931 RCurl_1.95-4.1.tar.gz