SPECS: php.spec - rel++ - add php-curl-limit-speed.patch, so PHP n...

dzimi dzimi at pld-linux.org
Wed Mar 26 17:25:06 CET 2008


Author: dzimi                        Date: Wed Mar 26 16:25:06 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel++
- add php-curl-limit-speed.patch, so PHP now supports limiting upload/download
  speed when using cURL

---- Files affected:
SPECS:
   php.spec (1.709 -> 1.710) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.709 SPECS/php.spec:1.710
--- SPECS/php.spec:1.709	Tue Feb  5 15:09:24 2008
+++ SPECS/php.spec	Wed Mar 26 17:25:00 2008
@@ -74,7 +74,7 @@
 %undefine	with_filter
 %endif
 
-%define		_rel 6
+%define		_rel 7
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):	Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):	Język skryptowy PHP
@@ -133,6 +133,8 @@
 Patch31:	%{name}-fcgi-graceful.patch
 Patch32:	%{name}-apr-apu.patch
 Patch33:	%{name}-fcgi-error_log-no-newlines.patch
+Patch34:	%{name}-curl-limit-speed.patch
+
 URL:		http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:	Firebird-devel >= 1.0.2.908-2}}
 %{?with_pspell:BuildRequires:	aspell-devel >= 2:0.50.0}
@@ -1603,6 +1605,7 @@
 %patch31 -p1
 %patch32 -p1
 %patch33 -p1
+%patch34 -p1
 
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
@@ -2760,6 +2763,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.710  2008-03-26 16:25:00  dzimi
+- rel++
+- add php-curl-limit-speed.patch, so PHP now supports limiting upload/download
+  speed when using cURL
+
 Revision 1.709  2008-02-05 14:09:24  dzeus
 - more TODO
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php.spec?r1=1.709&r2=1.710&f=u



More information about the pld-cvs-commit mailing list