[python-meh/f19] New version.

Vratislav Podzimek vpodzime at fedoraproject.org
Tue Jul 23 11:46:32 UTC 2013


commit 26266286dd1f1211f8627fff5d5e3958b1a6f030
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Tue Jul 23 13:26:28 2013 +0200

    New version.
    
    - Output binary data correctly as hexa strings (#986515) (vpodzime)
    - Add newline before dumping callbacks' outputs (vpodzime)

 .gitignore      |    1 +
 python-meh.spec |    6 +++++-
 sources         |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3ca1e3..8c475ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ python-meh-0.13.tar.gz
 /python-meh-0.23.tar.gz
 /python-meh-0.24.tar.gz
 /python-meh-0.25.tar.gz
+/python-meh-0.26.tar.gz
diff --git a/python-meh.spec b/python-meh.spec
index 4e29b98..a3c01ca 100644
--- a/python-meh.spec
+++ b/python-meh.spec
@@ -5,7 +5,7 @@
 Summary:  A python library for handling exceptions
 Name: python-meh
 Url: http://git.fedorahosted.org/git/?p=python-meh.git
-Version: 0.25
+Version: 0.26
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -53,6 +53,10 @@ rm -rf %{buildroot}
 %{_datadir}/python-meh
 
 %changelog
+* Tue Jul 23 2013 Vratislav Podzimek <vpodzime at redhat.com> - 0.26-1
+- Output binary data correctly as hexa strings (#986515) (vpodzime)
+- Add newline before dumping callbacks' outputs (vpodzime)
+
 * Tue Jun 18 2013 Vratislav Podzimek <vpodzime at redhat.com> - 0.25-1
 - Add and use the safe_string module and the SafeStr class (vpodzime)
 - Give translators hint about the cryptic strings (vpodzime)
diff --git a/sources b/sources
index 30048db..eba8b02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73a12ea38e1d4e7555be04b4b853981e  python-meh-0.25.tar.gz
+c1f761da2207a7687b524d4e7a728315  python-meh-0.26.tar.gz


More information about the scm-commits mailing list