From 7112112003021cc5466f085eb189bc6557b554cc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 11:39:41 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_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 6460539..d67552b 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.50 -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. @@ -85,6 +85,9 @@ make DESTDIR=%{buildroot} install %{_datadir}/python-meh %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.50-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Sep 29 2020 Martin Kolman - 0.50-1 - Merge pull request #33 from mzidek-gh/master (mkolman) - dump: Use exception's type and value when calculating hash (mzidek)