diff --git a/python-paste-deploy.spec b/python-paste-deploy.spec index 3b46187..4fcd48e 100644 --- a/python-paste-deploy.spec +++ b/python-paste-deploy.spec @@ -8,7 +8,7 @@ Name: python-paste-deploy Version: 1.5.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Load, configure, and compose WSGI applications and servers Group: System Environment/Libraries License: MIT @@ -29,7 +29,7 @@ URIs; these URIs can refer to Python Eggs for INI-style configuration files. PasteScript provides commands to serve applications based on this configuration file. -%if 0%{with_python3} +%if 0%{?with_python3} %package -n python3-paste-deploy Summary: Load, configure, and compose WSGI applications and servers Group: System Environment/Libraries @@ -101,6 +101,9 @@ rm -rf %{buildroot} %changelog +* Mon Aug 19 2013 Ralph Bean - 1.5.0-10 +- Fix typo in with_python3 conditional; patch from Tomas DabaĊĦinskas. + * Sun Aug 04 2013 Fedora Release Engineering - 1.5.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild