From 1310ea4e2eca017b2ec03961bcf62d78aa097a66 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Thu, 5 Nov 2015 10:28:18 +0100 Subject: [PATCH] Rebuilt for Python3.5 rebuild Also remove requires for python3-pocketlint --- python-meh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)