From 52d250f2be423be9d7c8a5220d2a4d9608ad20d7 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 23 Jul 2018 01:15:11 +0000 Subject: [PATCH] [update to 2.1.1] - Support `temporary` argument in `dbRemoveTable()` (default: `FALSE`) (r-dbi/DBI#141). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kirill Müller (43): fledge: Bump version to 2.1.0.9000 ignore safer tic export dbIsReadOnly() bump Revert "export dbIsReadOnly()" Deploy from Travis build 1509 [ci skip] Deploy from Travis build 1510 [ci skip] Deploy from Travis build 1511 [ci skip] Deploy from Travis build 1514 [ci skip] Deploy from Travis build 1515 [ci skip] Deploy from Travis build 1516 [ci skip] Deploy from Travis build 1530 [ci skip] Deploy from Travis build 1531 [ci skip] Deploy from Travis build 1533 [ci skip] install DBI and DBItest from GitHub reexport dbIsReadOnly() and dbCanConnect() implement format() implement dbRemoveTable(fail_if_missing = FALSE) document Deploy from Travis build 1539 [ci skip] use dbCreateTable() and dbAppendTable() Deploy from Travis build 1542 [ci skip] support bigint argument to dbConnect() Deploy from Travis build 1543 [ci skip] - Data frames resulting from a query always have unique non-empty column names (r-dbi/DBItest#137). collate - Support `temporary` argument in `dbRemoveTable()` (default: `FALSE`) (r-dbi/DBI#141). Deploy from Travis build 1546 [ci skip] reexport Id() oops fledge: Bump version to 2.1.0.9001 up drake-based revdep test bioc but only one level deep add revdep results remove remotes, bump dependency fledge: Bump version to 2.1.1 up CRAN comments reexport Id() Deploy from Travis build 1565 [ci skip] NEWS Deploy from Travis build 1566 [ci skip] Deploy from Travis build 1567 [ci skip] --- .gitignore | 12 ++++++++++++ Makefile | 2 +- R-RSQLite.spec | 16 ++++++++++------ buildreq_cache | 11 +++++++++++ options.conf | 2 +- release | 2 +- testresults | 6 +++--- upstream | 2 +- 8 files changed, 40 insertions(+), 13 deletions(-) create mode 100644 .gitignore create mode 100644 buildreq_cache diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e1b4df0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.*~ +*~ +*.swp +.repo-index +*.log +build.log.round* +*.tar.* +*.tgz +!*.tar.*.* +*.zip +commitmsg +results/ diff --git a/Makefile b/Makefile index ebf2c3a..58d203d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := R-RSQLite -URL = https://cran.r-project.org/src/contrib/RSQLite_2.1.0.tar.gz +URL = https://cran.r-project.org/src/contrib/RSQLite_2.1.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/R-RSQLite.spec b/R-RSQLite.spec index 01524cd..e04fbe4 100644 --- a/R-RSQLite.spec +++ b/R-RSQLite.spec @@ -3,27 +3,31 @@ # Generated by: autospec.py # Name : R-RSQLite -Version : 2.1.0 -Release : 12 -URL : https://cran.r-project.org/src/contrib/RSQLite_2.1.0.tar.gz -Source0 : https://cran.r-project.org/src/contrib/RSQLite_2.1.0.tar.gz +Version : 2.1.1 +Release : 13 +URL : https://cran.r-project.org/src/contrib/RSQLite_2.1.1.tar.gz +Source0 : https://cran.r-project.org/src/contrib/RSQLite_2.1.1.tar.gz Summary : 'SQLite' Interface for R Group : Development/Tools License : LGPL-2.0+ Requires: R-RSQLite-lib Requires: R-BH Requires: R-DBI +Requires: R-DBItest Requires: R-Rcpp Requires: R-bit64 Requires: R-blob +Requires: R-markdown Requires: R-memoise Requires: R-pkgconfig Requires: R-plogr BuildRequires : R-BH BuildRequires : R-DBI +BuildRequires : R-DBItest BuildRequires : R-Rcpp BuildRequires : R-bit64 BuildRequires : R-blob +BuildRequires : R-markdown BuildRequires : R-memoise BuildRequires : R-pkgconfig BuildRequires : R-plogr @@ -49,11 +53,11 @@ export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C -export SOURCE_DATE_EPOCH=1522687694 +export SOURCE_DATE_EPOCH=1532308499 %install rm -rf %{buildroot} -export SOURCE_DATE_EPOCH=1522687694 +export SOURCE_DATE_EPOCH=1532308499 export LANG=C export CFLAGS="$CFLAGS -O3 -flto -fno-semantic-interposition " export FCFLAGS="$CFLAGS -O3 -flto -fno-semantic-interposition " diff --git a/buildreq_cache b/buildreq_cache new file mode 100644 index 0000000..a084294 --- /dev/null +++ b/buildreq_cache @@ -0,0 +1,11 @@ +2.1.1 +R-BH +R-plogr +R-Rcpp +R-bit64 +R-DBI +R-DBItest +R-blob +R-markdown +R-pkgconfig +R-memoise \ No newline at end of file diff --git a/options.conf b/options.conf index 4efbedf..543d0c1 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = R-RSQLite -url = https://cran.r-project.org/src/contrib/RSQLite_2.1.0.tar.gz +url = https://cran.r-project.org/src/contrib/RSQLite_2.1.1.tar.gz archives = giturl = https://github.com/rstats-db/RSQLite.git diff --git a/release b/release index 48082f7..b1bd38b 100644 --- a/release +++ b/release @@ -1 +1 @@ -12 +13 diff --git a/testresults b/testresults index 3656ce5..3a7bd74 100644 --- a/testresults +++ b/testresults @@ -1,5 +1,5 @@ -Total : 13 -Pass : 10 +Total : 51 +Pass : 46 Fail : 3 -Skip : 0 +Skip : 2 XFail : 0 diff --git a/upstream b/upstream index 40a3ba1..cd72629 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -1c954840e93b76e8b8cb54e53eafe23efe07afd8/RSQLite_2.1.0.tar.gz +ed4ffd85a72685205f0bc651c5d25b539f788339/RSQLite_2.1.1.tar.gz