Skip to content

Commit

Permalink
R-xfun: Autospec creation for update from version 0.23 to version 0.24
Browse files Browse the repository at this point in the history
HughParsonage (1):
      Include PACKAGE arg to avoid unresolved namespace (#53)

Liming (1):
      fix #54: iterate through the rules correctly in proj_root() (#55)

Yihui Xie (8):
      start the next version
      improve, document, and export the broken_packages() function (rstudio/rmarkdown#1990 (comment))
      roxygenize and bump version
      don't use parallel, to make it work on Windows
      add a news item
      add a news item
      add a global option to keep the intermediate .md file after converting it to .html
      CRAN release v0.24
  • Loading branch information
fenrus75 committed Jun 16, 2021
1 parent 8ec6cad commit 5ad9b6a
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-xfun
URL = https://cran.r-project.org/src/contrib/xfun_0.23.tar.gz
URL = https://cran.r-project.org/src/contrib/xfun_0.24.tar.gz
ARCHIVES =

include ../common/Makefile.common
12 changes: 6 additions & 6 deletions R-xfun.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : R-xfun
Version : 0.23
Release : 43
URL : https://cran.r-project.org/src/contrib/xfun_0.23.tar.gz
Source0 : https://cran.r-project.org/src/contrib/xfun_0.23.tar.gz
Version : 0.24
Release : 44
URL : https://cran.r-project.org/src/contrib/xfun_0.24.tar.gz
Source0 : https://cran.r-project.org/src/contrib/xfun_0.24.tar.gz
Summary : Supporting Functions for Packages Maintained by 'Yihui Xie'
Group : Development/Tools
License : MIT
Expand All @@ -33,10 +33,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=1621272372
export SOURCE_DATE_EPOCH=1623856100

%install
export SOURCE_DATE_EPOCH=1621272372
export SOURCE_DATE_EPOCH=1623856100
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-xfun
url = https://cran.r-project.org/src/contrib/xfun_0.23.tar.gz
url = https://cran.r-project.org/src/contrib/xfun_0.24.tar.gz
archives =
giturl = https://github.com/yihui/xfun.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
43
44
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2cdd7b69687c1fa4d3421677a26704a8458947d9/xfun_0.23.tar.gz
35df1ae20d7f7c34b11a2f162bec3cef77989fbc/xfun_0.24.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23
0.24

0 comments on commit 5ad9b6a

Please sign in to comment.