diff --git a/MultiMarkdown-6-6.5.1.obscpio b/MultiMarkdown-6-6.5.1.obscpio deleted file mode 100644 index 35a6dae..0000000 --- a/MultiMarkdown-6-6.5.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81fac7e65476525f17c8c82df7404c6253ffed5a196a874f09bb4b4cb2d862aa -size 9638925 diff --git a/MultiMarkdown-6-6.6.0.obscpio b/MultiMarkdown-6-6.6.0.obscpio new file mode 100644 index 0000000..0ce66b9 --- /dev/null +++ b/MultiMarkdown-6-6.6.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc428e5940a172a63c13d82ee533ea65fbd7781f769f3ae65f99c44cee81f07 +size 9388045 diff --git a/MultiMarkdown-6.changes b/MultiMarkdown-6.changes index 7c4da24..2611ac0 100644 --- a/MultiMarkdown-6.changes +++ b/MultiMarkdown-6.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Jan 26 08:52:39 UTC 2021 - Martin Pluskal + +- Update to version 6.6.0: + * 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 + * version bump + * UPDATED: Restructure source code organization; Restructure Cmake configuration file; restructure Makefile + * version bump + * ADDED: Add additional blockquote tests + * FIXED: Fix issue when parsing blockquote that contains raw HTML + * FIXED: Don't free NULL link + * FIXED: Fix regression + * FIXED: Improve blockquote parser + * FIXED: Add latex footer to beamer output format (fixes #185) + * FIXED: Fix test suite + * FIXED: Prevent iOS Safari from bastardizing left arrow unicode character with an ugly emoji + * FIXED: Allow hyphen in image/link unquoted attributes + * ADDED: Add format to create HTML with storing of assets + * FIXED: Fix issue with tight list where last item has multiple paragraphs not being recognized as a loose list + * FIXED: Fix CMake issue + * FIXED: tweak CriticMarkup highlight handling + * version bump + * FIXED: Update cpack generator for macOS + * Fix fsf address in files licenses. + * FIXED: Fix memory leak in ITMZ reader + * UPDATED: Adjust cmake to only make library when included from a parent project + * FIXED: Don't use undefined version string + ------------------------------------------------------------------- Thu Feb 6 12:28:22 UTC 2020 - Martin Pluskal diff --git a/MultiMarkdown-6.obsinfo b/MultiMarkdown-6.obsinfo index 05a70e3..f91325f 100644 --- a/MultiMarkdown-6.obsinfo +++ b/MultiMarkdown-6.obsinfo @@ -1,5 +1,5 @@ name: MultiMarkdown-6 -version: 6.5.1 -mtime: 1577589687 -commit: c637ee347fd8fe22887f37b2fb767f83359a9b92 +version: 6.6.0 +mtime: 1611651143 +commit: bf8ea8bccb4ee74a2062e1297e16864d603e9b15 diff --git a/MultiMarkdown-6.spec b/MultiMarkdown-6.spec index 5889b15..f9dcdd0 100644 --- a/MultiMarkdown-6.spec +++ b/MultiMarkdown-6.spec @@ -1,7 +1,7 @@ # # spec file for package MultiMarkdown-6 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.5.1 +Version: 6.6.0 Release: 0 Summary: Reference implementation of MultiMarkdown License: MIT @@ -50,6 +50,8 @@ to convert plain text into LaTeX in addition to HTML. %install %cmake_install +# Remove files installed by package, we ship them anyways +rm -rf %{buildroot}%{_datadir}/doc/MultiMarkdown # Avoid conflict with mtools mv %{buildroot}%{_bindir}/mmd %{buildroot}%{_bindir}/%{name}-mmd # multimarkdown is provided by other packages thus we use @@ -73,7 +75,7 @@ if [ ! -f %{_bindir}/%{name}-markdown ] ; then fi %files -%license LICENSE.txt +%license LICENSE %doc README.md %ghost %{_sysconfdir}/alternatives/markdown %{_bindir}/markdown diff --git a/_service b/_service index b7ec1b6..daccd99 100644 --- a/_service +++ b/_service @@ -4,6 +4,7 @@ git enable MultiMarkdown-6 + refs/tags/6.6.0 @PARENT_TAG@ diff --git a/_servicedata b/_servicedata index 0bd953b..fff4518 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/fletcher/MultiMarkdown-6.git - b42ac1d380fcd71312aca561e0004f13d860f118 \ No newline at end of file + 6ce255c5b2fce969d276d6c56c395f83da5f9239 \ No newline at end of file