[python-meh/f19] New version.

Vratislav Podzimek vpodzime at fedoraproject.org
Thu Apr 4 09:17:02 UTC 2013


commit 50044c13fbe167d912209f066dc2677e24efe584
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Thu Apr 4 11:16:19 2013 +0200

    New version.
    
    - Some more stuff for ABRT/libreport (#929181) (vpodzime)
    - Tell ABRT we are reporting a Python excetion (vpodzime)
    - Use named tuples instead of our magic tuples (vpodzime)

 .gitignore      |    1 +
 python-meh.spec |    9 +++++++--
 sources         |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 032f1ad..3e24c1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ python-meh-0.13.tar.gz
 /python-meh-0.19.tar.gz
 /python-meh-0.20.tar.gz
 /python-meh-0.21.tar.gz
+/python-meh-0.22.tar.gz
diff --git a/python-meh.spec b/python-meh.spec
index 899c4c7..dd03590 100644
--- a/python-meh.spec
+++ b/python-meh.spec
@@ -5,8 +5,8 @@
 Summary:  A python library for handling exceptions
 Name: python-meh
 Url: http://git.fedorahosted.org/git/?p=python-meh.git
-Version: 0.21
-Release: 2%{?dist}
+Version: 0.22
+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.
@@ -53,6 +53,11 @@ rm -rf %{buildroot}
 %{_datadir}/python-meh
 
 %changelog
+* Thu Apr 04 2013 Vratislav Podzimek <vpodzime at redhat.com> - 0.22-1
+- Some more stuff for ABRT/libreport (#929181) (vpodzime)
+- Tell ABRT we are reporting a Python excetion (vpodzime)
+- Use named tuples instead of our magic tuples (vpodzime)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.21-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 270e19d..45dce82 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c4f0cb98b4474d4a7d21dc68ee68fef  python-meh-0.21.tar.gz
+8ec3e0c17bb464cb15f2aa89a07e207a  python-meh-0.22.tar.gz


More information about the scm-commits mailing list