Skip to content

Commit

Permalink
R-xfun: Autospec creation for update from version 0.48 to version 0.49
Browse files Browse the repository at this point in the history
Michael Chirico (1):
      Remove unused function (#93)

Yihui Xie (16):
      start the next version
      add argument use_block = FALSE to protect_math()
      no need to escape " by default in html_escape()
      add a `start` argument to make_fence()
      ignore $ $ as inline math if backticks appear after opening $ or before closing $
      fix yihui/litedown#34: allow () around math expressions (outside dollar signs)
      only check `^<pre>` and `</pre>$`
      read_all()'s `before` and `after` functions can take the file content as the second argument
      tried an implementation of prose_index() via commonmark but it's too slow; leave the code here for future reference
      stop early if graphics device failed to open, e.g. png(type = 'cairo') can fail on macOS without xquartz, but it doesn't throw an error, so we have to check if dev.list() really has a new device
      fix yihui/litedown#38: for `name` and `call` values (typically from quote(), but could be from as.name() or call(), too), use do.call(quote = TRUE) in reocrd()
      forgot to suggest commonmark in aa75d8fb04d0637dbfccca0d3b6aa0c1e5108799
      try dev version of litedown
      close yihui/litedown#37: provide a helper function to clean up apps registered in tools:::.httpd.handlers.env
      amend 6b98bb6b05f8ff7c586057174ee093e2b2ea5231: knitr has tests that expect `"` to be converted to `&quot;`
      CRAN release v0.49
  • Loading branch information
fenrus75 committed Nov 15, 2024
1 parent fdbd9fc commit 3791859
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 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.48.tar.gz
URL = https://ftp.osuosl.org/pub/cran/src/contrib/xfun_0.49.tar.gz
ARCHIVES =

include ../common/Makefile.common
17 changes: 9 additions & 8 deletions R-xfun.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
# Using build pattern: R
# autospec version: v20
# autospec commit: f35655a
# autospec version: v21
# autospec commit: 5424026
#
Name : R-xfun
Version : 0.48
Release : 86
URL : https://cran.r-project.org/src/contrib/xfun_0.48.tar.gz
Source0 : https://cran.r-project.org/src/contrib/xfun_0.48.tar.gz
Version : 0.49
Release : 87
URL : https://ftp.osuosl.org/pub/cran/src/contrib/xfun_0.49.tar.gz
Source0 : https://ftp.osuosl.org/pub/cran/src/contrib/xfun_0.49.tar.gz
Summary : Supporting Functions for Packages Maintained by 'Yihui Xie'
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -44,10 +44,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=1728053254
export SOURCE_DATE_EPOCH=1731652920

%install
export SOURCE_DATE_EPOCH=1728053254
export SOURCE_DATE_EPOCH=1731652920
rm -rf %{buildroot}
LANG=C.UTF-8
CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -O3 -flto -fno-semantic-interposition "
Expand Down Expand Up @@ -141,6 +141,7 @@ R CMD check --no-manual --no-examples --no-codoc . || :
/usr/lib64/R/library/xfun/tests/test-cran/test-markdown.R
/usr/lib64/R/library/xfun/tests/test-cran/test-packages.R
/usr/lib64/R/library/xfun/tests/test-cran/test-paths.R
/usr/lib64/R/library/xfun/tests/test-cran/test-record.R
/usr/lib64/R/library/xfun/tests/test-cran/test-string.R
/usr/lib64/R/library/xfun/tests/test-cran/test-utils.R
/usr/lib64/R/library/xfun/tests/test-cran/test-yaml.R
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.48.tar.gz
url = https://ftp.osuosl.org/pub/cran/src/contrib/xfun_0.49.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 @@
86
87
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
28b2ad5796983ca4da05f9560bc813af480d13b4/xfun_0.48.tar.gz
05d4e54bee8068921564acc0ce2a179e8377e80c/xfun_0.49.tar.gz

0 comments on commit 3791859

Please # to comment.