[python-meh/f18] New version.

Vratislav Podzimek vpodzime at fedoraproject.org
Mon Aug 20 15:06:31 UTC 2012


commit 8d8729681f790b8a67e3f8886ffe0793facda226
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Mon Aug 20 17:05:14 2012 +0200

    New version.

 .gitignore      |    1 +
 python-meh.spec |    9 +++++++--
 sources         |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d273cca..8554629 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ python-meh-0.10.tar.gz
 /python-meh-0.12.tar.gz
 python-meh-0.13.tar.gz
 /python-meh-0.14.tar.gz
+/python-meh-0.15.tar.gz
diff --git a/python-meh.spec b/python-meh.spec
index df680cc..debc3d0 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.14
+Version: 0.15
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -19,7 +19,7 @@ BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python-devel, gettext, python-setuptools-devel, intltool
 Requires: python, dbus-python, pygobject3, gtk3
-Requires: openssh-clients, rpm, yum, newt-python, libreport-gtk >= 2.0.11-1, libreport-newt >= 2.0.11-1
+Requires: openssh-clients, rpm-python, yum, newt-python, libreport-gtk >= 2.0.11-1, libreport-newt >= 2.0.11-1
 
 %description
 The python-meh package is a python library for handling, saving, and reporting
@@ -46,6 +46,11 @@ rm -rf %{buildroot}
 %{_datadir}/python-meh
 
 %changelog
+* 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)
+- Change require from rpm to rpm-python (vpodzime)
+
 * Fri Aug 03 2012 Vratislav Podzimek <vpodzime at redhat.com> - 0.14-1
 - Use just a basename of the attached file as the item name (vpodzime)
 - Set the type hint for the mainExceptionWindow to Dialog (vpodzime)
diff --git a/sources b/sources
index bb4ee06..8bace86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-612d0202cf4c0e447665e50dbecec08a  python-meh-0.14.tar.gz
+87f1f56ae1d23eb7e6802abf5381206b  python-meh-0.15.tar.gz


More information about the scm-commits mailing list