Skip to content

Commit

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

Christophe Dervieux (2):
      update GHA to last version of actions (#360)
      Do not run workflows when working on build.yaml in #170

Yihui Xie (9):
      start the next version
      fix #354: set the env var TEXLIVE_PREFER_OWN=1 before calling tlmgr to use TeX Live's own curl instead of curl on PATH
      we probably don't need the dev version of knitr now (although I don't remember why we needed it in the past)
      close #356: `set -e` and `curl -f` to fail immediately
      fix latex3/luaotfload#213: detect the lua-uni-algos package in case of error `module 'lua-uni-normalize' not found`
      add lua-uni-algos after 157b62dcd78dbc3a02b4e2302031d9c06a1b7c5a
      use pandoc 2.17.1.1 (current version bundled with RStudio)
      close #361: add the help page ?tinytex
      CRAN release v0.38
  • Loading branch information
fenrus75 committed Mar 30, 2022
1 parent fc76755 commit 8545ee6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.37.tar.gz
URL = https://cran.r-project.org/src/contrib/tinytex_0.38.tar.gz
ARCHIVES =

include ../common/Makefile.common
16 changes: 8 additions & 8 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.37
Release : 64
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
Version : 0.38
Release : 65
URL : https://cran.r-project.org/src/contrib/tinytex_0.38.tar.gz
Source0 : https://cran.r-project.org/src/contrib/tinytex_0.38.tar.gz
Summary : Helper Functions to Install and Maintain TeX Live, and Compile
Group : Development/Tools
License : MIT
Expand All @@ -17,9 +17,9 @@ BuildRequires : buildreq-R
%description
# TinyTeX
<!-- badges: start -->
[![R-CMD-check](https://github.com/yihui/tinytex/workflows/R-CMD-check/badge.svg)](https://github.com/yihui/tinytex/actions)
[![R-CMD-check](https://github.com/yihui/tinytex/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/yihui/tinytex/actions/workflows/R-CMD-check.yaml)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/yihui/tinytex?svg=true&branch=main)](https://ci.appveyor.com/project/yihui/tinytex)
[![Coverage status](https://codecov.io/gh/yihui/tinytex/branch/main/graph/badge.svg)](https://codecov.io/github/yihui/tinytex?branch=main)
[![Codecov test coverage](https://codecov.io/gh/yihui/tinytex/branch/main/graph/badge.svg)](https://app.codecov.io/gh/yihui/tinytex?branch=main)
[![CRAN release](https://www.r-pkg.org/badges/version/tinytex)](https://cran.r-project.org/package=tinytex)
<!-- badges: end -->

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=1645047558
export SOURCE_DATE_EPOCH=1648666191

%install
export SOURCE_DATE_EPOCH=1645047558
export SOURCE_DATE_EPOCH=1648666191
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.37.tar.gz
url = https://cran.r-project.org/src/contrib/tinytex_0.38.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 @@
64
65
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e7a819e32ae368eb6161bb3ac9681ca4d09844f8/tinytex_0.37.tar.gz
54c1cfbea74cbdec23ddada5ec083fd1c6fc52b5/tinytex_0.38.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.37
0.38

0 comments on commit 8545ee6

Please sign in to comment.