[python-meh] New version.

Vratislav Podzimek vpodzime at fedoraproject.org
Tue Jan 22 11:55:41 UTC 2013


commit 2d6abc6d15214e44981049ef564914767a21bc23
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Tue Jan 22 12:43:52 2013 +0100

    New version.
    
    - New purely textual text interface (vpodzime)
    - Add dumb enableNetwork implementation to GraphicalIntf (vpodzime)
    - Destroy main window after running it (vpodzime)
    - Get rid of the accountManager and use new libreport API (vpodzime)
    - Add a way to override previously registered callback (vpodzime)
    - Allow callbacks marked as attachment only (vpodzime)
    - Add support for callbacks providing additional data (vpodzime)

 .gitignore      |    1 +
 python-meh.spec |   19 ++++++++++++++-----
 sources         |    2 +-
 3 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b890cb0..032f1ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ python-meh-0.13.tar.gz
 /python-meh-0.18.tar.gz
 /python-meh-0.19.tar.gz
 /python-meh-0.20.tar.gz
+/python-meh-0.21.tar.gz
diff --git a/python-meh.spec b/python-meh.spec
index 3a6ea71..f6193f8 100644
--- a/python-meh.spec
+++ b/python-meh.spec
@@ -1,11 +1,11 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define libreportver 2.0.11-1
+%define libreportver 2.0.18-1
 
 Summary:  A python library for handling exceptions
 Name: python-meh
 Url: http://git.fedorahosted.org/git/?p=python-meh.git
-Version: 0.20
+Version: 0.21
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -20,10 +20,10 @@ Group: System Environment/Libraries
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: python-devel, gettext, python-setuptools-devel, intltool
-BuildRequires: dbus-python, libreport-gtk >= %{libreportver}, libreport-newt >= %{libreportver}
+BuildRequires: dbus-python, libreport-gtk >= %{libreportver}, libreport-cli >= %{libreportver}
 Requires: python, dbus-python, pygobject3, gtk3
-Requires: openssh-clients, rpm-python, yum, newt-python
-Requires: libreport-gtk >= %{libreportver}, libreport-newt >= %{libreportver}
+Requires: openssh-clients, rpm-python, yum
+Requires: libreport-gtk >= %{libreportver}, libreport-cli >= %{libreportver}
 
 %description
 The python-meh package is a python library for handling, saving, and reporting
@@ -53,6 +53,15 @@ rm -rf %{buildroot}
 %{_datadir}/python-meh
 
 %changelog
+* Mon Jan 21 2013 Vratislav Podzimek <vpodzime at redhat.com> - 0.21-1
+- New purely textual text interface (vpodzime)
+- Add dumb enableNetwork implementation to GraphicalIntf (vpodzime)
+- Destroy main window after running it (vpodzime)
+- Get rid of the accountManager and use new libreport API (vpodzime)
+- Add a way to override previously registered callback (vpodzime)
+- Allow callbacks marked as attachment only (vpodzime)
+- Add support for callbacks providing additional data (vpodzime)
+
 * Tue Dec 11 2012 Vratislav Podzimek <vpodzime at redhat.com> - 0.20-1
 - Handle non-ascii dict keys and values correctly (#883641) (vpodzime)
 
diff --git a/sources b/sources
index 4321d15..270e19d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64bf212ade68edce3bd0d3f6453b7239  python-meh-0.20.tar.gz
+3c4f0cb98b4474d4a7d21dc68ee68fef  python-meh-0.21.tar.gz


More information about the scm-commits mailing list