SHA256
1
0
forked from pool/texlive

pdfcsplain -> pdftex, was luatex

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=379
This commit is contained in:
Dr. Werner Fink 2020-08-12 12:03:57 +00:00 committed by Git OBS Bridge
parent e23e60ecd4
commit 208bc67c17
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 12 11:23:33 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Fix longstanding bug: Make sure that pdfcsplain points to pdftex
as otherwise UTF-8 characters are missed in the output
-------------------------------------------------------------------
Fri Jun 26 07:57:00 UTC 2020 - Dr. Werner Fink <werner@suse.de>

View File

@ -19,7 +19,7 @@
%define texlive_version 2020
%define texlive_previous 2019
%define texlive_release 20200327
%define texlive_noarch 176
%define texlive_noarch 177
%define texlive_source texlive-20200327-source
%define __perl_requires %{nil}
@ -4351,6 +4351,7 @@ fi
cont-??|mptopdf|*musixtex) continue ;;
*) test "$fmt" = "$(ls -ld "$fmt" 2> /dev/null | awk '{print $NF}')" || rm -rf "$fmt"
test ! -f "$fmt" || continue
test "$fmt" = "pdfcsplain" && engine=pdftex
ln -vsf "$engine" "$fmt"
esac
done