forked from pool/latex2html
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
03f035e5c7 | |||
b0cb1703ae | |||
eac305ae44 | |||
8c19eaacb4 | |||
7dfeca4aea | |||
2d9098bd4a |
BIN
latex2html-2024.tar.gz
(Stored with Git LFS)
BIN
latex2html-2024.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
latex2html-2025.tar.gz
(Stored with Git LFS)
Normal file
BIN
latex2html-2025.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 20 12:24:22 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Get fully determistic builds, even with --nocheck (boo#1227364)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 08:20:44 UTC 2025 - ming li <mli@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2025
|
||||||
|
* generate a numeric char reference for chars not found in the
|
||||||
|
output character encoding.
|
||||||
|
* fix \'{\i}
|
||||||
|
* switch --entities no longer makes accents like í
|
||||||
|
* fix \verb&A&
|
||||||
|
* avoid processing eqnarray* as one image, make layout consistent
|
||||||
|
with eqnarray
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 09:11:53 UTC 2024 - ming li <mli@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2024.2
|
||||||
|
* fix pstoimg operator precedence bug
|
||||||
|
* allow "-dir ." and "-rootdir ."
|
||||||
|
* remove extra "showpage" from pstoimg
|
||||||
|
* remove svg from config for pstoimg
|
||||||
|
* new option -use_hilite
|
||||||
|
* support minted package
|
||||||
|
* new option -unicase_titles
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 19 03:30:32 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Fri Jul 19 03:30:32 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package latex2html
|
# spec file for package latex2html
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define share_dir %{_datadir}/latex2html
|
%define share_dir %{_datadir}/latex2html
|
||||||
%define _texmfmaindir %{_datadir}/texmf
|
%define _texmfmaindir %{_datadir}/texmf
|
||||||
Name: latex2html
|
Name: latex2html
|
||||||
Version: 2024
|
Version: 2025
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: LaTeX to HTML Converter
|
Summary: LaTeX to HTML Converter
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@@ -85,6 +85,7 @@ install -m 644 latex2html.1 %{buildroot}/%{_mandir}/man1
|
|||||||
rm -r %{buildroot}%{share_dir}/{docs,example,dot.latex2html-init}
|
rm -r %{buildroot}%{share_dir}/{docs,example,dot.latex2html-init}
|
||||||
chmod 755 %{buildroot}%{_datadir}/%{name}/{cweb2html/makemake.pl,cweb2html/cweb2html,makemap,makeseg/makeseg}
|
chmod 755 %{buildroot}%{_datadir}/%{name}/{cweb2html/makemake.pl,cweb2html/cweb2html,makemap,makeseg/makeseg}
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
touch tests # for identical mtime with/without --nocheck
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build test
|
%make_build test
|
||||||
|
Reference in New Issue
Block a user