diff --git a/.gitignore b/.gitignore index f4fef9b..55b5b4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ zope.event-3.5.0-1.tar.gz /zope.event-3.5.1.tar.gz +/zope.event-3.5.2.tar.gz diff --git a/python-zope-event.spec b/python-zope-event.spec index 962f194..c618dd6 100644 --- a/python-zope-event.spec +++ b/python-zope-event.spec @@ -1,6 +1,6 @@ Name: python-zope-event -Version: 3.5.1 -Release: 4%{?dist} +Version: 3.5.2 +Release: 1%{?dist} Summary: Zope Event Publication Group: Development/Languages License: ZPLv2.1 @@ -73,7 +73,7 @@ popd %doc docs/_build/html/ %{python3_sitelib}/zope/event/ %exclude %{python3_sitelib}/zope/event/tests.py* -%exclude %{python3_sitelib}/zope/event/__pycache__/ +%exclude %{python3_sitelib}/zope/event/__pycache__/tests* %dir %{python3_sitelib}/zope/ %{python3_sitelib}/zope.event-*.egg-info %{python3_sitelib}/zope.event-*-nspkg.pth @@ -81,6 +81,9 @@ popd %changelog +* Thu Oct 18 2012 Robin Lee - 3.5.2-1 +- Update to 3.5.2 (ZTK 1.1.5) + * Sat Aug 04 2012 David Malcolm - 3.5.1-4 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 diff --git a/sources b/sources index 9d9338a..4535f4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f18363bf9926f1762fa580cc69bd97ec zope.event-3.5.1.tar.gz +6e8af2a16157a74885d4f0d88137cefb zope.event-3.5.2.tar.gz