rpms/python-pycurl/F-9 .cvsignore, 1.6, 1.7 python-pycurl.spec, 1.8, 1.9 sources, 1.6, 1.7

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Thu Jul 3 21:32:36 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/python-pycurl/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7518

Modified Files:
	.cvsignore python-pycurl.spec sources 
Log Message:
* Thu Jul  3 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 7.18.2-1
- Update to 7.18.2
- Thanks to Ville Skyttä re-enable the tests and fix a minor problem
  with the setup.py. (Bug # 45400)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-pycurl/F-9/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	6 Jun 2008 04:15:08 -0000	1.6
+++ .cvsignore	3 Jul 2008 21:31:42 -0000	1.7
@@ -1 +1 @@
-pycurl-7.18.1.tar.gz
+pycurl-7.18.2.tar.gz


Index: python-pycurl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-pycurl/F-9/python-pycurl.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-pycurl.spec	6 Jun 2008 04:15:08 -0000	1.8
+++ python-pycurl.spec	3 Jul 2008 21:31:42 -0000	1.9
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-pycurl
-Version:        7.18.1
+Version:        7.18.2
 Release:        1%{?dist}
 Summary:        A Python interface to libcurl
 
@@ -9,6 +9,7 @@
 License:        LGPLv2+
 URL:            http://pycurl.sourceforge.net/
 Source0:        http://pycurl.sourceforge.net/download/pycurl-%{version}.tar.gz
+Patch0:		python-pycurl-no-static-libs.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -25,14 +26,16 @@
 of features.
 
 %prep
-%setup -q -n pycurl-%{version}
+%setup0 -q -n pycurl-%{version}
+%patch0 -p0
 chmod a-x examples/*
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -DHAVE_CURL_OPENSSL" %{__python} setup.py build
 
 %check
-#%{__python} tests/test_internals.py -q
+export PYTHONPATH=$PWD/build/lib*
+%{__python} tests/test_internals.py -q
 
 %install
 rm -rf %{buildroot}
@@ -48,6 +51,11 @@
 %{python_sitearch}/*
 
 %changelog
+* Thu Jul  3 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 7.18.2-1
+- Update to 7.18.2
+- Thanks to Ville Skyttä re-enable the tests and fix a minor problem
+  with the setup.py. (Bug # 45400)
+
 * Thu Jun  5 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 7.18.1-1
 - Update to 7.18.1
 - Disable tests because it's not testing the built library, it's trying to


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-pycurl/F-9/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	6 Jun 2008 04:15:08 -0000	1.6
+++ sources	3 Jul 2008 21:31:42 -0000	1.7
@@ -1 +1 @@
-adc4399a002ce794559941c13b89afb8  pycurl-7.18.1.tar.gz
+39210d56f1d5a75ac8dd6a2866a93dd5  pycurl-7.18.2.tar.gz




More information about the fedora-extras-commits mailing list