From 6f6069511edb87c692f5efef3eb81f194857304f Mon Sep 17 00:00:00 2001 From: Jacob Wang Date: Sun, 17 Jul 2022 23:54:24 +0800 Subject: [PATCH] To maintain independent version Signed-off-by: Jacob Wang --- texlive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/texlive.spec b/texlive.spec index 62c39c51..de5142e5 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,7 +1,7 @@ %define anolis_release .0.1 %define _legacy_common_support 1 %global tl_epoch 7 -%global source_date 20180414 +%global source_date 2018041401 %global source_name texlive-%{source_date}-source %{!?_texdir: %global _texdir %{_datadir}/%{name}} @@ -27208,6 +27208,9 @@ fi %doc %{_texdir}/texmf-dist/doc/context/ %changelog +* Sun Jul 17 2022 Jacob Wang - 7.2018041401-25.0.1 +- To maintain independent version + * Tue Apr 19 2022 Weitao Zhou - 7:20180414-25.0.1 - anolis texlive add loongarch64(Yaxuan Liu) - Fix gcc10 -fno-common compile issue for compatible with gcc10 build -- Gitee