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)