From 82183a5a334eee490184fcc93ab4cc3387f52352 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 8 Aug 2022 15:52:34 +0000 Subject: [PATCH] R-globals: Autospec creation for update from version 0.15.1 to version 0.16.0 Henrik Bengtsson (15): Bump develop version [ci skip] Add internal assign_Globals() and new, exported [[<- (fix #81) globalsByName() won't set Globals class until the very end in order to avoid calling [[<- for Globals [#81] REPRODUCIBILITY: 'where' and 'class' are always the last two attributes and in that order Add [<- for Globals (fix #82) REVDEP: 371 reverse dependencies (350 from CRAN + 21 from Bioconductor) [ci skip] TESTS: More corner cases for new [<- function, e.g. assign with NULLs BUG FIX: c() for Globals would lose the 'where' environment for any functions appended (fix #83) REVDEP: 374 reverse dependencies (352 from CRAN + 22 from Bioconductor) [ci skip] REVDEP: 375 first- & second-order reverse dependencies (353 from CRAN + 22 from Bioconductor) [ci skip] NEWS: tweak REVDEP: Check 384 reverse dependencies (363 from CRAN + 21 from Bioconductor) first- and second-order dependencies [ci skip] ROBUSTNESS: Internal envname() uses print.default(env) instead of print(env), just in case there's a print.environment() function defined by some package (https://github.com/HenrikBengtsson/future/issues/638) REVDEP: 384 reverse dependencies (363 from CRAN + 21 from Bioconductor) [ci skip] globals 0.16.0 --- Makefile | 2 +- R-globals.spec | 12 ++++++------ options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index fdd9e72..2f64209 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := R-globals -URL = https://cran.r-project.org/src/contrib/globals_0.15.1.tar.gz +URL = https://cran.r-project.org/src/contrib/globals_0.16.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/R-globals.spec b/R-globals.spec index 34850d2..67dc594 100644 --- a/R-globals.spec +++ b/R-globals.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : R-globals -Version : 0.15.1 -Release : 45 -URL : https://cran.r-project.org/src/contrib/globals_0.15.1.tar.gz -Source0 : https://cran.r-project.org/src/contrib/globals_0.15.1.tar.gz +Version : 0.16.0 +Release : 46 +URL : https://cran.r-project.org/src/contrib/globals_0.16.0.tar.gz +Source0 : https://cran.r-project.org/src/contrib/globals_0.16.0.tar.gz Summary : Identify Global Objects in R Expressions Group : Development/Tools License : LGPL-2.1 @@ -27,10 +27,10 @@ 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.UTF-8 -export SOURCE_DATE_EPOCH=1656345777 +export SOURCE_DATE_EPOCH=1659973949 %install -export SOURCE_DATE_EPOCH=1656345777 +export SOURCE_DATE_EPOCH=1659973949 rm -rf %{buildroot} export LANG=C.UTF-8 export CFLAGS="$CFLAGS -O3 -flto -fno-semantic-interposition " diff --git a/options.conf b/options.conf index 5dcd918..4f932f4 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = R-globals -url = https://cran.r-project.org/src/contrib/globals_0.15.1.tar.gz +url = https://cran.r-project.org/src/contrib/globals_0.16.0.tar.gz archives = giturl = https://github.com/HenrikBengtsson/globals.git domain = diff --git a/release b/release index ea90ee3..9e5feb5 100644 --- a/release +++ b/release @@ -1 +1 @@ -45 +46 diff --git a/upstream b/upstream index 79ba39d..66f3693 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -d21277f4fc0f7b9f365cf38ca86821222daf6051/globals_0.15.1.tar.gz +beff632b0e6c32e5b842b63b673a038994762442/globals_0.16.0.tar.gz diff --git a/versions b/versions index e815b86..04a373e 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -0.15.1 +0.16.0