diff --git a/python-dns.spec b/python-dns.spec index a346d41..d8b369c 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -25,7 +25,7 @@ manipulation of DNS zones, messages, names, and records. \ Name: python-%{py_package_name} Version: 1.16.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: %{summary} License: MIT @@ -179,6 +179,9 @@ find examples -type f | xargs chmod a-x %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 1.16.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Jan 21 2020 Avram Lubkin - 1.16.0-6 - Enable unicode patch (rhbz#1731100) - Fix collections.abc import for Python 3.9 (rhbz#1792919)