[python-meh] New version.

Vratislav Podzimek vpodzime at fedoraproject.org
Thu Jan 12 14:14:07 UTC 2012


commit c071e6729b934462cc1dc169e9b64a3683cc7be1
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Thu Jan 12 15:03:13 2012 +0100

    New version.

 .gitignore      |    1 +
 python-meh.spec |   17 ++++++++++++++---
 sources         |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 869a90d..7dac140 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ python-meh-0.8.tar.gz
 python-meh-0.9.tar.gz
 python-meh-0.10.tar.gz
 /python-meh-0.11.tar.gz
+/python-meh-0.12.tar.gz
diff --git a/python-meh.spec b/python-meh.spec
index 0a817a7..524c92f 100644
--- a/python-meh.spec
+++ b/python-meh.spec
@@ -3,8 +3,8 @@
 Summary:  A python library for handling exceptions
 Name: python-meh
 Url: http://git.fedorahosted.org/git/?p=python-meh.git
-Version: 0.11
-Release: 2%{?dist}
+Version: 0.12
+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.
@@ -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, pygtk2, pygtk2-libglade
-Requires: openssh-clients, rpm, yum, newt-python, report-gtk report-newt
+Requires: openssh-clients, rpm, yum, newt-python, libreport-gtk >= 2.0.8-1, libreport-newt >= 2.0.8-1
 
 %description
 The python-meh package is a python library for handling, saving, and reporting
@@ -46,6 +46,17 @@ rm -rf %{buildroot}
 %{_datadir}/python-meh
 
 %changelog
+* Tue Dec 20 2011 Vratislav Podzimek <vpodzime at redhat.com> 0.12
+- Use new libreport API to get more information to bugzilla (vpodzime).
+- Adapt to the new API of libreport (vpodzime).
+- Move "import rpm" to where it's needed to avoid nameserver problems (clumens).
+  Resolves: rhbz#749330
+- Change dependency to libreport-* (mtoman).
+  Resolves: rhbz#730924
+- Add abrt-like information to bug reports (vpodzime).
+  Resolves: rhbz#728871
+- Propagate the screen attr when using text mode (jmoskovc).
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 7362667..e674b06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2d412c275dd1675d4e3b174696fd8ca  python-meh-0.11.tar.gz
+d633d798aa3b3f0aa9fdb0a7db54ca17  python-meh-0.12.tar.gz


More information about the scm-commits mailing list