From abe8a1686b67a9dfa3a65ec019edc289a5d1ee1b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 03:25:06 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- python-meh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-meh.spec b/python-meh.spec index a3c01ca..086e29a 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -6,7 +6,7 @@ Summary: A python library for handling exceptions Name: python-meh Url: http://git.fedorahosted.org/git/?p=python-meh.git Version: 0.26 -Release: 1%{?dist} +Release: 2%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -53,6 +53,9 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.26-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Tue Jul 23 2013 Vratislav Podzimek - 0.26-1 - Output binary data correctly as hexa strings (#986515) (vpodzime) - Add newline before dumping callbacks' outputs (vpodzime)