update to 5.3.8
This commit is contained in:
parent
49d95f97cb
commit
e2cd482069
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
php.spec~
|
php.spec~
|
||||||
/php-5.3.7.tar.bz2
|
/php-5.3.7.tar.bz2
|
||||||
|
/php-5.3.8.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -up php-5.3.7/build/buildcheck.sh.aconf259 php-5.3.7/build/buildcheck.sh
|
diff -up php-5.3.8/build/buildcheck.sh.aconf259 php-5.3.8/build/buildcheck.sh
|
||||||
--- php-5.3.7/build/buildcheck.sh.aconf259 2011-05-18 21:55:34.000000000 +0200
|
--- php-5.3.8/build/buildcheck.sh.aconf259 2011-05-18 21:55:34.000000000 +0200
|
||||||
+++ php-5.3.7/build/buildcheck.sh 2011-08-18 18:05:07.401955101 +0200
|
+++ php-5.3.8/build/buildcheck.sh 2011-08-23 13:43:08.977271533 +0200
|
||||||
@@ -28,33 +28,23 @@ if test -z "$PHP_AUTOCONF"; then
|
@@ -28,33 +28,23 @@ if test -z "$PHP_AUTOCONF"; then
|
||||||
PHP_AUTOCONF='autoconf'
|
PHP_AUTOCONF='autoconf'
|
||||||
fi
|
fi
|
||||||
@ -40,11 +40,11 @@ diff -up php-5.3.7/build/buildcheck.sh.aconf259 php-5.3.7/build/buildcheck.sh
|
|||||||
|
|
||||||
if test "$1" = "2" -a "$2" -ge "50"; then
|
if test "$1" = "2" -a "$2" -ge "50"; then
|
||||||
./vcsclean
|
./vcsclean
|
||||||
diff -up php-5.3.7/configure.in.aconf259 php-5.3.7/configure.in
|
diff -up php-5.3.8/configure.in.aconf259 php-5.3.8/configure.in
|
||||||
--- php-5.3.7/configure.in.aconf259 2011-08-18 18:05:07.393955075 +0200
|
--- php-5.3.8/configure.in.aconf259 2011-08-23 13:43:08.971271521 +0200
|
||||||
+++ php-5.3.7/configure.in 2011-08-18 18:05:43.766072484 +0200
|
+++ php-5.3.8/configure.in 2011-08-23 13:43:34.264326174 +0200
|
||||||
@@ -1,28 +1,6 @@
|
@@ -1,28 +1,6 @@
|
||||||
## $Id: configure.in 315066 2011-08-17 13:30:04Z iliaa $ -*- autoconf -*-
|
## $Id: configure.in 315343 2011-08-23 08:56:29Z johannes $ -*- autoconf -*-
|
||||||
dnl ## Process this file with autoconf to produce a configure script.
|
dnl ## Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
-divert(1)
|
-divert(1)
|
||||||
@ -136,9 +136,9 @@ diff -up php-5.3.7/configure.in.aconf259 php-5.3.7/configure.in
|
|||||||
dnl Extension configuration.
|
dnl Extension configuration.
|
||||||
dnl -------------------------------------------------------------------------
|
dnl -------------------------------------------------------------------------
|
||||||
|
|
||||||
diff -up php-5.3.7/ext/standard/config.m4.aconf259 php-5.3.7/ext/standard/config.m4
|
diff -up php-5.3.8/ext/standard/config.m4.aconf259 php-5.3.8/ext/standard/config.m4
|
||||||
--- php-5.3.7/ext/standard/config.m4.aconf259 2010-06-17 12:22:03.000000000 +0200
|
--- php-5.3.8/ext/standard/config.m4.aconf259 2010-06-17 12:22:03.000000000 +0200
|
||||||
+++ php-5.3.7/ext/standard/config.m4 2011-08-18 18:05:07.403955107 +0200
|
+++ php-5.3.8/ext/standard/config.m4 2011-08-23 13:43:08.979271537 +0200
|
||||||
@@ -1,7 +1,5 @@
|
@@ -1,7 +1,5 @@
|
||||||
dnl $Id: config.m4 300511 2010-06-17 10:22:03Z pajoye $ -*- autoconf -*-
|
dnl $Id: config.m4 300511 2010-06-17 10:22:03Z pajoye $ -*- autoconf -*-
|
||||||
|
|
||||||
@ -156,9 +156,9 @@ diff -up php-5.3.7/ext/standard/config.m4.aconf259 php-5.3.7/ext/standard/config
|
|||||||
dnl
|
dnl
|
||||||
dnl Check if there is a support means of creating a new process
|
dnl Check if there is a support means of creating a new process
|
||||||
dnl and defining which handles it receives
|
dnl and defining which handles it receives
|
||||||
diff -up php-5.3.7/scripts/php-config.in.aconf259 php-5.3.7/scripts/php-config.in
|
diff -up php-5.3.8/scripts/php-config.in.aconf259 php-5.3.8/scripts/php-config.in
|
||||||
--- php-5.3.7/scripts/php-config.in.aconf259 2011-04-18 13:13:37.000000000 +0200
|
--- php-5.3.8/scripts/php-config.in.aconf259 2011-04-18 13:13:37.000000000 +0200
|
||||||
+++ php-5.3.7/scripts/php-config.in 2011-08-18 18:05:07.404955110 +0200
|
+++ php-5.3.8/scripts/php-config.in 2011-08-23 13:43:08.980271540 +0200
|
||||||
@@ -2,6 +2,7 @@
|
@@ -2,6 +2,7 @@
|
||||||
|
|
||||||
SED="@SED@"
|
SED="@SED@"
|
||||||
@ -167,9 +167,9 @@ diff -up php-5.3.7/scripts/php-config.in.aconf259 php-5.3.7/scripts/php-config.i
|
|||||||
exec_prefix="@exec_prefix@"
|
exec_prefix="@exec_prefix@"
|
||||||
version="@PHP_VERSION@"
|
version="@PHP_VERSION@"
|
||||||
vernum="@PHP_VERSION_ID@"
|
vernum="@PHP_VERSION_ID@"
|
||||||
diff -up php-5.3.7/scripts/phpize.in.aconf259 php-5.3.7/scripts/phpize.in
|
diff -up php-5.3.8/scripts/phpize.in.aconf259 php-5.3.8/scripts/phpize.in
|
||||||
--- php-5.3.7/scripts/phpize.in.aconf259 2011-08-18 18:05:07.390955065 +0200
|
--- php-5.3.8/scripts/phpize.in.aconf259 2011-08-23 13:43:08.968271513 +0200
|
||||||
+++ php-5.3.7/scripts/phpize.in 2011-08-18 18:05:07.405955113 +0200
|
+++ php-5.3.8/scripts/phpize.in 2011-08-23 13:43:08.981271543 +0200
|
||||||
@@ -2,6 +2,7 @@
|
@@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# Variable declaration
|
# Variable declaration
|
||||||
@ -178,9 +178,9 @@ diff -up php-5.3.7/scripts/phpize.in.aconf259 php-5.3.7/scripts/phpize.in
|
|||||||
exec_prefix="`eval echo @exec_prefix@`"
|
exec_prefix="`eval echo @exec_prefix@`"
|
||||||
phpdir="@libdir@/php/build"
|
phpdir="@libdir@/php/build"
|
||||||
includedir="`eval echo @includedir@`/php"
|
includedir="`eval echo @includedir@`/php"
|
||||||
diff -up php-5.3.7/scripts/phpize.m4.aconf259 php-5.3.7/scripts/phpize.m4
|
diff -up php-5.3.8/scripts/phpize.m4.aconf259 php-5.3.8/scripts/phpize.m4
|
||||||
--- php-5.3.7/scripts/phpize.m4.aconf259 2010-11-02 10:58:08.000000000 +0100
|
--- php-5.3.8/scripts/phpize.m4.aconf259 2010-11-02 10:58:08.000000000 +0100
|
||||||
+++ php-5.3.7/scripts/phpize.m4 2011-08-18 18:05:07.406955117 +0200
|
+++ php-5.3.8/scripts/phpize.m4 2011-08-23 13:43:08.982271545 +0200
|
||||||
@@ -1,9 +1,8 @@
|
@@ -1,9 +1,8 @@
|
||||||
dnl This file becomes configure.in for self-contained extensions.
|
dnl This file becomes configure.in for self-contained extensions.
|
||||||
|
|
8
php.spec
8
php.spec
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.3.7
|
Version: 5.3.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: PHP
|
License: PHP
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -61,7 +61,7 @@ Patch6: php-5.2.4-embed.patch
|
|||||||
Patch7: php-5.3.0-recode.patch
|
Patch7: php-5.3.0-recode.patch
|
||||||
# from http://svn.php.net/viewvc?view=revision&revision=311042
|
# from http://svn.php.net/viewvc?view=revision&revision=311042
|
||||||
# and http://svn.php.net/viewvc?view=revision&revision=311908
|
# and http://svn.php.net/viewvc?view=revision&revision=311908
|
||||||
Patch8: php-5.3.7-aconf259.patch
|
Patch8: php-5.3.8-aconf259.patch
|
||||||
|
|
||||||
# Fixes for extension modules
|
# Fixes for extension modules
|
||||||
Patch20: php-4.3.11-shutdown.patch
|
Patch20: php-4.3.11-shutdown.patch
|
||||||
@ -1041,6 +1041,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 23 2011 Remi Collet <remi@fedoraproject.org> 5.3.8-1
|
||||||
|
- update to 5.3.8
|
||||||
|
http://www.php.net/ChangeLog-5.php#5.3.8
|
||||||
|
|
||||||
* Thu Aug 18 2011 Remi Collet <remi@fedoraproject.org> 5.3.7-1
|
* Thu Aug 18 2011 Remi Collet <remi@fedoraproject.org> 5.3.7-1
|
||||||
- update to 5.3.7
|
- update to 5.3.7
|
||||||
http://www.php.net/ChangeLog-5.php#5.3.7
|
http://www.php.net/ChangeLog-5.php#5.3.7
|
||||||
|
Loading…
Reference in New Issue
Block a user