Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2014-02-09 13:17:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5 (Old)
 and      /work/SRC/openSUSE:Factory/.php5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/php5/php5.changes        2014-01-15 
19:36:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2014-02-09 
13:17:59.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Feb  7 09:46:47 UTC 2014 - [email protected]
+
+- updated to 5.5.9:
+  * This release fixes several bugs against PHP 5.5.8.
+  * see NEWS or http://www.php.net/ChangeLog-5.php#5.5.9 for 
+    details
+- modified patches:
+  * php5-no-build-date.patch (refreshed using quilt)
+
+-------------------------------------------------------------------

Old:
----
  php-5.5.8.tar.bz2

New:
----
  php-5.5.9.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php5.spec ++++++
--- /var/tmp/diff_new_pack.yTYXHy/_old  2014-02-09 13:18:00.000000000 +0100
+++ /var/tmp/diff_new_pack.yTYXHy/_new  2014-02-09 13:18:00.000000000 +0100
@@ -100,7 +100,7 @@
 %define apache2_includedir %(%{apxs2} -q INCLUDEDIR)
 %define apache2_serverroot %(%{apxs2} -q PREFIX)
 %define need_libxml2_hack  %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h;then echo 1; else echo 
0; fi; else echo 0; fi)
-Version:        5.5.8
+Version:        5.5.9
 Release:        0
 Provides:       php
 Provides:       php-api = %{apiver}


++++++ php-5.5.8.tar.bz2 -> php-5.5.9.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/php5/php-5.5.8.tar.bz2 
/work/SRC/openSUSE:Factory/.php5.new/php-5.5.9.tar.bz2 differ: char 11, line 1

++++++ php5-no-build-date.patch ++++++
--- /var/tmp/diff_new_pack.yTYXHy/_old  2014-02-09 13:18:00.000000000 +0100
+++ /var/tmp/diff_new_pack.yTYXHy/_new  2014-02-09 13:18:00.000000000 +0100
@@ -1,8 +1,8 @@
 Index: ext/standard/info.c
 ===================================================================
