Merge branch 'master' of ssh://pkgs.fedoraproject.org/python-httplib2

Conflicts:
	python-httplib2.spec
This commit is contained in:
Ding-Yi Chen 2012-07-30 11:06:39 +10:00
commit c70a197792

View File

@ -10,7 +10,7 @@
Name: python-httplib2
Version: 0.7.4
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A comprehensive HTTP client library
Group: System Environment/Libraries
License: MIT
@ -91,10 +91,13 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3
%changelog
* Fri Jul 27 2012 Ding-Yi Chen <dchen at redhat.com> - 0.7.4-5
* Fri Jul 27 2012 Ding-Yi Chen <dchen at redhat.com> - 0.7.4-6
- Fixed Bug 840968 - SSL errors when the site certificate contains
subjectAltName but DNS is not in it
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jun 22 2012 Ding-Yi Chen <dchen at redhat.com> - 0.7.4-4
- Unify the spec file between EPEL and Fedora.