- 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

OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=18
This commit is contained in:
Martin Pluskal 2021-01-26 08:57:26 +00:00 committed by Git OBS Bridge
parent ce0edd1808
commit 77a891780d
7 changed files with 46 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81fac7e65476525f17c8c82df7404c6253ffed5a196a874f09bb4b4cb2d862aa
size 9638925

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efc428e5940a172a63c13d82ee533ea65fbd7781f769f3ae65f99c44cee81f07
size 9388045

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Jan 26 08:52:39 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
- 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 <mpluskal@suse.com>

View File

@ -1,5 +1,5 @@
name: MultiMarkdown-6
version: 6.5.1
mtime: 1577589687
commit: c637ee347fd8fe22887f37b2fb767f83359a9b92
version: 6.6.0
mtime: 1611651143
commit: bf8ea8bccb4ee74a2062e1297e16864d603e9b15

View File

@ -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

View File

@ -4,6 +4,7 @@
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">MultiMarkdown-6</param>
<param name="revision">refs/tags/6.6.0</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
<service mode="disabled" name="set_version"/>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/fletcher/MultiMarkdown-6.git</param>
<param name="changesrevision">b42ac1d380fcd71312aca561e0004f13d860f118</param></service></servicedata>
<param name="changesrevision">6ce255c5b2fce969d276d6c56c395f83da5f9239</param></service></servicedata>