---- ext/standard/info.c.orig
-+++ ext/standard/info.c
-@@ -698,7 +698,7 @@ PHPAPI void php_print_info(int flag TSRM
+--- ext/standard/info.c.orig   2014-02-05 11:00:36.000000000 +0100
++++ ext/standard/info.c        2014-02-07 10:43:18.464149781 +0100
+@@ -702,7 +702,7 @@
                php_info_print_box_end();
                php_info_print_table_start();
                php_info_print_table_row(2, "System", php_uname );
@@ -11,7 +11,7 @@
  #ifdef COMPILER
                php_info_print_table_row(2, "Compiler", COMPILER);
  #endif
-@@ -706,7 +706,7 @@ PHPAPI void php_print_info(int flag TSRM
+@@ -710,7 +710,7 @@
                php_info_print_table_row(2, "Architecture", ARCHITECTURE);
  #endif
  #ifdef CONFIGURE_COMMAND
@@ -22,22 +22,25 @@
                if (sapi_module.pretty_name) {
 Index: sapi/fpm/fpm/fpm_main.c
 ===================================================================
---- sapi/fpm/fpm/fpm_main.c.orig
-+++ sapi/fpm/fpm/fpm_main.c
-@@ -1723,7 +1723,7 @@ int main(int argc, char *argv[])
+--- sapi/fpm/fpm/fpm_main.c.orig       2014-02-07 10:43:18.465149793 +0100
++++ sapi/fpm/fpm/fpm_main.c    2014-02-07 10:44:00.085630478 +0100
+@@ -1721,9 +1721,9 @@
+                               SG(request_info).no_headers = 1;
+ 
  #if ZEND_DEBUG
-                               php_printf("PHP %s (%s) (built: %s %s) 
(DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__,        __TIME__, get_zend_version());
+-                              php_printf("PHP %s (%s) (built: %s %s) 
(DEBUG)\nCopyright (c) 1997-2014 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__,        __TIME__, get_zend_version());
++                              php_printf("PHP %s (%s) (DEBUG)\nCopyright (c) 
1997-2014 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
get_zend_version());
  #else
--                              php_printf("PHP %s (%s) (built: %s 
%s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__,      get_zend_version());
-+                              php_printf("PHP %s (%s)\nCopyright (c) 
1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
get_zend_version());
+-                              php_printf("PHP %s (%s) (built: %s 
%s)\nCopyright (c) 1997-2014 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__,      get_zend_version());
++                              php_printf("PHP %s (%s)\nCopyright (c) 
1997-2014 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
get_zend_version());
  #endif
                                php_request_shutdown((void *) 0);
                                fcgi_shutdown();
 Index: configure.in
 ===================================================================
---- configure.in.orig
-+++ configure.in
-@@ -1257,8 +1257,8 @@ fi
+--- configure.in.orig  2014-02-05 11:00:36.000000000 +0100
++++ configure.in       2014-02-07 10:43:18.465149793 +0100
+@@ -1257,8 +1257,8 @@
  
  EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS"
  EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $PHP_LDFLAGS"
@@ -48,7 +51,7 @@
  AC_DEFINE_UNQUOTED(PHP_BUILD_DATE,"$PHP_BUILD_DATE",[PHP build date])
  
  case $host_alias in
-@@ -1269,7 +1269,8 @@ case $host_alias in
+@@ -1269,7 +1269,8 @@
    AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[hardcode for each of the cross 
compiler host])
    ;;
  *)
@@ -60,29 +63,32 @@
    AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
 Index: sapi/cli/php_cli.c
 ===================================================================
---- sapi/cli/php_cli.c.orig
-+++ sapi/cli/php_cli.c
-@@ -692,8 +692,8 @@ static int do_cli(int argc, char **argv
+--- sapi/cli/php_cli.c.orig    2014-02-07 10:43:18.466149804 +0100
++++ sapi/cli/php_cli.c 2014-02-07 10:44:28.322956381 +0100
+@@ -693,8 +693,8 @@
                                goto out;
  
                        case 'v': /* show php version & quit */
--                              php_printf("PHP %s (%s) (built: %s %s) 
%s\nCopyright (c) 1997-2013 The PHP Group\n%s",
+-                              php_printf("PHP %s (%s) (built: %s %s) 
%s\nCopyright (c) 1997-2014 The PHP Group\n%s",
 -                                      PHP_VERSION, cli_sapi_module.name, 
__DATE__, __TIME__,
-+                              php_printf("PHP %s (%s) %s\nCopyright (c) 
1997-2013 The PHP Group\n%s",
++                              php_printf("PHP %s (%s) %s\nCopyright (c) 
1997-2014 The PHP Group\n%s",
 +                                      PHP_VERSION, cli_sapi_module.name,
  #if ZEND_DEBUG && defined(HAVE_GCOV)
                                        "(DEBUG GCOV)",
  #elif ZEND_DEBUG
 Index: sapi/cgi/cgi_main.c
 ===================================================================
---- sapi/cgi/cgi_main.c.orig
-+++ sapi/cgi/cgi_main.c
-@@ -2221,7 +2221,7 @@ consult the installation file that came
+--- sapi/cgi/cgi_main.c.orig   2014-02-07 10:43:18.467149816 +0100
++++ sapi/cgi/cgi_main.c        2014-02-07 10:45:08.115414937 +0100
+@@ -2223,9 +2223,9 @@
+                                                               
SG(request_info).no_headers = 1;
+                                                       }
  #if ZEND_DEBUG
-                                                       php_printf("PHP %s (%s) 
(built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", 
PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+-                                                      php_printf("PHP %s (%s) 
(built: %s %s) (DEBUG)\nCopyright (c) 1997-2014 The PHP Group\n%s", 
PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++                                                      php_printf("PHP %s (%s) 
(DEBUG)\nCopyright (c) 1997-2014 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, get_zend_version());
  #else
--                                                      php_printf("PHP %s (%s) 
(built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
-+                                                      php_printf("PHP %s 
(%s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, get_zend_version());
+-                                                      php_printf("PHP %s (%s) 
(built: %s %s)\nCopyright (c) 1997-2014 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
++                                                      php_printf("PHP %s 
(%s)\nCopyright (c) 1997-2014 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, get_zend_version());
  #endif
                                                        
php_request_shutdown((void *) 0);
                                                        fcgi_shutdown();

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to