From b121ccf28d5284a335a38829c6e34deee5456081 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 26 Jul 2009 20:37:16 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- python-markdown.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-markdown.spec b/python-markdown.spec index f2676e8..0f1d927 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -4,7 +4,7 @@ Name: python-markdown Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Markdown implementation in Python Group: Development/Languages License: BSD @@ -50,6 +50,9 @@ rm -rf %{buildroot} %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Sat Jul 11 2009 Thomas Moschny - 2.0.1-1 - Update to 2.0.1. - Upstream stripped .py of the cmdline script.