From 95e4b1cb067c49fe5f2363c4efec4df6b59dd227 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Fri, 22 Mar 2013 12:04:14 +0100 Subject: [PATCH] updated to 0.2.5 (rhbz 913431) --- .gitignore | 1 + python-colorama.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d28394..8b7004b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /colorama-0.2.4.tar.gz +/colorama-0.2.5.tar.gz diff --git a/python-colorama.spec b/python-colorama.spec index c9b280d..feb6fe5 100644 --- a/python-colorama.spec +++ b/python-colorama.spec @@ -1,8 +1,8 @@ %global pypi_name colorama Name: python-%{pypi_name} -Version: 0.2.4 -Release: 2%{?dist} +Version: 0.2.5 +Release: 1%{?dist} Summary: Cross-platform colored terminal text License: BSD @@ -47,6 +47,9 @@ sed -i 's/\r//' README.txt %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Fri Mar 22 2013 Matthias Runge - 0.2.5-1 +- update to 0.2.5 (rhbz#913431) + * Thu Feb 14 2013 Fedora Release Engineering - 0.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 39b14fc..ca299a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a4ad72f0deec24497e3bb2e79621914 colorama-0.2.4.tar.gz +308c6e38917bdbfc4d3b0783c614897d colorama-0.2.5.tar.gz