Update to 2.5.2.

This commit is contained in:
Thomas Moschny 2014-11-23 13:27:13 +01:00
parent e6c41a6553
commit 40275fda55
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ Markdown-2.0.3.tar.gz
/Markdown-2.4.1.tar.gz /Markdown-2.4.1.tar.gz
/Markdown-2.5.tar.gz /Markdown-2.5.tar.gz
/Markdown-2.5.1.tar.gz /Markdown-2.5.1.tar.gz
/Markdown-2.5.2.tar.gz

View File

@ -8,7 +8,7 @@
%define srcname Markdown %define srcname Markdown
Name: python-markdown Name: python-markdown
Version: 2.5.1 Version: 2.5.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Markdown implementation in Python Summary: Markdown implementation in Python
Group: Development/Languages Group: Development/Languages
@ -118,6 +118,9 @@ popd
%changelog %changelog
* Sun Nov 23 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.2-1
- Update to 2.5.2.
* Thu Oct 2 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.1-1 * Thu Oct 2 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.1-1
- Update to 2.5.1. - Update to 2.5.1.

View File

@ -1 +1 @@
9effb2679302efb1ce14265cb9e46f96 Markdown-2.5.1.tar.gz db9e3175f4638bfd1574996bf471ea96 Markdown-2.5.2.tar.gz