Skip to content

Commit

Permalink
R-globals: Autospec creation for update from version 0.15.1 to versio…
Browse files Browse the repository at this point in the history
…n 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 (futureverse/future#638)
      REVDEP: 384 reverse dependencies (363 from CRAN + 21 from Bioconductor) [ci skip]
      globals 0.16.0
  • Loading branch information
fenrus75 committed Aug 8, 2022
1 parent 6865cba commit 82183a5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
12 changes: 6 additions & 6 deletions R-globals.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 "
Expand Down
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45
46
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d21277f4fc0f7b9f365cf38ca86821222daf6051/globals_0.15.1.tar.gz
beff632b0e6c32e5b842b63b673a038994762442/globals_0.16.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.1
0.16.0

0 comments on commit 82183a5

Please sign in to comment.