From b200dac5e0b392b6df5cbdac44600a10fbe03d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=A3=E8=82=89=E9=85=B1?= Date: Thu, 24 Nov 2022 05:46:04 +0000 Subject: [PATCH] rebuild with bootstrap --- texlive-base.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/texlive-base.spec b/texlive-base.spec index 3f551fe..5b65784 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -1,4 +1,4 @@ -%define anolis_release 6 +%define anolis_release 7 %global shortname texlive %global source_date 20210325 %global source_name texlive-%{source_date}-source @@ -17,7 +17,7 @@ %global __brp_mangle_shebangs_exclude ^$ # We have a circular dep on latex due to xindy -%bcond_without bootstrap +%bcond_with bootstrap Name: %{shortname}-base Version: %{source_date} @@ -9374,11 +9374,14 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || : %doc %{_texdir}/texmf-dist/doc/latex/yplan/ %changelog +* Thu Nov 24 2022 Funda Wang - 20210325-7 +- rebuild with bootstrap + * Wed Nov 23 2022 Funda Wang - 20210325-6 - rebuild without bootstrap * Fri Sep 16 2022 Chunmei Xu - 20210325-5 -- rebuild without bootstrap +- rebuild with bootstrap * Thu Sep 15 2022 happy_orange - 20210325-4 - rebuild because of the poppler update -- Gitee