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)
This commit is contained in:
parent
e9df55bfcb
commit
2d6abc6d15
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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@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@redhat.com> - 0.20-1
|
||||
- Handle non-ascii dict keys and values correctly (#883641) (vpodzime)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user