From 5d45ca1504f316ca0f86ae53c66c38fc7cc9091f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 13:18:34 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_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 913a9e7..c5e809a 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.48 -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 +* Thu Jan 30 2020 Fedora Release Engineering - 0.48-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Oct 23 2019 Martin Kolman - 0.48-1 - Merge pull request #23 from poncovka/master-decode_bytes (mkolman) - Handle bytes and strings from RPM (#1764642) (vponcova)