New version

- Fix dumping file attachments in Python 3 (vtrefny)
- meh has not required openssh-clients since 2009 (awilliam)
This commit is contained in:
Martin Kolman 2015-03-27 17:35:50 +01:00
parent ad89a2e7c9
commit b4d1c66645
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@ python-meh-0.13.tar.gz
/python-meh-0.34.tar.gz
/python-meh-0.35.tar.gz
/python-meh-0.36.tar.gz
/python-meh-0.37.tar.gz

View File

@ -6,7 +6,7 @@
Summary: A python library for handling exceptions
Name: python-meh
Url: http://git.fedorahosted.org/git/?p=python-meh.git
Version: 0.36
Version: 0.37
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -30,7 +30,7 @@ BuildRequires: libreport-python3 >= %{libreportver}
%endif
Requires: python, dbus-python
Requires: openssh-clients, rpm-python
Requires: rpm-python
Requires: libreport-cli >= %{libreportver}
Requires: libreport-python >= %{libreportver}
@ -51,7 +51,7 @@ The python-meh-gui package provides a GUI for the python-meh library.
%package -n python3-meh
Summary: A python 3 library for handling exceptions
Requires: python3, python3-dbus
Requires: openssh-clients, rpm-python3
Requires: rpm-python3
Requires: libreport-cli >= %{libreportver}
Requires: libreport-python3 >= %{libreportver}
@ -132,6 +132,10 @@ rm -rf %{buildroot}
%{_datadir}/python-meh
%changelog
* Fri Mar 27 2015 Martin Kolman <mkolman@redhat.com> - 0.37-1
- Fix dumping file attachments in Python 3 (vtrefny)
- meh has not required openssh-clients since 2009 (awilliam)
* Thu Mar 05 2015 Martin Kolman <mkolman@redhat.com> - 0.36-1
- Package's epoch returned by RPM is an integer (#1199263) (vpodzime)

View File

@ -1 +1 @@
15cccd12eee08a92d14c17308f72a990 python-meh-0.36.tar.gz
8d3201cf9fd4b8dcce2950af8aba531d python-meh-0.37.tar.gz