Hello community,

here is the log from the commit of package latex2html for openSUSE:Factory 
checked in at 2019-09-23 12:00:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/latex2html (Old)
 and      /work/SRC/openSUSE:Factory/.latex2html.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "latex2html"

Mon Sep 23 12:00:58 2019 rev:36 rq:730496 version:2019.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/latex2html/latex2html.changes    2019-01-03 
18:05:13.400215279 +0100
+++ /work/SRC/openSUSE:Factory/.latex2html.new.7948/latex2html.changes  
2019-09-23 12:00:59.965968882 +0200
@@ -1,0 +2,46 @@
+Wed Sep 11 18:49:17 UTC 2019 - [email protected]
+
+- version update to 2019.2
+  * format author block consistently
+    https://bugs.debian.org/223565
+  * simplify build of manual
+    https://bugs.debian.org/639708
+  * convert -- to – and --- to —
+    If you want "--", use "-{}-", even inside \texttt{}
+    Behavior of \textt{--} in latex depends on font encoding.
+    https://bugs.debian.org/75416
+  * fix unicode in -html_version 5.0,math
+  * fix -notop_navigation (had no effect)
+  * remove obsolete "table" option
+    https://bugs.debian.org/276037
+  * fix "make test"
+  * ppmtopng syntax works with all versions of ppmtopng
+  * respect ./configure --with-perl=/bin/perl
+  * fallback for unknown column types, such as those
+    introduced by \newcolumntype.
+    https://bugs.debian.org/899306
+  * fix \sffamily
+    https://bugs.debian.org/111441
+  * produce svg images using pdftocairo
+  * use latex preview package to produce cropped images.pdf
+  * pdflatex by default
+  * dvipng by default
+  * html 5
+  * unicode input and output by default
+  * Support for packages luainputenc and polyglossia
+  * Support for picture generation via pdflatex, lualatex
+    or dvilualatex (options -use_pdftex, -use_luatex,
+    *use_luadvi correspondingly)
+  * perl 5.26: unescaped brace
+  * polski.perl: no translation until \prefixing command 
+- use native `make test`
+- use latex2html.1 from tarball
+- deleted patches
+  - latex2html-perl526.patch (upstreamed)
+- deleted sources
+  - latex2html-README.SUSE (not needed)
+  - local.pm (not needed)
+  - testfile.tex (not needed)
+- added required texlive-preview
+
+-------------------------------------------------------------------

Old:
----
  latex2html-2018.tar.gz
  latex2html-README.SUSE
  latex2html-perl526.patch
  latex2html.1
  local.pm
  testfile.tex

New:
----
  v2019.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ latex2html.spec ++++++
--- /var/tmp/diff_new_pack.idlqc5/_old  2019-09-23 12:01:01.065968701 +0200
+++ /var/tmp/diff_new_pack.idlqc5/_new  2019-09-23 12:01:01.065968701 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package latex2html
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,19 @@
 
 %define share_dir %{_datadir}/latex2html
 Name:           latex2html
-Version:        2018
+Version:        2019.2
 Release:        0
 Summary:        LaTeX to HTML Converter
 License:        GPL-2.0-or-later
 Group:          Productivity/Publishing/TeX/Utilities
 Url:            http://www.ctan.org/tex-archive/support/latex2html
-Source0:        
http://mirrors.ctan.org/support/latex2html/latex2html-%{version}.tar.gz
+Source0:        
https://github.com/latex2html/latex2html/archive/v%{version}.tar.gz
 Source1:        latex2html-manual.tar.bz2
-Source2:        latex2html-README.SUSE
-Source3:        testfile.tex
-Source4:        local.pm
-Source5:        latex2html.1
 Patch0:         latex2html-share-dir.diff
 Patch1:         latex2html-perl-bindir.diff
 Patch2:         latex2html-dest-dir.diff
 Patch3:         latex2html-binmode.diff
 Patch4:         latex2html-backref-workaround.diff
-Patch5:         latex2html-perl526.patch
 BuildRequires:  fdupes
 BuildRequires:  ghostscript-fonts-std
 BuildRequires:  ghostscript-x11
@@ -43,6 +38,7 @@
 BuildRequires:  texlive-dvips
 BuildRequires:  texlive-kpathsea
 BuildRequires:  texlive-latex
+BuildRequires:  texlive-preview
 Requires:       ghostscript_any
 Requires:       latex2html-pngicons
 Requires:       netpbm
@@ -80,9 +76,6 @@
 %patch2
 %patch3
 %patch4
-%patch5 -p1
-cp %{SOURCE2} README.SUSE
-cp %{SOURCE4} .
 
 %build
 # Not autotools based configure
@@ -92,16 +85,16 @@
 %install
 %make_install
 mkdir -p %{buildroot}/%{_mandir}/man1
-install -m 644 %{SOURCE5} %{buildroot}/%{_mandir}/man1
+install -m 644 latex2html.1 %{buildroot}/%{_mandir}/man1
 rm -r %{buildroot}%{share_dir}/{docs,example,dot.latex2html-init}
 chmod 755 
%{buildroot}%{_datadir}/%{name}/{cweb2html/makemake.pl,cweb2html/cweb2html,makemap,makeseg/makeseg}
 %fdupes -s %{buildroot}
 
 %check
-LATEX2HTMLDIR=%{buildroot}/%{share_dir} ./latex2html --test_mode %{SOURCE3}
+make %{?_smp_mflags} test
 
 %files
-%doc README.SUSE Changes FAQ README.md TODO dot.latex2html-init
+%doc Changes FAQ README.md TODO dot.latex2html-init
 %{_prefix}/lib/latex2html
 %dir %{share_dir}
 %{share_dir}/*.pm


Reply via email to