Hello community, here is the log from the commit of package python-httplib2 for openSUSE:12.2 checked in at 2012-07-17 13:14:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/python-httplib2 (Old) and /work/SRC/openSUSE:12.2/.python-httplib2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-httplib2", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.2/python-httplib2/python-httplib2.changes 2012-07-09 18:34:42.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.python-httplib2.new/python-httplib2.changes 2012-07-17 13:14:59.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jul 17 08:24:44 UTC 2012 - [email protected] + +- Add missing runtime requirement on python-pyOpenSSL to gain + access to 'ssl' module + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-httplib2.spec ++++++ --- /var/tmp/diff_new_pack.xotA2T/_old 2012-07-17 13:14:59.000000000 +0200 +++ /var/tmp/diff_new_pack.xotA2T/_new 2012-07-17 13:14:59.000000000 +0200 @@ -28,7 +28,9 @@ Patch0: httplib2-use-system-certs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +#BuildRequires: python-pyOpenSSL Requires: ca-certificates +Requires: python-pyOpenSSL %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else @@ -49,6 +51,9 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +#%%check +#python python2/httplib2test.py + %files %defattr(-,root,root) %doc README -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
