diff --git a/MultiMarkdown-6.changes b/MultiMarkdown-6.changes index e786ec7..668f8d6 100644 --- a/MultiMarkdown-6.changes +++ b/MultiMarkdown-6.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 5 13:23:24 UTC 2019 - Martin Pluskal + +- Use modern macro for cmake + +------------------------------------------------------------------- +Thu Oct 17 12:24:58 UTC 2019 - Richard Brown + +- Remove obsolete Groups tag (fate#326485) + ------------------------------------------------------------------- Wed Mar 6 09:29:20 UTC 2019 - Martin Pluskal diff --git a/MultiMarkdown-6.spec b/MultiMarkdown-6.spec index c2789a2..37be932 100644 --- a/MultiMarkdown-6.spec +++ b/MultiMarkdown-6.spec @@ -21,8 +21,7 @@ Version: 6.4.0 Release: 0 Summary: Reference implementation of MultiMarkdown License: MIT -Group: Productivity/Publishing/Other -URL: http://fletcherpenney.net/multimarkdown +URL: https://fletcherpenney.net/multimarkdown # We have to use tarball generated via _service as released ones are # missing submodules that are necessary for building Source: %{name}-%{version}.tar.xz @@ -47,7 +46,7 @@ to convert plain text into LaTeX in addition to HTML. %build %cmake -%make_jobs +%cmake_build %install %cmake_install