From 3149b4103b2ffc11071cf68d3dfd6dfad96acb46072e989a2184b70526c9407b Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 21 Jul 2023 07:44:16 +0000 Subject: [PATCH] - version update to 2023.2 * DONT_INCLUDE now affects \usepackage but not \input * support \usepackage[xindy]{imakeidx} for sorting accents * support babel main language option * support hyphenat package OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=57 --- latex2html-2023.2.tar.gz | 3 +++ latex2html-2023.tar.gz | 3 --- latex2html.changes | 9 +++++++++ latex2html.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 latex2html-2023.2.tar.gz delete mode 100644 latex2html-2023.tar.gz diff --git a/latex2html-2023.2.tar.gz b/latex2html-2023.2.tar.gz new file mode 100644 index 0000000..a84f860 --- /dev/null +++ b/latex2html-2023.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3f50621a71c9c0c425fb6709ae69bb2cf4df4bfe72ac661c2ea302e5aba185 +size 1143411 diff --git a/latex2html-2023.tar.gz b/latex2html-2023.tar.gz deleted file mode 100644 index 57a438d..0000000 --- a/latex2html-2023.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71935a850b44f7db76ff3d0d8e3d06e43f34b7edebf7905e684ef3361dc6974b -size 1141549 diff --git a/latex2html.changes b/latex2html.changes index f938ff0..2f22b3d 100644 --- a/latex2html.changes +++ b/latex2html.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jul 21 07:43:38 UTC 2023 - pgajdos@suse.com + +- version update to 2023.2 + * DONT_INCLUDE now affects \usepackage but not \input + * support \usepackage[xindy]{imakeidx} for sorting accents + * support babel main language option + * support hyphenat package + ------------------------------------------------------------------- Fri Jan 20 17:26:50 UTC 2023 - Dirk Müller diff --git a/latex2html.spec b/latex2html.spec index 61c9981..b0e3995 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -19,7 +19,7 @@ %define share_dir %{_datadir}/latex2html %define _texmfmaindir %{_datadir}/texmf Name: latex2html -Version: 2023 +Version: 2023.2 Release: 0 Summary: LaTeX to HTML Converter License: GPL-2.0-or-later