AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Re-factor spec file to rely on the system's libcmark library by default. - Work around erroneous library path advertised in libcmark's pkg-config data. [boo#1061183]
- Update to version 0.5.6. + Update to cmark 0.28.0.
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 0.5.5.1 with cabal2obs.
- Update to version 0.5.5 with cabal2obs.
- Update to version 0.5.4 with cabal2obs.
- Update to version 0.5.3.1 revision 0 with cabal2obs.
- Update to version 0.5.2.1 revision 0 with cabal2obs.
- use system libcmark on SLE12SP2+ and Leap:42.2
- update to 0.5.2.1
- use system libcmark on openSUSE:Tumbleweed
- update to 0.5.2 * Add flag to allow building with an installed libcmark (Jens Petersen). * Updated to libcmark 0.25.2.
- update to 0.5.1 * Updated to libcmark 0.24.1.
- update to 0.5.0 * Updated to libcmark 0.23.0. * API changes: + Added `OnEnter` and `OnExit` types. + In `NodeType`, `HRULE` is now `THEMATIC_BREAK`, `HTML` is `HTML_BLOCK`, `INLINE_HTML` is `HTML_INLINE`, `HEADER` is `HEADING`. New constructors: `CUSTOM_INLINE`, `CUSTOM_BLOCK`.
- update to 0.4.1 * Updated to libcmark 0.22.0 * Bumped version bounds for HUnit.
- license update: BSD-3-Clause and BSD-2-Clause and MIT
- update to 0.4.0.1 * API changes: + Added `commonmarkToLaTeX`, `nodeToLaTeX`, `optSafe`. + Changed type of `commonmarkToMan` and `nodeToMan`, adding `Maybe Int` param for width. + Changed type of `nodeToCommonMark`, changing the `Int` width parameter to a `Maybe Int`. * Updated to cmark 0.21 sources.
- update to 0.3.4 * Updated to libcmark 0.20.0.
- initial commit