[python-meh] New version.

Vratislav Podzimek vpodzime at fedoraproject.org
Tue Sep 11 11:03:27 UTC 2012


commit e9a37ebd757e4363077947b9b5f28418d9365d29
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Tue Sep 11 13:02:05 2012 +0200

    New version.

 .gitignore      |    1 +
 python-meh.spec |    6 +++++-
 sources         |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8554629..3a44ee4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ python-meh-0.10.tar.gz
 python-meh-0.13.tar.gz
 /python-meh-0.14.tar.gz
 /python-meh-0.15.tar.gz
+/python-meh-0.16.tar.gz
diff --git a/python-meh.spec b/python-meh.spec
index debc3d0..4860af1 100644
--- a/python-meh.spec
+++ b/python-meh.spec
@@ -3,7 +3,7 @@
 Summary:  A python library for handling exceptions
 Name: python-meh
 Url: http://git.fedorahosted.org/git/?p=python-meh.git
-Version: 0.15
+Version: 0.16
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -46,6 +46,10 @@ rm -rf %{buildroot}
 %{_datadir}/python-meh
 
 %changelog
+* Tue Sep 11 2012 Vratislav Podzimek <vpodzime at redhat.com> - 0.16-1
+- Do not overwrite process information with files having the same basename (vpodzime)
+- Encode dump as utf-8 before writing to file (#854959) (vpodzime)
+
 * Mon Aug 20 2012 Vratislav Podzimek <vpodzime at redhat.com> - 0.15-1
 - Add main_window property to the MainExceptionWindow (vpodzime)
 - Don't try to dump objects without __dict__ (vpodzime)
diff --git a/sources b/sources
index 8bace86..62092bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-87f1f56ae1d23eb7e6802abf5381206b  python-meh-0.15.tar.gz
+fb760e4bd0c27b7dd7138a623a0e562a  python-meh-0.16.tar.gz


More information about the scm-commits mailing list