diff --git a/latex2html.changes b/latex2html.changes
index 701c650..5fa0404 100644
--- a/latex2html.changes
+++ b/latex2html.changes
@@ -1,3 +1,21 @@
+-------------------------------------------------------------------
+Tue Dec 22 09:24:14 UTC 2020 - Dirk Müller
+
+- update to 2020.2:
+ - gs 9.50: -dNOSAFER to write to tmp dir
+ - css fix: put caption below figure
+ - fix bug with gif with >256 colors
+ - fix eqnarray*
+ - fix "make test"
+ - fix false matches when reusing images for long environments.
+ - fork on \include, not on \input
+ - fix figure size with png
+ - allow verbatim in figure
+ - output height with displaymath, center displaymath
+ - enable -nouse_pdftex -image_type svg
+ - fall back to unicode combining characters for accents
+ - generate higher numbered UTF8 chars
+
-------------------------------------------------------------------
Thu Dec 19 11:35:47 UTC 2019 - pgajdos@suse.com
diff --git a/latex2html.spec b/latex2html.spec
index 4398afc..850d0cf 100644
--- a/latex2html.spec
+++ b/latex2html.spec
@@ -1,7 +1,7 @@
#
# spec file for package latex2html
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
%define share_dir %{_datadir}/latex2html
+%define _texmfmaindir %{_datadir}/texmf
Name: latex2html
-Version: 2019.2
+Version: 2020.2
Release: 0
Summary: LaTeX to HTML Converter
License: GPL-2.0-or-later
@@ -46,7 +47,6 @@ Requires: texlive-dvips
Requires: texlive-latex
Requires: texlive-preview
BuildArch: noarch
-%define _texmfmaindir %{_datadir}/texmf
%description
LaTeX2HTML lets you convert basic LaTeX documents into the HTML
@@ -80,7 +80,7 @@ This subpackage contains the documentation for the Latex2HTML converter.
%build
# Not autotools based configure
./configure --prefix=%{_prefix}
-make %{?_smp_mflags}
+%make_build
%install
%make_install
@@ -91,7 +91,7 @@ chmod 755 %{buildroot}%{_datadir}/%{name}/{cweb2html/makemake.pl,cweb2html/cweb2
%fdupes -s %{buildroot}
%check
-make %{?_smp_mflags} test
+%make_build test
find manual tests \( -name \*.log -o -name \*.aux \) -delete
%files
diff --git a/v2019.2.tar.gz b/v2019.2.tar.gz
deleted file mode 100644
index c1187fc..0000000
--- a/v2019.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a76066632ebe416c770a2ce345d670da846e9f3d89632d6acd6e57fa6b4e264a
-size 1118672
diff --git a/v2020.2.tar.gz b/v2020.2.tar.gz
new file mode 100644
index 0000000..80030cf
--- /dev/null
+++ b/v2020.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:09f2d7f086fee9538523fd5074ada8ebadbdbc2227ca11d9d36189e698e5cfaf
+size 1120639