New version.
This commit is contained in:
parent
2c9997f0d2
commit
a1a63f7178
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ python-meh-0.10.tar.gz
|
||||
/python-meh-0.11.tar.gz
|
||||
/python-meh-0.12.tar.gz
|
||||
python-meh-0.13.tar.gz
|
||||
/python-meh-0.14.tar.gz
|
||||
|
@ -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.13
|
||||
Version: 0.14
|
||||
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.8-1, libreport-newt >= 2.0.8-1
|
||||
Requires: openssh-clients, rpm, 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
|
||||
* Fri Aug 03 2012 Vratislav Podzimek <vpodzime@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)
|
||||
- Store and then write out the string representation of the traceback and object dump (vpodzime)
|
||||
|
||||
* Wed Jul 27 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.13-1
|
||||
- Add files specified in the Config object as attachments to bugreports (vpodzime)
|
||||
- Display hint how to quit the debugger (vpodzime)
|
||||
|
Loading…
Reference in New Issue
Block a user