diff --git a/latex2html-dest-dir.diff b/latex2html-dest-dir.diff index 091ed22..ab1da3b 100644 --- a/latex2html-dest-dir.diff +++ b/latex2html-dest-dir.diff @@ -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 @@ Index: config/install.pl 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 _)) { diff --git a/latex2html.changes b/latex2html.changes index fd26dc8..f5c076f 100644 --- a/latex2html.changes +++ b/latex2html.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Jul 4 19:42:52 UTC 2021 - Dirk Müller + +- 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 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 + ------------------------------------------------------------------- Sat Mar 13 09:44:55 UTC 2021 - Dirk Müller diff --git a/latex2html.spec b/latex2html.spec index dba1d29..fe920f3 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -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 diff --git a/v2021.2.tar.gz b/v2021.2.tar.gz new file mode 100644 index 0000000..b6a6f89 --- /dev/null +++ b/v2021.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892714d87d2ab357488679bda91ae1333b1da6d9743fd42443cc71aaf069cb83 +size 1139791 diff --git a/v2021.tar.gz b/v2021.tar.gz deleted file mode 100644 index be86613..0000000 --- a/v2021.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:872fe7a53f91ababaafc964847639e3644f2b9fab3282ea059788e4e18cbba47 -size 1130224