1
0

- Update to version 6.4.0:

* version bump
  * FIXED: Fix token length in OPML
  * UPDATED: Allow '\' to preserve line break in metadata.  (Addresses #86)
  * FIXED: Prevent potential null dereference
  * Avoid potential error with stack_free
  * FIXED: Use Setext headers when necessary to convert from OPML to text (fixes #138)
  * UPDATED: Apply astyle
  * ADDED: Add opml option to read for MultiMarkdown OPML files
  * UPDATED: Adjust metadata for test files
  * FIXED: Trim single remaining whitespace when exporting headers

OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=11
This commit is contained in:
Martin Pluskal 2019-03-06 09:33:18 +00:00 committed by Git OBS Bridge
parent 061d14114b
commit fe6bd93d37
6 changed files with 27 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 6 09:29:20 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 6.4.0:
* version bump
* FIXED: Fix token length in OPML
* UPDATED: Allow '\' to preserve line break in metadata. (Addresses #86)
* FIXED: Prevent potential null dereference
* Avoid potential error with stack_free
* FIXED: Use Setext headers when necessary to convert from OPML to text (fixes #138)
* UPDATED: Apply astyle
* ADDED: Add opml option to read for MultiMarkdown OPML files
* UPDATED: Adjust metadata for test files
* FIXED: Trim single remaining whitespace when exporting headers
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 8 15:13:19 UTC 2018 - mpluskal@suse.com Thu Mar 8 15:13:19 UTC 2018 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package MultiMarkdown-6 # spec file for package MultiMarkdown-6
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: MultiMarkdown-6 Name: MultiMarkdown-6
Version: 6.3.0 Version: 6.4.0
Release: 0 Release: 0
Summary: Reference implementation of MultiMarkdown Summary: Reference implementation of MultiMarkdown
License: MIT License: MIT

View File

@ -4,8 +4,8 @@
<param name="scm">git</param> <param name="scm">git</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="filename">MultiMarkdown-6</param> <param name="filename">MultiMarkdown-6</param>
<param name="versionformat">6.3.0</param> <param name="versionformat">6.4.0</param>
<param name="revision">6.3.0</param> <param name="revision">6.4.0</param>
</service> </service>
<service mode="disabled" name="recompress"> <service mode="disabled" name="recompress">
<param name="file">*.tar</param> <param name="file">*.tar</param>

4
_servicedata Normal file
View File

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