]> git.pld-linux.org Git - packages/php.git/commitdiff
- up to 5.3.2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 15 Mar 2010 21:09:22 +0000 (21:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-branch.sh -> 1.6
    php.spec -> 1.850

php-branch.sh
php.spec

index e3b8ac7a73101ff77c0375db91accd7b1c9fd4a4..c98cebab3a68273b568a54a170d13b589ec20177 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/sh
 set -e
 svn=http://svn.php.net/repository/php/php-src
-tag=php_5_2_11
-branch=PHP_5_2
+tag=php_5_3_1
+branch=PHP_5_3
 out=php-branch.diff
 
 d=$-
index 281a90ea96ef4fdf5f1e49c572a600444530edb7..cdd9bba350bbb6ffcb13c108468f1371a2a2cf2d 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -92,8 +92,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                subver  RC3
-%define                rel             0.15
+%define                rel             0.16
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -106,9 +105,8 @@ Release:    %{rel}%{?with_type_hints:th}
 Epoch:         4
 License:       PHP
 Group:         Libraries
-#Source0:      http://www.php.net/distributions/%{name}-%{version}.tar.bz2
-Source0:       http://downloads.php.net/johannes/%{name}-%{version}%{subver}.tar.bz2
-# Source0-md5: 7d9a716e5c18763572f214dcac216be0
+Source0:       http://www.php.net/distributions/%{name}-%{version}.tar.bz2
+# Source0-md5: 46f500816125202c48a458d0133254a4
 Source2:       %{name}-mod_%{name}.conf
 Source3:       %{name}-cgi-fcgi.ini
 Source4:       %{name}-apache.ini
@@ -1710,7 +1708,7 @@ compression support to PHP.
 Moduł PHP umożliwiający używanie kompresji zlib.
 
 %prep
-%setup -q -n %{name}-%{version}%{subver}
+%setup -q
 # prep for suhosin patch
 %{__sed} -i -e 's,\r$,,' Zend/Zend.dsp Zend/ZendTS.dsp
 %patch0 -p1
This page took 0.677668 seconds and 4 git commands to generate.