From 338708533a36520247c524e5e232ac82dbe78089 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 2 Feb 2019 07:43:27 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-meh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-meh.spec b/python-meh.spec index 593adc7..b240ef2 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.47 -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. @@ -84,6 +84,9 @@ make DESTDIR=%{buildroot} install %{_datadir}/python-meh %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.47-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Jul 23 2018 Martin Kolman - 0.47-1 - Make sure gettext returns strings not bytes (mkolman) - Spec: Move TUI back to main package (awilliam)