Accepting request 826037 from Publishing:TeXLive

- Fix longstanding bug: Make sure that pdfcsplain points to pdftex
  as otherwise UTF-8 characters are missed in the output

OBS-URL: https://build.opensuse.org/request/show/826037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=69
This commit is contained in:
2020-08-14 07:31:58 +00:00
committed by Git OBS Bridge
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