diff --git a/.gitignore b/.gitignore index 84b9c5b..c9c1a00 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ zope.event-3.5.0-1.tar.gz /zope.event-3.5.1.tar.gz /zope.event-3.5.2.tar.gz /zope.event-4.0.2.tar.gz +/zope.event-4.0.3.tar.gz diff --git a/python-zope-event.spec b/python-zope-event.spec index 519b5da..11da5e7 100644 --- a/python-zope-event.spec +++ b/python-zope-event.spec @@ -3,8 +3,8 @@ %endif Name: python-zope-event -Version: 4.0.2 -Release: 4%{?dist} +Version: 4.0.3 +Release: 1%{?dist} Summary: Zope Event Publication Group: Development/Languages License: ZPLv2.1 @@ -84,7 +84,7 @@ popd %endif %files -%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt +%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst %doc docs/_build/html/ %{python_sitelib}/zope/event/ %exclude %{python_sitelib}/zope/event/tests.py* @@ -94,7 +94,7 @@ popd %if 0%{?with_python3} %files -n python3-zope-event -%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt +%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst %doc docs/_build/html/ %{python3_sitelib}/zope/event/ %exclude %{python3_sitelib}/zope/event/tests.py* @@ -105,6 +105,9 @@ popd %endif %changelog +* Mon Jul 21 2014 Ralph Bean - 4.0.3-1 +- Latest upstream. + * Sun Jun 08 2014 Fedora Release Engineering - 4.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 5be5f8b..ddda150 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e08dd299d428d77a1cfcbfe841b81872 zope.event-4.0.2.tar.gz +9a3780916332b18b8b85f522bcc3e249 zope.event-4.0.3.tar.gz