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 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 - 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