diff --git a/MultiMarkdown-6-6.3.0.tar.xz b/MultiMarkdown-6-6.3.0.tar.xz deleted file mode 100644 index 863f790..0000000 --- a/MultiMarkdown-6-6.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3831384e9247e0480e003f4d24714e99112c111ffc091f251d256c07fa972506 -size 2008008 diff --git a/MultiMarkdown-6-6.4.0.tar.xz b/MultiMarkdown-6-6.4.0.tar.xz new file mode 100644 index 0000000..449eb10 --- /dev/null +++ b/MultiMarkdown-6-6.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e9671e25a7426094e13c53f22c2e5c8b8a9faaba5acc27c62fa4d4e2a5d726 +size 2877260 diff --git a/MultiMarkdown-6.changes b/MultiMarkdown-6.changes index 30e563e..e786ec7 100644 --- a/MultiMarkdown-6.changes +++ b/MultiMarkdown-6.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 6 09:29:20 UTC 2019 - Martin Pluskal + +- 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 diff --git a/MultiMarkdown-6.spec b/MultiMarkdown-6.spec index c31b0ae..c2789a2 100644 --- a/MultiMarkdown-6.spec +++ b/MultiMarkdown-6.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 -Version: 6.3.0 +Version: 6.4.0 Release: 0 Summary: Reference implementation of MultiMarkdown License: MIT diff --git a/_service b/_service index a81f229..0ef16ee 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ git enable MultiMarkdown-6 - 6.3.0 - 6.3.0 + 6.4.0 + 6.4.0 *.tar diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..93d2c6e --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/fletcher/MultiMarkdown-6.git + efaee1318edf12e325e26f851e767591234ddd7c \ No newline at end of file