Skip to content

Commit

Permalink
R-tinytex: Autospec creation for update from version 0.36 to version …
Browse files Browse the repository at this point in the history
…0.37

J.J. Allaire (1):
      add xpatch for quarto theorem rendering (#353)

Yihui Xie (8):
      start the next version
      move more settings into appveyor.yml
      update pandoc version
      deploy artifacts to Github directly
      not sure if an env var exported from the Ubuntu job works for the release description
      fix rstudio/bookdown#1274: run the LaTeX engine one more time before calling makeindex
      not sure why this choco command fails from time to time; see if appveyor-retry helps
      CRAN release v0.37
  • Loading branch information
fenrus75 committed Feb 16, 2022
1 parent cf84616 commit 56e25a2
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-tinytex
URL = https://cran.r-project.org/src/contrib/tinytex_0.36.tar.gz
URL = https://cran.r-project.org/src/contrib/tinytex_0.37.tar.gz
ARCHIVES =

include ../common/Makefile.common
12 changes: 6 additions & 6 deletions R-tinytex.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : R-tinytex
Version : 0.36
Release : 62
URL : https://cran.r-project.org/src/contrib/tinytex_0.36.tar.gz
Source0 : https://cran.r-project.org/src/contrib/tinytex_0.36.tar.gz
Version : 0.37
Release : 63
URL : https://cran.r-project.org/src/contrib/tinytex_0.37.tar.gz
Source0 : https://cran.r-project.org/src/contrib/tinytex_0.37.tar.gz
Summary : Helper Functions to Install and Maintain TeX Live, and Compile
Group : Development/Tools
License : MIT
Expand All @@ -32,10 +32,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=1641139429
export SOURCE_DATE_EPOCH=1645047558

%install
export SOURCE_DATE_EPOCH=1641139429
export SOURCE_DATE_EPOCH=1645047558
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-tinytex
url = https://cran.r-project.org/src/contrib/tinytex_0.36.tar.gz
url = https://cran.r-project.org/src/contrib/tinytex_0.37.tar.gz
archives =
giturl = https://github.com/yihui/tinytex.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
62
63
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bd072640016712981eab8adae436cfa2bca387a3/tinytex_0.36.tar.gz
e7a819e32ae368eb6161bb3ac9681ca4d09844f8/tinytex_0.37.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.36
0.37

0 comments on commit 56e25a2

Please sign in to comment.