forked from pool/MultiMarkdown-6
- 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
This commit is contained in:
parent
778d785a1e
commit
e39fe55822
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:21be48bee42c14bbb8cd81e48e9d3a8409e425f6b5eb9f1f0b9d2cfa2e42869f
|
|
||||||
size 667572
|
|
@ -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
|
Thu Dec 7 13:40:29 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package MultiMarkdown-6
|
# 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
|
# 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
|
||||||
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: MultiMarkdown-6
|
Name: MultiMarkdown-6
|
||||||
Version: 6.2.3
|
Version: 6.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reference implementation of MultiMarkdown
|
Summary: Reference implementation of MultiMarkdown
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Publishing/Other
|
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
|
# We have to use tarball generated via _service as released ones are
|
||||||
# missing submodules that are necessary for building
|
# missing submodules that are necessary for building
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
@ -31,11 +31,11 @@ BuildRequires: curl-devel
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: texlive-filesystem
|
BuildRequires: texlive-filesystem
|
||||||
Conflicts: MultiMarkdown-5
|
|
||||||
Provides: markdown
|
|
||||||
Requires: texlive-filesystem
|
Requires: texlive-filesystem
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
Conflicts: MultiMarkdown-5
|
||||||
|
Provides: markdown
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MultiMarkdown is a derivative of Markdown that adds new syntax features,
|
MultiMarkdown is a derivative of Markdown that adds new syntax features,
|
||||||
@ -74,7 +74,8 @@ if [ ! -f %{_bindir}/%{name}-markdown ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LICENSE.txt README.md
|
%license LICENSE.txt
|
||||||
|
%doc README.md
|
||||||
%ghost %{_sysconfdir}/alternatives/markdown
|
%ghost %{_sysconfdir}/alternatives/markdown
|
||||||
%{_bindir}/markdown
|
%{_bindir}/markdown
|
||||||
%{_bindir}/%{name}-markdown
|
%{_bindir}/%{name}-markdown
|
||||||
|
4
_service
4
_service
@ -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.2.3</param>
|
<param name="versionformat">6.3.0</param>
|
||||||
<param name="revision">6.2.3</param>
|
<param name="revision">6.3.0</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="recompress">
|
<service mode="disabled" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
Loading…
Reference in New Issue
Block a user