diff --git a/python-meh.spec b/python-meh.spec index 1ef255c..15b8385 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -7,7 +7,7 @@ Summary: A python library for handling exceptions Name: python-meh Url: https://github.com/rhinstaller/python-meh Version: 0.43 -Release: 1%{?dist} +Release: 2%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -36,7 +36,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-dbus BuildRequires: libreport-python3 >= %{libreportver} BuildRequires: python3-six -BuildRequires: python3-pocketlint %endif Requires: python @@ -147,6 +146,10 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Thu Nov 05 2015 Robert Kuska - 0.43-2 +- Rebuilt for Python3.5 rebuild +- Remove requires for python3-pocketlint + * Mon Oct 05 2015 Martin Kolman - 0.43-1 - Set translations domain for glade files (vtrefny)