diff --git a/python-dns.spec b/python-dns.spec index a6a4565..b0726a0 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -21,18 +21,20 @@ %endif Name: python-dns -Version: 1.12.0 -Release: 2%{?dist} +Version: 1.12.0GIT465785f +Release: 1%{?dist} Summary: DNS toolkit for Python Group: Development/Languages License: MIT URL: http://www.dnspython.org/ -Source0: http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz -Source1: http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz.asc +# git snapshots are not on the web +#Source0: http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz +Source0: dnspython-%{version}.tar.gz %if 0%{?with_python3} -Source2: http://www.dnspython.org/kits3/%{version}/dnspython3-%{version}.tar.gz -Source3: http://www.dnspython.org/kits3/%{version}/dnspython3-%{version}.tar.gz.asc +# git snapshots are not on the web +#Source2: http://www.dnspython.org/kits3/%{version}/dnspython3-%{version}.tar.gz +Source2: dnspython3-%{version}.tar.gz %endif %if 0%{?rhel} == 5 Patch0: 0001-Don-t-fail-on-older-python-versions-because-of-hashe.patch @@ -261,6 +263,11 @@ rm -rf %{buildroot} %endif %changelog +* Fri Sep 11 2015 Petr Spacek - 1.12.0GIT465785f +- Rebase to GIT snapshots 465785f85f87508209117264c677080e901e957c (Python 2) + and 1b0c15086f0e5f6eacc06d77a119280c31731b3c (Python 3) + to pull in latest fixes + * Thu Jun 18 2015 Fedora Release Engineering - 1.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild