diff --git a/ghc-pandoc.spec b/ghc-pandoc.spec index 76cb71b9a344f15e7e6f1641f0484db88d9b5ac7..f558c475904ab6732b8e81ff044607132b74b0ef 100644 --- a/ghc-pandoc.spec +++ b/ghc-pandoc.spec @@ -3,7 +3,7 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 3.7.0.1 +Version: 3.7.0.2 Release: 1 Summary: Conversion between markup formats License: GPL-2.0-or-later @@ -421,6 +421,28 @@ This package provides the Haskell %{pkg_name} profiling library. %files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files %changelog +* Mon Jun 30 2025 chengrui 3.7.0.2-1 +- Update to 3.7.0.2 +- RST writer: + Don't emit alignment markers in grid tables (#10857). +- Asciidoc writer: + Add support for sidebars (GHyman83). +- LaTeX writer: + Include alt option in \includegraphics (#6095). +- Markdown writer: + Preserve figure attributes (Nikolay Yakimov, #10867). Fixes a regression introduced by 0d2114e, which caused the Markdown writer to ignore attributes on the figure if it has class or key-value attributes set. +- HTML writer: + Use the ID prefix in the ID for the footnotes section (Benjamin Esham). +- Text.Pandoc.Writers.Shared: + gridTable: fix (3.7) regression with missing cell alignments (#10853). + gridTable: fix headings with colspans (#10855). If the heading contains a colspan, we still need to include information in the header line about the colspecs. + gridTable: fix headerless tables. The top line should encode colspan information. +- Text.Pandoc.SelfContained: + Fix handling of empty script element (#10862). Previously in this case the closing tag was dropped. + Do not drop data- attributes in script tags (#10861). +- Lua subsystem (Albert Krewinkel): + Add function pandoc.mediabag.make_data_uri (#10876). The function takes a MIME type and raw data from which it creates an RFC 2397 data URI. + * Tue May 27 2025 Lin Runze 3.7.0.1-1 - Update to 3.7.0.1 - Drop retrying logic. diff --git a/pandoc-3.7.0.1.tar.gz b/pandoc-3.7.0.2.tar.gz similarity index 50% rename from pandoc-3.7.0.1.tar.gz rename to pandoc-3.7.0.2.tar.gz index cb24215e5f4fa2c75fc5d7ad5f40cffc975e9073..993085458d38357cfe1662cee41fe89d0b687462 100644 Binary files a/pandoc-3.7.0.1.tar.gz and b/pandoc-3.7.0.2.tar.gz differ