Accepting request 858977 from Publishing
- 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 (forwarded request 858089 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/858977 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/latex2html?expand=0&rev=39
This commit is contained in:
commit
d11fc84980
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 22 09:24:14 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Thu Dec 19 11:35:47 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package latex2html
|
# 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
|
# 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
|
||||||
@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%define share_dir %{_datadir}/latex2html
|
%define share_dir %{_datadir}/latex2html
|
||||||
|
%define _texmfmaindir %{_datadir}/texmf
|
||||||
Name: latex2html
|
Name: latex2html
|
||||||
Version: 2019.2
|
Version: 2020.2
|
||||||
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
|
||||||
@ -46,7 +47,6 @@ Requires: texlive-dvips
|
|||||||
Requires: texlive-latex
|
Requires: texlive-latex
|
||||||
Requires: texlive-preview
|
Requires: texlive-preview
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%define _texmfmaindir %{_datadir}/texmf
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LaTeX2HTML lets you convert basic LaTeX documents into the HTML
|
LaTeX2HTML lets you convert basic LaTeX documents into the HTML
|
||||||
@ -80,7 +80,7 @@ This subpackage contains the documentation for the Latex2HTML converter.
|
|||||||
%build
|
%build
|
||||||
# Not autotools based configure
|
# Not autotools based configure
|
||||||
./configure --prefix=%{_prefix}
|
./configure --prefix=%{_prefix}
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -91,7 +91,7 @@ chmod 755 %{buildroot}%{_datadir}/%{name}/{cweb2html/makemake.pl,cweb2html/cweb2
|
|||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} test
|
%make_build test
|
||||||
find manual tests \( -name \*.log -o -name \*.aux \) -delete
|
find manual tests \( -name \*.log -o -name \*.aux \) -delete
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a76066632ebe416c770a2ce345d670da846e9f3d89632d6acd6e57fa6b4e264a
|
|
||||||
size 1118672
|
|
3
v2020.2.tar.gz
Normal file
3
v2020.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:09f2d7f086fee9538523fd5074ada8ebadbdbc2227ca11d9d36189e698e5cfaf
|
||||||
|
size 1120639
|
Loading…
Reference in New Issue
Block a user