From fabccc012049b6446d653aff2b5ac732f06fae52 Mon Sep 17 00:00:00 2001 From: misaka00251 Date: Thu, 27 Oct 2022 14:25:39 +0800 Subject: [PATCH] Upgrade texlive version to 2021 --- texlive.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/texlive.spec b/texlive.spec index 6f1171d..e7c91fd 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,13 +1,13 @@ -%global tl_version 2018 +%global tl_version 2021 %global _texdir %{_datadir}/%{name} %global __brp_mangle_shebangs /usr/bin/true Name: texlive Version: %{tl_version} -Release: 25 -Epoch: 8 +Release: 1 +Epoch: 9 Summary: TeX formatting system -License: Artistic 2.0 and GPLv2 and GPLv2+ and LGPLv2+ and LPPL and MIT and Public Domain and UCD and Utopia +License: Artistic 2.0 and GPLv2 and GPLv2+ and LGPLv2+ and LPPL-1.2 and MIT and Public Domain and UCD and Utopia URL: http://tug.org/texlive/ Requires: texlive-scheme-basic, texlive-collection-latexrecommended Requires: texlive-obsolete, tex-kpathsea, tex-tetex @@ -46,6 +46,9 @@ as well as the documentation for the included software packages. %exclude %{_texdir}/texmf-dist/source %changelog +* Sun Apr 24 2022 misaka00251 - 9:2021-1 +- Upgrade texlive version to 2021 + * Wed May 19 2021 maminjie - 8:2018-25 - split texlive to texlive-filesystem, texlive-split-{a~z} -- Gitee