From b4d1c666459ae399392a09ed6bb4c4e2dd03a856 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 27 Mar 2015 17:35:50 +0100 Subject: [PATCH] New version - Fix dumping file attachments in Python 3 (vtrefny) - meh has not required openssh-clients since 2009 (awilliam) --- .gitignore | 1 + python-meh.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a61d686..ebc31a6 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-meh.spec b/python-meh.spec index c666c7f..1a5711b 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -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 - 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 - 0.36-1 - Package's epoch returned by RPM is an integer (#1199263) (vpodzime) diff --git a/sources b/sources index e597778..7518051 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15cccd12eee08a92d14c17308f72a990 python-meh-0.36.tar.gz +8d3201cf9fd4b8dcce2950af8aba531d python-meh-0.37.tar.gz