Hello community, here is the log from the commit of package php5 for openSUSE:Factory checked in at 2013-09-26 19:42:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-09-07 12:32:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes 2013-09-26 19:42:09.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Sep 25 09:30:23 UTC 2013 - [email protected] + +- updated to 5.4.20: + * About 30 bugs were fixed. + +------------------------------------------------------------------- Old: ---- php-5.4.19.tar.bz2 New: ---- php-5.4.20.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php5.spec ++++++ --- /var/tmp/diff_new_pack.PHbSc8/_old 2013-09-26 19:42:12.000000000 +0200 +++ /var/tmp/diff_new_pack.PHbSc8/_new 2013-09-26 19:42:12.000000000 +0200 @@ -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.4.19 +Version: 5.4.20 Release: 0 Provides: php Provides: php-api = %{apiver} @@ -1283,7 +1283,7 @@ %patch6 %patch7 %patch10 -%patch11 -p1 +%patch11 %if %{need_libxml2_hack} echo "*** APPLY LIBXML2.7 FIX ***" %patch12 ++++++ php-5.4.19.tar.bz2 -> php-5.4.20.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/php5/php-5.4.19.tar.bz2 /work/SRC/openSUSE:Factory/.php5.new/php-5.4.20.tar.bz2 differ: char 11, line 1 ++++++ php5-mbstring-missing-return.patch ++++++ --- /var/tmp/diff_new_pack.PHbSc8/_old 2013-09-26 19:42:12.000000000 +0200 +++ /var/tmp/diff_new_pack.PHbSc8/_new 2013-09-26 19:42:12.000000000 +0200 @@ -1,8 +1,8 @@ -Index: php-5.4.4/ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c +Index: ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c =================================================================== ---- php-5.4.4.orig/ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c -+++ php-5.4.4/ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c -@@ -672,6 +672,8 @@ retry: +--- ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c.orig 2013-09-18 07:48:57.000000000 +0200 ++++ ext/mbstring/libmbfl/filters/mbfilter_sjis_2004.c 2013-09-25 11:59:19.925758346 +0200 +@@ -672,6 +672,8 @@ CK(mbfl_filt_conv_illegal_output(c, filter)); } } @@ -11,3 +11,15 @@ } int +Index: ext/mbstring/libmbfl/filters/mbfilter_utf8.c +=================================================================== +--- ext/mbstring/libmbfl/filters/mbfilter_utf8.c.orig 2013-09-18 07:48:57.000000000 +0200 ++++ ext/mbstring/libmbfl/filters/mbfilter_utf8.c 2013-09-25 12:22:04.061030824 +0200 +@@ -101,6 +101,7 @@ + filter->status = 0; + filter->cache = 0; + CK((*filter->output_function)(w, filter->data)); ++ return 0; + } + + -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
