Update to 2.6.
- Update the upstream URL.
This commit is contained in:
parent
40275fda55
commit
fd25aa98e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ Markdown-2.0.3.tar.gz
|
||||
/Markdown-2.5.tar.gz
|
||||
/Markdown-2.5.1.tar.gz
|
||||
/Markdown-2.5.2.tar.gz
|
||||
/Markdown-2.6.tar.gz
|
||||
|
@ -8,12 +8,12 @@
|
||||
%define srcname Markdown
|
||||
|
||||
Name: python-markdown
|
||||
Version: 2.5.2
|
||||
Version: 2.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Markdown implementation in Python
|
||||
Group: Development/Languages
|
||||
License: BSD
|
||||
URL: http://packages.python.org/%{srcname}/
|
||||
URL: https://pythonhosted.org/%{srcname}/
|
||||
Source0: http://pypi.python.org/packages/source/M/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel >= 2.6
|
||||
@ -118,6 +118,10 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 22 2015 Thomas Moschny <thomas.moschny@gmx.de> - 2.6-1
|
||||
- Update to 2.6.
|
||||
- Update the upstream URL.
|
||||
|
||||
* Sun Nov 23 2014 Thomas Moschny <thomas.moschny@gmx.de> - 2.5.2-1
|
||||
- Update to 2.5.2.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user