diff --git a/.gitignore b/.gitignore index c9242d7..538b19d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ pyspf-2.0.5.tar.gz /pyspf-2.0.8.tar.gz +/pyspf-2.0.11.tar.gz diff --git a/python-pyspf.spec b/python-pyspf.spec index ff8f629..ba59a24 100644 --- a/python-pyspf.spec +++ b/python-pyspf.spec @@ -1,8 +1,8 @@ %global namewithoutpythonprefix %(echo %{name} | sed 's/^python-//') Name: python-pyspf -Version: 2.0.8 -Release: 2%{?dist} +Version: 2.0.11 +Release: 1%{?dist} Summary: Python module and programs for SPF (Sender Policy Framework) Group: Development/Languages @@ -15,6 +15,11 @@ Source0: https://pypi.python.org/packages/source/p/pyspf/pyspf-%{version} BuildArch: noarch BuildRequires: python-setuptools BuildRequires: python-devel +# For tests +# BuildRequires: python-yaml +# Not yet packaged +# BuildRequires: python-authres + Requires: python-pydns Requires: python-ipaddr @@ -35,6 +40,10 @@ should be done during the MAIL FROM:<...> command. %{__python} setup.py build +%check +# Tests require unpackaged python-authres + + %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT @@ -51,6 +60,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/*.py{o,c} %{python_sitelib}/pyspf-%{version}-py*.egg-info %changelog +* Thu Jan 08 2015 Adam Williamson - 2.0.11-1 +- new release 2.0.11 + * Sat Jun 07 2014 Fedora Release Engineering - 2.0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 818e96c..3a2527d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ef1a5714939d6df5ab40006ac8930ac pyspf-2.0.8.tar.gz +83add3a0d8732bcc28841ceb5da440ba pyspf-2.0.11.tar.gz