From 1511568f2552664d16032fe567000732131b1fba Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 25 Jan 2011 11:14:38 -0500 Subject: [PATCH] - Update the spec file URL to something valid (#670601). (clumens) - Don't use _D for Debug, since that's already used by the expander (#640929). (clumens) - Translation updates. --- .gitignore | 1 + python-meh.spec | 12 +++++++----- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4461b57..869a90d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ python-meh-0.7.tar.gz python-meh-0.8.tar.gz python-meh-0.9.tar.gz python-meh-0.10.tar.gz +/python-meh-0.11.tar.gz diff --git a/python-meh.spec b/python-meh.spec index 4f8e35d..96c91b9 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -2,9 +2,9 @@ Summary: A python library for handling exceptions Name: python-meh -Url: http://git.fedoraproject.org/git/?p=python-meh.git -Version: 0.10 -Release: 2%{?dist} +Url: http://git.fedorahosted.org/git/?p=python-meh.git +Version: 0.11 +Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -46,8 +46,10 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog -* Thu Jul 22 2010 David Malcolm - 0.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild +* Tue Jan 25 2011 Chris Lumens - 0.11-1 +- Update the spec file URL to something valid (#670601). (clumens) +- Don't use _D for Debug, since that's already used by the expander (#640929). (clumens) +- Translation updates. * Tue Jun 22 2010 Chris Lumens 0.10-1 - Treat classes like simple types, too. (clumens) diff --git a/sources b/sources index 74a7921..7362667 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a1cf8fb5eb6831703a13b039574fea0 python-meh-0.10.tar.gz +c2d412c275dd1675d4e3b174696fd8ca python-meh-0.11.tar.gz