Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package latex2html for openSUSE:Factory checked in at 2021-07-16 22:12:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/latex2html (Old) and /work/SRC/openSUSE:Factory/.latex2html.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "latex2html" Fri Jul 16 22:12:27 2021 rev:41 rq:905216 version:2021.2 Changes: -------- --- /work/SRC/openSUSE:Factory/latex2html/latex2html.changes 2021-03-16 15:43:48.796980422 +0100 +++ /work/SRC/openSUSE:Factory/.latex2html.new.2632/latex2html.changes 2021-07-16 22:12:47.146811719 +0200 @@ -1,0 +2,22 @@ +Sun Jul 4 19:42:52 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 2021.2: + * latex2html -long_titles fix duplicate file names + * latex2html -long_titles 5 -title "Title" + * correct link from index.html + * pnmquant -norandom for reproducible builds + * treat cygwin as unix + * $WORDS_IN_INDEX configurable + * fix image size for multline, subequations + * remove extra <SPAN> after subequations + * equation numbering for multline + * close bold, etc, at end of environment + * implement memoir document class + * fix scanning of latex comments + * fix subequation numbering + * babel should not set character encoding of input file + * package nomencl.sty + * package nameref.sty + * options -cut_ref_num -add_ref_name + +------------------------------------------------------------------- Old: ---- v2021.tar.gz New: ---- v2021.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ latex2html.spec ++++++ --- /var/tmp/diff_new_pack.91Yvle/_old 2021-07-16 22:12:47.766807337 +0200 +++ /var/tmp/diff_new_pack.91Yvle/_new 2021-07-16 22:12:47.770807310 +0200 @@ -19,7 +19,7 @@ %define share_dir %{_datadir}/latex2html %define _texmfmaindir %{_datadir}/texmf Name: latex2html -Version: 2021 +Version: 2021.2 Release: 0 Summary: LaTeX to HTML Converter License: GPL-2.0-or-later ++++++ latex2html-dest-dir.diff ++++++ --- /var/tmp/diff_new_pack.91Yvle/_old 2021-07-16 22:12:47.794807139 +0200 +++ /var/tmp/diff_new_pack.91Yvle/_new 2021-07-16 22:12:47.798807112 +0200 @@ -1,8 +1,8 @@ Index: config/install.pl =================================================================== ---- config/install.pl.orig 2002-11-29 12:49:01.000000000 +0100 -+++ config/install.pl 2013-11-25 15:17:23.522211642 +0100 -@@ -293,8 +293,10 @@ +--- config/install.pl.orig ++++ config/install.pl +@@ -295,8 +295,10 @@ my @icon_types = $cfg{'IMAGE_TYPES'} ? split(/\s+/,$cfg{'IMAGE_TYPES'}) : qw(gif); my $iconrx = join('|', @icon_types); @@ -14,15 +14,3 @@ print STDERR "Error: Cannot install icons in '$dest1': No write permission.\n"; $dest1 = ''; } -@@ -372,7 +374,10 @@ - - if($cfg{TEXPATH}) { - print "\nNote: trying to install LaTeX2HTML style files in TeX directory tree\n ($cfg{TEXPATH})\n"; -- unless(mkpath($cfg{TEXPATH})) { -+ my $dest = $cfg{TEXPATH}; -+ my $destdir=$ENV{"DESTDIR"}; -+ $dest= "$destdir$dest"; -+ unless(mkpath($dest)) { - #my $testpath = $cfg{TEXPATH}; # to strip (latex2)html - #$testpath =~ s/[$dd$dd][^$dd$dd]*$//; - #if((-d $cfg{TEXPATH} && !-w _) || (-d $testpath && !-w _)) { ++++++ v2021.tar.gz -> v2021.2.tar.gz ++++++ ++++ 5234 lines of diff (skipped)