diff --git a/.gitignore b/.gitignore index 8e4c64a..294cca0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /zope.configuration-3.7.2.zip /zope.configuration-4.0.2.tar.gz +/zope.configuration-4.0.3.tar.gz diff --git a/python-zope-configuration.spec b/python-zope-configuration.spec index a9059b9..7152949 100644 --- a/python-zope-configuration.spec +++ b/python-zope-configuration.spec @@ -7,8 +7,8 @@ %endif Name: python-zope-configuration -Version: 4.0.2 -Release: 2%{?dist} +Version: 4.0.3 +Release: 1%{?dist} Summary: Zope Configuration Markup Language (ZCML) Group: Development/Libraries @@ -104,18 +104,21 @@ popd %endif %files -%doc README.txt LICENSE.txt COPYRIGHT.txt CHANGES.txt +%doc README.rst LICENSE.txt COPYRIGHT.txt CHANGES.rst %{python_sitelib}/zope/configuration/ %{python_sitelib}/%{modname}* %if 0%{?with_python3} %files -n python3-zope-configuration -%doc README.txt LICENSE.txt COPYRIGHT.txt CHANGES.txt +%doc README.rst LICENSE.txt COPYRIGHT.txt CHANGES.rst %{python3_sitelib}/zope/configuration/ %{python3_sitelib}/%{modname}* %endif %changelog +* Sun May 04 2014 Luke Macken - 4.0.3-1 +- Update to 4.0.3 + * Sun Aug 04 2013 Fedora Release Engineering - 4.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -134,5 +137,5 @@ popd * Wed Feb 09 2011 Fedora Release Engineering - 3.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -* Wed Jan 2 2010 Luke Macken - 3.7.2-1 +* Sat Jan 2 2010 Luke Macken - 3.7.2-1 - Initial package diff --git a/sources b/sources index c112cf3..3e55785 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40b3c7ad0b748ede532d8cfe2544e44e zope.configuration-4.0.2.tar.gz +d85ff342b524bfa819916632d5ef096a zope.configuration-4.0.3.tar.gz