Hello community,

here is the log from the commit of package latex2html for openSUSE:Factory 
checked in at 2019-01-03 18:05:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/latex2html (Old)
 and      /work/SRC/openSUSE:Factory/.latex2html.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "latex2html"

Thu Jan  3 18:05:10 2019 rev:35 rq:662190 version:2018

Changes:
--------
--- /work/SRC/openSUSE:Factory/latex2html/latex2html.changes    2017-10-02 
16:43:11.627145921 +0200
+++ /work/SRC/openSUSE:Factory/.latex2html.new.28833/latex2html.changes 
2019-01-03 18:05:13.400215279 +0100
@@ -1,0 +2,21 @@
+Mon Dec 31 07:58:03 UTC 2018 - Petr Gajdos <[email protected]>
+
+- updated to 2018
+  * config: avoid warning "untie attempted"
+  * Handle . not in @INC for images.pl and internals.pl
+  * fix \graphicspath with relative path in preamble
+    https://github.com/latex2html/latex2html/issues/40
+  * \providecommand should not redefine existing command
+  * Picture generation via dvipng
+  * KOI8-R, CP1251 and UTF-8 support for Russian 
+  * default to white background for rendering images.
+    if $LATEX_COLOR set, pass as transparency color to pstoimg.
+    https://bugs.debian.org/188024
+  * usepackage xcolor.  uses rgb black rather than cmyk black.
+    fixes eqns appearing as dark grey rather than black.
+  * Fix stray comment mark: Issue #19
+- altered patches
+  % latex2html-perl-bindir.diff
+  % latex2html-perl526.patch
+
+-------------------------------------------------------------------

Old:
----
  latex2html-2017.2.tar.gz

New:
----
  latex2html-2018.tar.gz

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

Other differences:
------------------
++++++ latex2html.spec ++++++
--- /var/tmp/diff_new_pack.6rOwwV/_old  2019-01-03 18:05:15.356213540 +0100
+++ /var/tmp/diff_new_pack.6rOwwV/_new  2019-01-03 18:05:15.412213490 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package latex2html
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,16 +12,16 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define share_dir %{_datadir}/latex2html
 Name:           latex2html
-Version:        2017.2
+Version:        2018
 Release:        0
 Summary:        LaTeX to HTML Converter
-License:        GPL-2.0+
+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
@@ -50,7 +50,7 @@
 Requires:       texlive-dvips
 Requires:       texlive-latex
 BuildArch:      noarch
-%{expand: %%global _texmfmaindir %(kpsewhich -expand-var='$TEXMFMAIN')}
+%define _texmfmaindir   %{_datadir}/texmf
 
 %description
 LaTeX2HTML lets you convert basic LaTeX documents into the HTML
@@ -59,7 +59,7 @@
 
 %package pngicons
 Summary:        Icons in the PNG format for LateX2HTML
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Publishing/TeX/Utilities
 
 %description pngicons
@@ -67,7 +67,7 @@
 
 %package doc
 Summary:        Documentation for the Latex2HTML Converter
-License:        GPL-2.0+ AND LPPL-1.3c
+License:        GPL-2.0-or-later AND LPPL-1.3c
 Group:          Productivity/Publishing/TeX/Utilities
 
 %description doc
@@ -93,7 +93,7 @@
 %make_install
 mkdir -p %{buildroot}/%{_mandir}/man1
 install -m 644 %{SOURCE5} %{buildroot}/%{_mandir}/man1
-rm -r %{buildroot}%{share_dir}/{docs,example,dot.latex2html-init,readme.hthtml}
+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}
 
@@ -101,7 +101,7 @@
 LATEX2HTMLDIR=%{buildroot}/%{share_dir} ./latex2html --test_mode %{SOURCE3}
 
 %files
-%doc README.SUSE Changes FAQ README.md TODO dot.latex2html-init readme.hthtml
+%doc README.SUSE Changes FAQ README.md TODO dot.latex2html-init
 %{_prefix}/lib/latex2html
 %dir %{share_dir}
 %{share_dir}/*.pm

++++++ latex2html-2017.2.tar.gz -> latex2html-2018.tar.gz ++++++
++++ 11989 lines of diff (skipped)

++++++ latex2html-perl-bindir.diff ++++++
--- /var/tmp/diff_new_pack.6rOwwV/_old  2019-01-03 18:05:16.580212452 +0100
+++ /var/tmp/diff_new_pack.6rOwwV/_new  2019-01-03 18:05:16.580212452 +0100
@@ -1,11 +1,3 @@
---- cweb2html/cweb2html
-+++ cweb2html/cweb2html
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/perl
- 
- 
################################################################################
- # Copyright 1998-1999 by Jens Lippmann 
([email protected])
 --- cweb2html/makemake.pl
 +++ cweb2html/makemake.pl
 @@ -1,4 +1,4 @@
@@ -14,11 +6,4 @@
  
  
################################################################################
  # Copyright 1998-1999 by Jens Lippmann 
([email protected])
---- makeseg/makeseg
-+++ makeseg/makeseg
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl  
-+#!/usr/bin/perl  
- 
- # Check options and load configuration files
- &init;
+

++++++ latex2html-perl526.patch ++++++
--- /var/tmp/diff_new_pack.6rOwwV/_old  2019-01-03 18:05:16.588212445 +0100
+++ /var/tmp/diff_new_pack.6rOwwV/_new  2019-01-03 18:05:16.588212445 +0100
@@ -1,42 +1,3 @@
-Index: latex2html-2017.2/versions/html3_2.pl
-===================================================================
---- latex2html-2017.2.orig/versions/html3_2.pl
-+++ latex2html-2017.2/versions/html3_2.pl
-@@ -607,7 +607,7 @@ sub process_tabular {
- 
-     if ($color_env) {
-       local($color_test) = join(',',@$open_tags_R);
--      if ($color_test =~ /(color{[^}]*})/g ) {
-+      if ($color_test =~ /(color\{[^}]*})/g ) {
-           $color_env = $1;
-       }
-     }
-Index: latex2html-2017.2/versions/html4_01.pl
-===================================================================
---- latex2html-2017.2.orig/versions/html4_01.pl
-+++ latex2html-2017.2/versions/html4_01.pl
-@@ -976,7 +976,7 @@ sub process_tabular {
- 
-     if ($color_env) {
-       local($color_test) = join(',',@$open_tags_R);
--      if ($color_test =~ /(color{[^}]*})/g ) {
-+      if ($color_test =~ /(color\{[^}]*})/g ) {
-           $color_env = $1;
-       }
-     }
-Index: latex2html-2017.2/versions/html4_1.pl
-===================================================================
---- latex2html-2017.2.orig/versions/html4_1.pl
-+++ latex2html-2017.2/versions/html4_1.pl
-@@ -976,7 +976,7 @@ sub process_tabular {
- 
-     if ($color_env) {
-       local($color_test) = join(',',@$open_tags_R);
--      if ($color_test =~ /(color{[^}]*})/g ) {
-+      if ($color_test =~ /(color\{[^}]*})/g ) {
-           $color_env = $1;
-       }
-     }
 Index: latex2html-2017.2/configure
 ===================================================================
 --- latex2html-2017.2.orig/configure


Reply via email to