diff --git a/.gitignore b/.gitignore index 332e75b..63d87e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ RSQLite_0.9-1.tar.gz /RSQLite_0.10.0.tar.gz +/RSQLite_0.11.2.tar.gz diff --git a/R-RSQLite.spec b/R-RSQLite.spec index 59a5505..e871cd0 100644 --- a/R-RSQLite.spec +++ b/R-RSQLite.spec @@ -1,18 +1,18 @@ %global packname RSQLite -%global packver 0.10.0 +%global packver 0.11.2 #global packrel Name: R-%{packname} Version: %{packver} -Release: 4%{?dist} +Release: 1%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz License: LGPLv2+ URL: http://cran.r-project.org/web/packages/RSQLite/index.html Group: Applications/Engineering Summary: SQLite database interface for R -BuildRequires: R-devel, tetex-latex, sqlite-devel, R-DBI, R-methods, R-RUnit +BuildRequires: R-devel >= 3.0.0, tetex-latex, sqlite-devel, R-DBI, R-methods, R-RUnit BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: R-DBI, R-core, R-methods +Requires: R-DBI, R-core >= 3.0.0, R-methods %description A SQLite database interface definition for communication between R and SQLite @@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/R/library/%{packname}/help %changelog +* Thu Apr 11 2013 Tom Callaway - 0.11.2-1 +- update to 0.11.2, rebuild for R3 + * Wed Feb 13 2013 Fedora Release Engineering - 0.10.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index ad454bd..cc490c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96a59e0edac60f3fa726531c1b071641 RSQLite_0.10.0.tar.gz +102fbed07dc322e664dba13a5d694eb6 RSQLite_0.11.2.tar.gz