Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package md4c for openSUSE:Factory checked in at 2026-04-26 21:10:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/md4c (Old) and /work/SRC/openSUSE:Factory/.md4c.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "md4c" Sun Apr 26 21:10:56 2026 rev:2 rq:1348315 version:0.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/md4c/md4c.changes 2024-04-03 17:22:16.545611849 +0200 +++ /work/SRC/openSUSE:Factory/.md4c.new.11940/md4c.changes 2026-04-26 21:12:01.035146135 +0200 @@ -1,0 +2,35 @@ +Mon Apr 20 19:32:21 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 0.5.3 + * Avoid repeated prefix language- in code block language + specification if the input already explicitly includes the prefix + * Permissive autolink extensions (MD_FLAG_PERMISSIVExxxAUTOLINKS) + are now tiny bit more permissive, allowing + and - characters + to be anywhere in the path portion of the URL. This also + improves compatibility with GFM + * Make Unicode-specific code compliant to Unicode 18.0 + * Fix quadratic time behavior caused by one-by-one walking + over block lines instead of calling md_lookup_line() + * Fix quadratic time and output size behavior caused by + malicious misuse of link reference definitions + * The strike-through extension (with flag MD_FLAG_STRIKETHROUGH) + now follows same logic as other emphasis spans in respect to + punctuation character and word boundaries + * Fix handling tab when removing trailing whitespace, + especially in connection with ATX headers + * We now correctly abort the parser when a callback returns + non-zero. (Previously it worked correctly only for negative + values, values greater than zero were causing strange and + inconsistent behavior) + * Fix handling a code span whose closer is on the next line and + yet another text follows. In the case we erroneously outputted + the closer code span mark as part of the text + * Fix md_decode_utf16le_before__(). (Only affected MD4C builds + built with -MD4C_USE_UTF16 on Windows) + * Do not try to interpret characters in a link URL as Markdown + syntax characters + * Fix detection of closing code block fence if it has a + trailing tabulator + * Fix invalid free() in an error path + +------------------------------------------------------------------- Old: ---- release-0.5.2.tar.gz New: ---- release-0.5.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ md4c.spec ++++++ --- /var/tmp/diff_new_pack.xMgelz/_old 2026-04-26 21:12:01.707173612 +0200 +++ /var/tmp/diff_new_pack.xMgelz/_new 2026-04-26 21:12:01.711173775 +0200 @@ -1,7 +1,7 @@ # # spec file for package md4c # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: md4c -Version: 0.5.2 +Version: 0.5.3 Release: 0 Summary: C Markdown parser License: MIT @@ -79,7 +79,7 @@ %check pushd %{__builddir} -../scripts/run-tests.sh +python3 ../scripts/run-tests.py popd %files ++++++ release-0.5.2.tar.gz -> release-0.5.3.tar.gz ++++++ ++++ 3288 lines of diff (skipped)
