Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package texlive-specs-w for openSUSE:Factory checked in at 2021-12-12 00:55:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive-specs-w (Old) and /work/SRC/openSUSE:Factory/.texlive-specs-w.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-w" Sun Dec 12 00:55:46 2021 rev:44 rq:937818 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive-specs-w/texlive-specs-w.changes 2021-07-06 23:31:58.267806006 +0200 +++ /work/SRC/openSUSE:Factory/.texlive-specs-w.new.2520/texlive-specs-w.changes 2021-12-12 00:55:49.246510684 +0100 @@ -1,0 +2,22 @@ +Thu Dec 9 13:53:37 UTC 2021 - Dr. Werner Fink <wer...@suse.de> + +- Extend patch texlive-scripts_scripts.dif + * boo#1193473 -- /etc/cron.daily/suse-texlive from texlive causes warnings + OK make them silent + +------------------------------------------------------------------- +Wed Jul 14 14:50:39 UTC 2021 - Dr. Werner Fink <wer...@suse.de> + +- Do not touch shebang with patch latexdiff_p2top3.dif + +------------------------------------------------------------------- +Thu Jul 8 07:36:39 UTC 2021 - Dr. Werner Fink <wer...@suse.de> + +- Add the patches to convert python2 helper scripts to python3 + * ejpecp_p2top3.dif + * enctex_p2top3.dif + * latexdiff_p2top3.dif + * newcommand_p2top3.dif + * punknova_p2top3.dif + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive-specs-w.spec ++++++ --- /var/tmp/diff_new_pack.Q6nnQm/_old 2021-12-12 00:55:53.938513904 +0100 +++ /var/tmp/diff_new_pack.Q6nnQm/_new 2021-12-12 00:55:53.950513912 +0100 @@ -21,7 +21,7 @@ %define texlive_version 2021 %define texlive_previous 2020 %define texlive_release 20210325 -%define texlive_noarch 186 +%define texlive_noarch 188 #!BuildIgnore: texlive #!BuildIgnore: texlive-scripts @@ -67,7 +67,7 @@ BuildRequires: xz BuildArch: noarch Summary: Meta package for w -License: Artistic-1.0 and BSD-3-Clause and GFDL-1.2-only and GPL-2.0-or-later and LPPL-1.0 and LPPL-1.3c and OFL-1.1 and SUSE-Public-Domain and SUSE-TeX +License: Artistic-1.0 AND BSD-3-Clause AND GFDL-1.2-only AND GPL-2.0-or-later AND LPPL-1.0 AND LPPL-1.3c AND OFL-1.1 AND SUSE-Public-Domain AND SUSE-TeX URL: https://build.opensuse.org/package/show/Publishing:TeXLive/Meta Group: Productivity/Publishing/TeX/Base Source0: texlive-specs-w-rpmlintrc ++++++ texlive-scripts_scripts.dif ++++++ --- /var/tmp/diff_new_pack.Q6nnQm/_old 2021-12-12 00:55:54.290514145 +0100 +++ /var/tmp/diff_new_pack.Q6nnQm/_new 2021-12-12 00:55:54.290514145 +0100 @@ -1,9 +1,10 @@ --- texmf-dist/scripts/texlive/fmtutil-sys.sh | 1 + texmf-dist/scripts/texlive/fmtutil.pl | 20 ++++++++++++++------ + texmf-dist/scripts/texlive/mktexlsr.pl | 2 +- texmf-dist/scripts/texlive/updmap-sys.sh | 1 + texmf-dist/scripts/texlive/updmap.pl | 16 ++++++++++------ - 4 files changed, 26 insertions(+), 12 deletions(-) + 5 files changed, 27 insertions(+), 13 deletions(-) --- texmf-dist/scripts/texlive/fmtutil-sys.sh +++ texmf-dist/scripts/texlive/fmtutil-sys.sh 2018-05-11 10:51:14.298775065 +0000 @@ -69,6 +70,17 @@ print_deferred_warning("inifile $inifile for $fmt/$eng not found.\n"); # The original script just skipped it but in TeX Live we expect that # all activated formats are also buildable, thus return failure. +--- texmf-dist/scripts/texlive/mktexlsr.pl ++++ texmf-dist/scripts/texlive/mktexlsr.pl 2021-12-09 13:52:58.586622149 +0000 +@@ -636,7 +636,7 @@ sub main { + $lsr->write(sort => $opt_sort); + } + } else { +- warn "$prg: cannot read files, skipping: $t\n"; ++ warn "$prg: cannot read files, skipping: $t\n" if $opt_verbose; + } + } + print "$prg: Done.\n" if $opt_verbose; --- texmf-dist/scripts/texlive/updmap-sys.sh +++ texmf-dist/scripts/texlive/updmap-sys.sh 2018-05-11 10:53:43.971984421 +0000 @@ -22,4 +22,5 @@ PATH="$mydir:$PATH"; export PATH