rpms/python-pycurl/devel python-pycurl-no-static-libs.patch, NONE, 1.1 .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:23:05 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/python-pycurl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7113

Modified Files:
	.cvsignore python-pycurl.spec sources 
Added Files:
	python-pycurl-no-static-libs.patch 
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)


python-pycurl-no-static-libs.patch:

--- NEW FILE python-pycurl-no-static-libs.patch ---
--- setup.py~	2008-04-22 17:00:45.000000000 +0300
+++ setup.py	2008-07-03 21:53:36.000000000 +0300
@@ -97,8 +97,7 @@
         else:
             extra_compile_args.append(e)
     libs = split_quoted(
-        os.popen("'%s' --libs" % CURL_CONFIG).read()+\
-        os.popen("'%s' --static-libs" % CURL_CONFIG).read())
+        os.popen("'%s' --libs" % CURL_CONFIG).read())
     for e in libs:
         if e[:2] == "-l":
             libraries.append(e[2:])


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-pycurl/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	6 Jun 2008 04:08:27 -0000	1.6
+++ .cvsignore	3 Jul 2008 21:22:10 -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/devel/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:08:27 -0000	1.8
+++ python-pycurl.spec	3 Jul 2008 21:22:10 -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/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	6 Jun 2008 04:08:27 -0000	1.6
+++ sources	3 Jul 2008 21:22:10 -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