diff --git a/Markdown-2.6.11.tar.gz b/Markdown-2.6.11.tar.gz new file mode 100644 index 0000000..c884cd4 --- /dev/null +++ b/Markdown-2.6.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81 +size 274132 diff --git a/Markdown-2.6.9.tar.gz b/Markdown-2.6.9.tar.gz deleted file mode 100644 index a546638..0000000 --- a/Markdown-2.6.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73af797238b95768b3a9b6fe6270e250e5c09d988b8e5b223fd5efa4e06faf81 -size 271564 diff --git a/python-Markdown.changes b/python-Markdown.changes index 7df785b..d150917 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 5 21:47:29 UTC 2018 - benoit.monin@gmx.fr + +- update to version 2.6.11: bugfix release + * Added a new BACKLINK-TITLE option to the footnote extension so + that non-English users can provide a custom title to back links + (see #610) +- additional changes from version 2.6.10: documentation update +- remove encoding conversion: fixed upstream + ------------------------------------------------------------------- Fri Aug 18 19:10:35 UTC 2017 - benoit.monin@gmx.fr diff --git a/python-Markdown.spec b/python-Markdown.spec index 160dceb..75250f0 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -1,7 +1,7 @@ # # spec file for package python-Markdown # -# 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Markdown -Version: 2.6.9 +Version: 2.6.11 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause @@ -54,8 +54,6 @@ supported by the [Available Extensions][]. %prep %setup -q -n Markdown-%{version} -# Fix encoding -sed -i "s|\r$||" docs/release-2.2.0.txt %build %python_build