Hello community, here is the log from the commit of package texlive for openSUSE:Factory checked in at 2020-08-14 09:31:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive (Old) and /work/SRC/openSUSE:Factory/.texlive.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive" Fri Aug 14 09:31:58 2020 rev:69 rq:826037 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive/texlive.changes 2020-07-06 16:19:03.565275406 +0200 +++ /work/SRC/openSUSE:Factory/.texlive.new.3399/texlive.changes 2020-08-14 09:33:06.776391771 +0200 @@ -1,0 +2,6 @@ +Wed Aug 12 11:23:33 UTC 2020 - Dr. Werner Fink <[email protected]> + +- Fix longstanding bug: Make sure that pdfcsplain points to pdftex + as otherwise UTF-8 characters are missed in the output + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive.spec ++++++ --- /var/tmp/diff_new_pack.hAAvtl/_old 2020-08-14 09:33:09.804393323 +0200 +++ /var/tmp/diff_new_pack.hAAvtl/_new 2020-08-14 09:33:09.808393325 +0200 @@ -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 @@ 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
