]> git.pld-linux.org Git - packages/php.git/commitdiff
- rel++
authorKrzysztof Taraszka <dzimi@pld-linux.org>
Wed, 26 Mar 2008 16:25:00 +0000 (16:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add php-curl-limit-speed.patch, so PHP now supports limiting upload/download
  speed when using cURL

Changed files:
    php.spec -> 1.710

php.spec

index 4cb684541572d907f4e34d9091cb7cb58dd0a29f..1b2900034c4d67fc3378dfa3754ed68a7096c3bf 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -73,7 +73,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %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
@@ -132,6 +132,8 @@ Patch30:    %{name}-bug-42952.patch
 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}
@@ -1602,6 +1604,7 @@ patch -p1 < %{PATCH22} || exit 1
 %patch31 -p1
 %patch32 -p1
 %patch33 -p1
+%patch34 -p1
 
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
This page took 0.369873 seconds and 4 git commands to generate.