From 778d785a1e5dd8326702010a205a53f0eb2bddf692d09a80031d7e76fe77f823 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 7 Dec 2017 13:40:18 +0000 Subject: [PATCH 1/3] - Update to version 6.2.3: * version bump * FIXED: Fix potential NULL pointer dereference * FIXED: Fix bug with multiple footnotes in single paragraph when exporting to LaTeX * CHANGED: Update superscript/subscript algorithm to allow leading instances * UPDATED: Refactor file utilities into file.c/h * FIXED: Prevent pointer overflow * UPDATED: Silence Xcode static analyzer false positives * FIXED: Fix potential bug * FIXED: Fix potential bug * UPDATED: Fix issue with AStyle indent settings OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=7 --- MultiMarkdown-6-6.2.2.tar.xz | 3 --- MultiMarkdown-6-6.2.3.tar.xz | 3 +++ MultiMarkdown-6.changes | 15 +++++++++++++++ MultiMarkdown-6.spec | 2 +- _service | 4 ++-- 5 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 MultiMarkdown-6-6.2.2.tar.xz create mode 100644 MultiMarkdown-6-6.2.3.tar.xz diff --git a/MultiMarkdown-6-6.2.2.tar.xz b/MultiMarkdown-6-6.2.2.tar.xz deleted file mode 100644 index 2f69a11..0000000 --- a/MultiMarkdown-6-6.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e246bdfc5bbfcf50943fc7b8c27d988a6c274c5996c8a555c468f0f3bb49115 -size 662508 diff --git a/MultiMarkdown-6-6.2.3.tar.xz b/MultiMarkdown-6-6.2.3.tar.xz new file mode 100644 index 0000000..ccbfbf5 --- /dev/null +++ b/MultiMarkdown-6-6.2.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21be48bee42c14bbb8cd81e48e9d3a8409e425f6b5eb9f1f0b9d2cfa2e42869f +size 667572 diff --git a/MultiMarkdown-6.changes b/MultiMarkdown-6.changes index ea92988..519a3b4 100644 --- a/MultiMarkdown-6.changes +++ b/MultiMarkdown-6.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Dec 7 13:40:29 UTC 2017 - mpluskal@suse.com + +- Update to version 6.2.3: + * version bump + * FIXED: Fix potential NULL pointer dereference + * FIXED: Fix bug with multiple footnotes in single paragraph when exporting to LaTeX + * CHANGED: Update superscript/subscript algorithm to allow leading instances + * UPDATED: Refactor file utilities into file.c/h + * FIXED: Prevent pointer overflow + * UPDATED: Silence Xcode static analyzer false positives + * FIXED: Fix potential bug + * FIXED: Fix potential bug + * UPDATED: Fix issue with AStyle indent settings + ------------------------------------------------------------------- Wed Nov 15 16:30:29 UTC 2017 - mpluskal@suse.com diff --git a/MultiMarkdown-6.spec b/MultiMarkdown-6.spec index 34a6154..be8b684 100644 --- a/MultiMarkdown-6.spec +++ b/MultiMarkdown-6.spec @@ -17,7 +17,7 @@ Name: MultiMarkdown-6 -Version: 6.2.2 +Version: 6.2.3 Release: 0 Summary: Reference implementation of MultiMarkdown License: MIT diff --git a/_service b/_service index 0e77f37..4e5af54 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ git enable MultiMarkdown-6 - 6.2.2 - 6.2.2 + 6.2.3 + 6.2.3 *.tar From e39fe55822a11822b3e8e33f08da018363f61c03e13a3dfd13f0330952c8a342 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 8 Mar 2018 15:15:42 +0000 Subject: [PATCH 2/3] - Update to version 6.3.0: * version bump * UPDATED: Apply astyle to source * UPDATED: Remove deprecated fodt.c and fodt.h * FIXED: Fix issue with list bullets in fenced code blocks * FIXED: Fix typo in QuickStart.txt (fixes #111) * Fix encoding of some markup inside LaTeX texttt environment (fixes #110 and #108) * UPDATED: Update dates * UPDATED: Add test suite to d_string * FIXED: Fix edge case with superscripts and punctuation OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=8 --- MultiMarkdown-6-6.2.3.tar.xz | 3 --- MultiMarkdown-6.changes | 14 ++++++++++++++ MultiMarkdown-6.spec | 13 +++++++------ _service | 4 ++-- 4 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 MultiMarkdown-6-6.2.3.tar.xz diff --git a/MultiMarkdown-6-6.2.3.tar.xz b/MultiMarkdown-6-6.2.3.tar.xz deleted file mode 100644 index ccbfbf5..0000000 --- a/MultiMarkdown-6-6.2.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21be48bee42c14bbb8cd81e48e9d3a8409e425f6b5eb9f1f0b9d2cfa2e42869f -size 667572 diff --git a/MultiMarkdown-6.changes b/MultiMarkdown-6.changes index 519a3b4..30e563e 100644 --- a/MultiMarkdown-6.changes +++ b/MultiMarkdown-6.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Mar 8 15:13:19 UTC 2018 - mpluskal@suse.com + +- Update to version 6.3.0: + * version bump + * UPDATED: Apply astyle to source + * UPDATED: Remove deprecated fodt.c and fodt.h + * FIXED: Fix issue with list bullets in fenced code blocks + * FIXED: Fix typo in QuickStart.txt (fixes #111) + * Fix encoding of some markup inside LaTeX texttt environment (fixes #110 and #108) + * UPDATED: Update dates + * UPDATED: Add test suite to d_string + * FIXED: Fix edge case with superscripts and punctuation + ------------------------------------------------------------------- Thu Dec 7 13:40:29 UTC 2017 - mpluskal@suse.com diff --git a/MultiMarkdown-6.spec b/MultiMarkdown-6.spec index be8b684..c31b0ae 100644 --- a/MultiMarkdown-6.spec +++ b/MultiMarkdown-6.spec @@ -1,7 +1,7 @@ # # spec file for package MultiMarkdown-6 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: MultiMarkdown-6 -Version: 6.2.3 +Version: 6.3.0 Release: 0 Summary: Reference implementation of MultiMarkdown License: MIT Group: Productivity/Publishing/Other -Url: http://fletcherpenney.net/multimarkdown +URL: http://fletcherpenney.net/multimarkdown # We have to use tarball generated via _service as released ones are # missing submodules that are necessary for building Source: %{name}-%{version}.tar.xz @@ -31,11 +31,11 @@ BuildRequires: curl-devel BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: texlive-filesystem -Conflicts: MultiMarkdown-5 -Provides: markdown Requires: texlive-filesystem Requires(post): update-alternatives Requires(postun): update-alternatives +Conflicts: MultiMarkdown-5 +Provides: markdown %description MultiMarkdown is a derivative of Markdown that adds new syntax features, @@ -74,7 +74,8 @@ if [ ! -f %{_bindir}/%{name}-markdown ] ; then fi %files -%doc LICENSE.txt README.md +%license LICENSE.txt +%doc README.md %ghost %{_sysconfdir}/alternatives/markdown %{_bindir}/markdown %{_bindir}/%{name}-markdown diff --git a/_service b/_service index 4e5af54..a81f229 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ git enable MultiMarkdown-6 - 6.2.3 - 6.2.3 + 6.3.0 + 6.3.0 *.tar From 061d14114b5a117b3fb2a8c127f8208a024ad00a9b374810d4b42e50bac6d2e8 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 8 Mar 2018 15:17:24 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=9 --- MultiMarkdown-6-6.3.0.tar.xz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MultiMarkdown-6-6.3.0.tar.xz diff --git a/MultiMarkdown-6-6.3.0.tar.xz b/MultiMarkdown-6-6.3.0.tar.xz new file mode 100644 index 0000000..863f790 --- /dev/null +++ b/MultiMarkdown-6-6.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3831384e9247e0480e003f4d24714e99112c111ffc091f251d256c07fa972506 +size 2008008