From a4b2b961f76253e995b2421d47a07c8c991b816379e4a0a0258c737db284bdea Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 27 Dec 2023 11:23:37 +0000 Subject: [PATCH] - Update to version 6.7.0: * version bump * FIXED: Fix error detecting tables when indented in list items -- Thanks, @wnm3! * Avoid space to be eaten aways after a slash in latex export * UPDATED: Update github CI for multiple platforms * UPDATED: Update github CI for multiple platforms * UPDATED: Update github CI for multiple platforms * UPDATED: Update github CI for multiple platforms * UPDATED: Update github CI for multiple platforms * ci: added github CI * FIXED: Fix issue with reference links with leading space instead of tab * FIXED: Fix edge case where table separator without leading pipe is treated as a list item * FIXED: Fix architecture issue when running multimarkdown from Xcode * FIXED: bibtex metadata should be raw * FIXED: Fix typos in error messages * UPDATED: standardize common source files * ADDED: Add more token types * FIXED: Don't output empty figure captions * FIXED: Fix issue with certain nested lists * use unsigned short in implementation, too * specify unsigned short for functions in token.h * FIXED: Use MultiMarkdown instead of libMultiMarkdown as title in version.h * FIXED: Improve markup handling around definition lists and colons * FIXED: Fix flow control error * FIXED: Improve edge cases around fenced code blocks and setext headers * FIXED: Fix trailing whitespace issues in headers/TOC * FIXED: Improve token mapping in header blocks * FIXED: Use UTC for timestamp * ADDED: Add compiler flag (DISABLE_OBJECT_POOL) to disable token pools * UPDATED: Update lexers with newer version of re2c OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=20 --- MultiMarkdown-6-6.6.0.obscpio | 3 -- MultiMarkdown-6-6.7.0.obscpio | 3 ++ MultiMarkdown-6.changes | 71 +++++++++++++++++++++++++++++++++++ MultiMarkdown-6.obsinfo | 7 ++-- MultiMarkdown-6.spec | 6 +-- _service | 6 +-- _servicedata | 2 +- 7 files changed, 84 insertions(+), 14 deletions(-) delete mode 100644 MultiMarkdown-6-6.6.0.obscpio create mode 100644 MultiMarkdown-6-6.7.0.obscpio diff --git a/MultiMarkdown-6-6.6.0.obscpio b/MultiMarkdown-6-6.6.0.obscpio deleted file mode 100644 index 0ce66b9..0000000 --- a/MultiMarkdown-6-6.6.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efc428e5940a172a63c13d82ee533ea65fbd7781f769f3ae65f99c44cee81f07 -size 9388045 diff --git a/MultiMarkdown-6-6.7.0.obscpio b/MultiMarkdown-6-6.7.0.obscpio new file mode 100644 index 0000000..beca88e --- /dev/null +++ b/MultiMarkdown-6-6.7.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11df519d4db1098e99ff8ddb4af779d294696cc30f7146a80d8b20daff51fded +size 8388109 diff --git a/MultiMarkdown-6.changes b/MultiMarkdown-6.changes index 2611ac0..c572a74 100644 --- a/MultiMarkdown-6.changes +++ b/MultiMarkdown-6.changes @@ -1,3 +1,74 @@ +------------------------------------------------------------------- +Wed Dec 27 11:20:41 UTC 2023 - Martin Pluskal + +- Update to version 6.7.0: + * version bump + * FIXED: Fix error detecting tables when indented in list items -- Thanks, @wnm3! + * Avoid space to be eaten aways after a slash in latex export + * UPDATED: Update github CI for multiple platforms + * UPDATED: Update github CI for multiple platforms + * UPDATED: Update github CI for multiple platforms + * UPDATED: Update github CI for multiple platforms + * UPDATED: Update github CI for multiple platforms + * ci: added github CI + * FIXED: Fix issue with reference links with leading space instead of tab + * FIXED: Fix edge case where table separator without leading pipe is treated as a list item + * FIXED: Fix architecture issue when running multimarkdown from Xcode + * FIXED: bibtex metadata should be raw + * FIXED: Fix typos in error messages + * UPDATED: standardize common source files + * ADDED: Add more token types + * FIXED: Don't output empty figure captions + * FIXED: Fix issue with certain nested lists + * use unsigned short in implementation, too + * specify unsigned short for functions in token.h + * FIXED: Use MultiMarkdown instead of libMultiMarkdown as title in version.h + * FIXED: Improve markup handling around definition lists and colons + * FIXED: Fix flow control error + * FIXED: Improve edge cases around fenced code blocks and setext headers + * FIXED: Fix trailing whitespace issues in headers/TOC + * FIXED: Improve token mapping in header blocks + * FIXED: Use UTC for timestamp + * ADDED: Add compiler flag (DISABLE_OBJECT_POOL) to disable token pools + * UPDATED: Update lexers with newer version of re2c + * FIXED: Fix typo in xml.c + * ADDED: Add OBJECT_REPLACEMENT_CHARACTER token (fixes #216) + * FIXED: Fix regression from pull request that breaks build + * UPDATED: Include definition list colons as markup token + * UPDATED: Project clean up + * Add Swift support + * FIXED: Reset stack sizes before freeing temporary engine + * FIXED: Left out file + * FIXED: Centralize html fix + * FIXED: Fix issue with escaping in URLs + * FIXED: Updated argtable3 now needs to link to math + * UPDATED: Update to latest argtable3 code + * UPDATED: Update astyle config + * FIXED: Fix Glossaries test + * FIXED: Fix ambidextrous tokens inside of footnotes and other definitions + * CHANGED: Astyle + * FIXED: Restore prior label_counter after {{TOC}} + * CHANGED: Add additional TOC tests + * UPDATED: Update CMakeLists.txt for Universal Binary + * CHANGED: Reformat comment + * UPDATED: Apply astyle to all files + * FIXED: Fix style issue with ODT output format + * FIXED: Improve README install path + * FIXED: Re-enable token object pools in default configuration + +------------------------------------------------------------------- +Fri Mar 24 08:11:40 UTC 2023 - mpluskal@suse.com + +- Update to version 6.6.0: + * Revert "FIXED: Fix PATH in convenience scripts" + * FIXED: Fix PATH in convenience scripts + +------------------------------------------------------------------- +Tue Jan 25 10:01:27 UTC 2022 - mpluskal@suse.com + +- Update to version 6.6.0: + * + ------------------------------------------------------------------- Tue Jan 26 08:52:39 UTC 2021 - Martin Pluskal diff --git a/MultiMarkdown-6.obsinfo b/MultiMarkdown-6.obsinfo index f91325f..151c743 100644 --- a/MultiMarkdown-6.obsinfo +++ b/MultiMarkdown-6.obsinfo @@ -1,5 +1,4 @@ name: MultiMarkdown-6 -version: 6.6.0 -mtime: 1611651143 -commit: bf8ea8bccb4ee74a2062e1297e16864d603e9b15 - +version: 6.7.0 +mtime: 1686448105 +commit: 6b6155d5041a023d0de44adf182506c52202a03c diff --git a/MultiMarkdown-6.spec b/MultiMarkdown-6.spec index f9dcdd0..9effd67 100644 --- a/MultiMarkdown-6.spec +++ b/MultiMarkdown-6.spec @@ -1,7 +1,7 @@ # # spec file for package MultiMarkdown-6 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # 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: MultiMarkdown-6 -Version: 6.6.0 +Version: 6.7.0 Release: 0 Summary: Reference implementation of MultiMarkdown License: MIT @@ -32,7 +32,7 @@ BuildRequires: gcc-c++ BuildRequires: texlive-filesystem Requires: texlive-filesystem Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Conflicts: MultiMarkdown-5 Provides: markdown diff --git a/_service b/_service index daccd99..fddfed1 100644 --- a/_service +++ b/_service @@ -1,13 +1,13 @@ - + https://github.com/fletcher/MultiMarkdown-6.git git enable MultiMarkdown-6 - refs/tags/6.6.0 + refs/tags/6.7.0 @PARENT_TAG@ - + *.tar diff --git a/_servicedata b/_servicedata index fff4518..ccaa6ce 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/fletcher/MultiMarkdown-6.git - 6ce255c5b2fce969d276d6c56c395f83da5f9239 \ No newline at end of file + 6b6155d5041a023d0de44adf182506c52202a03c \ No newline at end of file