From fdbc3f81d097b4b2ebbf10a3975f1d71b7ea4890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 17 Jun 2018 14:21:32 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-meh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-meh.spec b/python-meh.spec index 2c78927..612d464 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -4,7 +4,7 @@ Summary: A python library for handling exceptions Name: python-meh Url: https://github.com/rhinstaller/python-meh Version: 0.46 -Release: 2%{?dist} +Release: 3%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -84,6 +84,9 @@ make DESTDIR=%{buildroot} install %{_datadir}/python-meh %changelog +* Sun Jun 17 2018 Miro HronĨok - 0.46-3 +- Rebuilt for Python 3.7 + * Wed Feb 14 2018 Adam Williamson - 0.46-2 - Move TUI back to main package (inadvertently moved to -gui in 0.46-1)