Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package latex2html for openSUSE:Factory checked in at 2023-01-24 19:42:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/latex2html (Old) and /work/SRC/openSUSE:Factory/.latex2html.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "latex2html" Tue Jan 24 19:42:05 2023 rev:45 rq:1060350 version:2023 Changes: -------- --- /work/SRC/openSUSE:Factory/latex2html/latex2html.changes 2022-07-21 11:33:30.450954502 +0200 +++ /work/SRC/openSUSE:Factory/.latex2html.new.32243/latex2html.changes 2023-01-24 20:24:31.729828662 +0100 @@ -1,0 +2,6 @@ +Fri Jan 20 17:26:50 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 2023: + * update for latest pdftocairo + +------------------------------------------------------------------- Old: ---- latex2html-2022.2.tar.gz New: ---- latex2html-2023.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ latex2html.spec ++++++ --- /var/tmp/diff_new_pack.VOr4Ti/_old 2023-01-24 20:24:32.229832076 +0100 +++ /var/tmp/diff_new_pack.VOr4Ti/_new 2023-01-24 20:24:32.233832103 +0100 @@ -1,7 +1,7 @@ # # spec file for package latex2html # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define share_dir %{_datadir}/latex2html %define _texmfmaindir %{_datadir}/texmf Name: latex2html -Version: 2022.2 +Version: 2023 Release: 0 Summary: LaTeX to HTML Converter License: GPL-2.0-or-later ++++++ latex2html-2022.2.tar.gz -> latex2html-2023.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latex2html-2022.2/Changes new/latex2html-2023/Changes --- old/latex2html-2022.2/Changes 2022-07-01 16:49:32.000000000 +0200 +++ new/latex2html-2023/Changes 2023-01-01 16:20:34.000000000 +0100 @@ -112,6 +112,12 @@ # A more detailed log history can be found within the particular files, near # the top. # +#--------- v2023 +# +# - update for latest pdftocairo +# +#--------- v2022.2 +# # - spacing of eqnarray and align # - check for preview.sty in config.pl # - check for failure of pdflatex run diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latex2html-2022.2/config/config.pl new/latex2html-2023/config/config.pl --- old/latex2html-2022.2/config/config.pl 2022-07-01 16:49:32.000000000 +0200 +++ new/latex2html-2023/config/config.pl 2023-01-01 16:20:34.000000000 +0100 @@ -156,7 +156,7 @@ # -- this version should be "thread-safe" now # --- there are no more *-globs . References are used throughout. # -- UTF8 implemented completely, as an output encoding -# -- use of full entitity names is implemented as an output encoding +# -- use of full entity names is implemented as an output encoding # -- mechanism available to choose whether to allow 8-bit chars in the # output, or UTF8 or entity names or images # -- implemented post-processing search for ,, << >> ligatures @@ -247,7 +247,7 @@ # Revision 1.6 1999/06/03 12:15:49 MRO # # -# - cleaned up the TMP / TMPDIR / TMP_ mechansim. Should work much the +# - cleaned up the TMP / TMPDIR / TMP_ mechanism. Should work much the # same now, but the code should be easier to understand. # # - cleaned up L2hos, added an INSTALLation FAQ, beautified the test @@ -441,8 +441,8 @@ use vars qw(%prefs %cfg %newcfg); # This is the central place to modify the release name and date!!! -my $RELEASE = '2022.2'; -my $VERSION = 'Released July 1, 2022'; +my $RELEASE = '2023'; +my $VERSION = 'Released January 1, 2023'; # -------------------------------------------------------------------------- # Open log diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latex2html-2022.2/docs/appendix.tex new/latex2html-2023/docs/appendix.tex --- old/latex2html-2022.2/docs/appendix.tex 2022-07-01 16:49:32.000000000 +0200 +++ new/latex2html-2023/docs/appendix.tex 2023-01-01 16:20:34.000000000 +0100 @@ -755,12 +755,12 @@ \htmladdnormallink{Unicode}{ftp://dkuug.dk/i18n/ISO_10646} character sets by specifying \fn{-html\_version 2.1}. HTML 3.0 support is provided for textual font size changes -(like \verb|<SMALL>|), used in conjunction wich a generated +(like \verb|<SMALL>|), used in conjunction with a generated optional style sheet. (Marcus Hennecke) \item[More inline math generated in \texttt{HTML}] Small inline equations which can be typeset in \texttt{HTML} \textbf{are} typeset -in \texttt{HTML}. This further reduces the nuber of GIF files +in \texttt{HTML}. This further reduces the number of GIF files that need to be generated. \item[Hypertext references can now be external] The commands @@ -926,7 +926,7 @@ included in the ``Troubleshooting'' section of the \latextohtml{} manual. -Can now use either the \fn{pbmplus} or the \fn{netpbm} libary. +Can now use either the \fn{pbmplus} or the \fn{netpbm} library. If \fn{netpbm} is used then it is no longer necessary to get and install \fn{giftrans} in order to generate transparent inlined images. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latex2html-2022.2/docs/manual.tex new/latex2html-2023/docs/manual.tex --- old/latex2html-2022.2/docs/manual.tex 2022-07-01 16:49:32.000000000 +0200 +++ new/latex2html-2023/docs/manual.tex 2023-01-01 16:20:34.000000000 +0100 @@ -171,7 +171,7 @@ % \begin{latexonly} -This document accompanies \latextohtml{} version 2022.2. +This document accompanies \latextohtml{} version 2023. \paragraph{History} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latex2html-2022.2/latex2html.pin new/latex2html-2023/latex2html.pin --- old/latex2html-2022.2/latex2html.pin 2022-07-01 16:49:32.000000000 +0200 +++ new/latex2html-2023/latex2html.pin 2023-01-01 16:20:34.000000000 +0100 @@ -2230,7 +2230,7 @@ # # If you have, for example: # -# a) preample +# a) preamble # b) \begin{document} # c) text # d) \include{chapter} @@ -4165,11 +4165,11 @@ } $before = ''; } - } else { - s/^\:([^:]*)\:lthtmlCropMarkHeight\:\=([0-9.]*)pt/$cropmarkheight{$1} = $2;''/e; - s/^\:([^:]*)\:lthtmlCropMarkDepth\:\=([0-9.]*)pt\:1ex:=([0-9.]*)pt//; + } elsif (/^\:([^:]*)\:lthtmlCropMarkHeight\:\=([0-9.]*)pt/) { + $cropmarkheight{$1} = $2; + } elsif (/^\:([^:]*)\:lthtmlCropMarkDepth\:\=([0-9.]*)pt\:1ex:=([0-9.]*)pt/) { $ptdepth{$1} = $2 + .5; - # extra .5 pt in depth is border from latex 'preview' packagea + # extra .5 pt in depth is border from latex 'preview' package $pt_per_ex{$1} = $3; # $pt_per_ex contains the length of 1 ex measured in points, # and is used to scale the image to the curent html font size @@ -4248,15 +4248,15 @@ open(PDF2SVG, "$svg_cmd|") || die; open(SVG, ">${PREFIX}img$new_num.svg") || die; while (<PDF2SVG>) { # filter svg file - if (/^<svg .* width="([\d.]+)pt" height="([\d.]+)pt" /) { + if (/^<svg .* width="([\d.]+)(pt)?" height="([\d.]+)(pt)?" /) { if ($pt_per_ex{$name}) { - $eheight{$name} = $2 / $pt_per_ex{$name}; # image height in ex + $eheight{$name} = $3 / $pt_per_ex{$name}; # image height in ex $edepth{$name} = $ptdepth{$name} / $pt_per_ex{$name}; # extra .5pt in depth is border from latex "preview" package } if ($name =~ /$inline_env_rx/) { # remove image size so that image can scale with font size - s/width="([\d.]+)pt" height="([\d.]+)pt" //; + s/width="([\d.]+)(pt)?" height="([\d.]+)(pt)?" //; } } print SVG;