diff --git a/python-httplib2.spec b/python-httplib2.spec index 776982e..4204eef 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-httplib2 Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A comprehensive HTTP client library Group: System Environment/Libraries @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.4.0-2 +- Rebuild for Python 2.6 + * Thu Dec 27 2007 Andreas Bierfert - 0.4.0-1 - initial version