diff --git a/.cvsignore b/.cvsignore index 791f633..e35bc63 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -httplib2-0.4.0.tar.gz +httplib2-0.6.0.tar.gz diff --git a/python-httplib2.spec b/python-httplib2.spec index 81064f1..ca85164 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,13 +1,13 @@ %{!?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: 4%{?dist} +Version: 0.6.0 +Release: 1%{?dist} Summary: A comprehensive HTTP client library Group: System Environment/Libraries License: MIT URL: http://code.google.com/p/httplib2/ -Source0: http://httplib2.googlecode.com/files/httplib2-0.4.0.tar.gz +Source0: http://httplib2.googlecode.com/files/httplib2-0.6.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-setuptools-devel @@ -34,10 +34,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README PKG-INFO +%doc README %{python_sitelib}/* %changelog +* Fri Apr 02 2010 Andreas Bierfert +- 0.6.0-1 +- version upgrade (#566721) + * Sun Jul 26 2009 Fedora Release Engineering - 0.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index febab5d..dc473ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -022006c6c5fb75ea082b97d0fcc89d94 httplib2-0.4.0.tar.gz +04f73e296c02c9cd7151db33a2671b7c httplib2-0.6.0.tar.gz