diff --git a/texlive-2017-xepersian-python.patch b/texlive-2017-xepersian-python.patch index 2f48abb81c5d0396ae429f02ab50a01c7a7b4d22..296a6c971eb9fd6d663ee0839b8dd41bfd1804ea 100644 --- a/texlive-2017-xepersian-python.patch +++ b/texlive-2017-xepersian-python.patch @@ -3,7 +3,7 @@ diff -up doc/xelatex/xepersian/dkun-0.3.py.than doc/xelatex/xepersian/dkun-0.3.p +++ doc/xelatex/xepersian/dkun-0.3.py 2018-05-07 11:53:32.984620222 +0200 @@ -1,4 +1,4 @@ -#! /usr/bin/env python -+#! /usr/bin/python ++#! /usr/bin/python3 ######################################### # General Public License # @@ -46,7 +46,7 @@ diff -up doc/xelatex/xepersian/dkun-0.4.py.than doc/xelatex/xepersian/dkun-0.4.p +++ doc/xelatex/xepersian/dkun-0.4.py 2018-05-07 11:54:32.272822907 +0200 @@ -1,4 +1,4 @@ -#! /usr/bin/env python -+#! /usr/bin/python ++#! /usr/bin/python3 ######################################### # General Public License # @@ -88,7 +88,7 @@ diff -up doc/xelatex/xepersian/ftxe-0.12.py.than doc/xelatex/xepersian/ftxe-0.12 --- doc/xelatex/xepersian/ftxe-0.12.py.than 2018-05-07 11:54:55.163901164 +0200 +++ doc/xelatex/xepersian/ftxe-0.12.py 2018-05-07 11:57:58.063526433 +0200 @@ -1,3 +1,5 @@ -+#! /usr/bin/python ++#! /usr/bin/python3 + # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -190,7 +190,7 @@ diff -up doc/xelatex/xepersian/undk-0.6.py.than doc/xelatex/xepersian/undk-0.6.p +++ doc/xelatex/xepersian/undk-0.6.py 2018-05-07 11:59:18.079799981 +0200 @@ -1,4 +1,4 @@ -#! /usr/bin/env python -+#! /usr/bin/python ++#! /usr/bin/python3 ######################################### # General Public License # # Author: Mostafa Vahedi # @@ -242,7 +242,7 @@ diff -up doc/xelatex/xepersian/unldk-0.2.py.than doc/xelatex/xepersian/unldk-0.2 +++ doc/xelatex/xepersian/unldk-0.2.py 2018-05-07 12:00:21.999018500 +0200 @@ -1,4 +1,4 @@ -#! /usr/bin/env python -+#! /usr/bin/python ++#! /usr/bin/python3 ######################################### # General Public License # # Author: Mostafa Vahedi # diff --git a/texlive.spec b/texlive.spec index 52bced4bde533d19a1e9d9f75c8ec9d15668a9a9..280d4652464b613b1ea33e9f267cef604e51f3d2 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %define _legacy_common_support 1 %global tl_epoch 9 %global source_date 20200406 @@ -28407,6 +28407,9 @@ done <<< "$list" %{_texdir}/texmf-dist/doc/latex/xpatch/ %changelog +* Mon Jul 24 2023 Chang Gao - 9:20200406-26.0.2 +- Fix runtime requires error + * Tue Jun 20 2023 Weitao Zhou - 9:20200406-26.0.1 - Fix gcc10 -fno-common compile issue for compatible with gcc10 build - anolis texlive add loongarch64(Yaxuan Liu)