Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2016-06-25 02:23:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7 (Old)
 and      /work/SRC/openSUSE:Factory/.php7.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7"

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7/php7.changes        2016-05-31 
12:25:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2016-06-25 
02:23:47.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Jun 23 13:50:13 UTC 2016 - pgaj...@suse.com
+
+- updated to 7.0.8: This is a security release. Several security 
+  bugs were fixed in this release.
+- removed: php7-mbstring-missing-return.patch (upstreamed)
+
+-------------------------------------------------------------------
+Mon Jun 20 11:37:51 UTC 2016 - pgaj...@suse.com
+
+- systemd unit: remove syslog.target from After [bsc#983938]
+
+-------------------------------------------------------------------

Old:
----
  php-7.0.7.tar.xz
  php-7.0.7.tar.xz.asc
  php7-mbstring-missing-return.patch

New:
----
  php-7.0.8.tar.xz
  php-7.0.8.tar.xz.asc

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

Other differences:
------------------
++++++ php7.spec ++++++
--- /var/tmp/diff_new_pack.sjuHwx/_old  2016-06-25 02:23:49.000000000 +0200
+++ /var/tmp/diff_new_pack.sjuHwx/_new  2016-06-25 02:23:49.000000000 +0200
@@ -51,7 +51,7 @@
 %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)
 
 Name:           php7
-Version:        7.0.7
+Version:        7.0.8
 Release:        0
 Summary:        PHP7 Core Files
 License:        PHP-3.01
@@ -83,7 +83,6 @@
 Patch9:         php7-depdb-path.patch
 
 ## Bugfix patches
-Patch10:        php7-mbstring-missing-return.patch
 Patch11:        php7-BNC-457056.patch
 # following patch is to fix configure tests for crypt; the aim is to have php
 # built against glibc's crypt; problem is, that our glibc doesn't support 
extended
@@ -1028,8 +1027,7 @@
 %patch5
 %patch6
 %patch7 -p1
-%patch8
-%patch10
+%patch8 -p1
 %if %{need_libxml2_hack}
 echo "*** APPLY LIBXML2.7 FIX ***"
 %patch11

++++++ build-test.sh ++++++
--- /var/tmp/diff_new_pack.sjuHwx/_old  2016-06-25 02:23:49.000000000 +0200
+++ /var/tmp/diff_new_pack.sjuHwx/_new  2016-06-25 02:23:49.000000000 +0200
@@ -28,7 +28,7 @@
 if [ ! -z "$apiurl" ]; then
   apiurl="-A $apiurl"
 fi
-osc $apiurl build $@ --no-verify --with make_test php5.spec 
+osc $apiurl build $@ --no-verify --with make_test -x valgrind php5.spec 
 if [ $? -ne 0 ]; then 
   echo "ERROR: build failed. See $OSC_BUILD_ROOT/.build.log for details."
   exit 1


++++++ php-7.0.7.tar.xz -> php-7.0.8.tar.xz ++++++
/work/SRC/openSUSE:Factory/php7/php-7.0.7.tar.xz 
/work/SRC/openSUSE:Factory/.php7.new/php-7.0.8.tar.xz differ: char 26, line 1

++++++ php7-systemd-unit.patch ++++++
--- /var/tmp/diff_new_pack.sjuHwx/_old  2016-06-25 02:23:49.000000000 +0200
+++ /var/tmp/diff_new_pack.sjuHwx/_new  2016-06-25 02:23:49.000000000 +0200
@@ -1,9 +1,12 @@
---- sapi/fpm/php-fpm.service.in.orig
-+++ sapi/fpm/php-fpm.service.in
+Index: php-7.0.7/sapi/fpm/php-fpm.service.in
+===================================================================
+--- php-7.0.7.orig/sapi/fpm/php-fpm.service.in 2016-05-25 15:13:19.000000000 
+0200
++++ php-7.0.7/sapi/fpm/php-fpm.service.in      2016-06-20 13:37:00.256207074 
+0200
 @@ -1,12 +1,15 @@
  [Unit]
  Description=The PHP FastCGI Process Manager
- After=syslog.target network.target
+-After=syslog.target network.target
++After=network.target
 +Before=apache2.service nginx.service lighttpd.service
  
  [Service]



Reply via email to