Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2018-07-04 23:49:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7 (Old)
 and      /work/SRC/openSUSE:Factory/.php7.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7"

Wed Jul  4 23:49:16 2018 rev:43 rq:619137 version:7.2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7/php7.changes        2018-05-29 
16:46:40.156194782 +0200
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2018-07-04 
23:49:24.608271319 +0200
@@ -1,0 +2,18 @@
+Tue Jun 26 09:56:39 UTC 2018 - [email protected]
+
+- updated to 7.2.7: A Bugfix release which includes a segfault fix 
+  for opcache.
+  http://php.net/ChangeLog-7.php#7.2.7
+
+-------------------------------------------------------------------
+Thu Jun  7 09:18:56 UTC 2018 - [email protected]
+
+- actually build against system gd for 42.3, made a bold comment
+  [bsc#1074025c#5]
+
+-------------------------------------------------------------------
+Tue May 29 09:29:57 UTC 2018 - [email protected]
+
+- fix build for SLE12, where %license does not exist
+
+-------------------------------------------------------------------

Old:
----
  php-7.2.6.tar.xz
  php-7.2.6.tar.xz.asc

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

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

Other differences:
------------------
++++++ php7.spec ++++++
--- /var/tmp/diff_new_pack.9Birtn/_old  2018-07-04 23:49:26.288269461 +0200
+++ /var/tmp/diff_new_pack.9Birtn/_new  2018-07-04 23:49:26.292269456 +0200
@@ -32,14 +32,18 @@
 %define build_sodium 1
 %endif
 %define system_gd 0
+# for openSUSE 42.3 is newer gd linked in devel:languages:php, 
+# see bsc#1074025
+%if 0%{?is_opensuse} || %{?suse_version} >= 1500
+%define system_gd 1
+%endif
 %define build_argon2 0
 %if %{?suse_version} >= 1500
-%define system_gd 1
 %define build_argon2 1
 %endif
 %bcond_with make_test
 Name:           php7
-Version:        7.2.6
+Version:        7.2.7
 Release:        0
 Summary:        Interpreter for the PHP scripting language version 7
 License:        PHP-3.01
@@ -1441,7 +1445,11 @@
 
 %files
 %defattr(-, root, root)
+%if 0%{?suse_version} > 1320
 %license LICENSE
+%else
+%doc LICENSE
+%endif
 %doc README* CODING_STANDARDS CREDITS EXTENSIONS NEWS UPGRADING
 %doc php-suse-addons/test.php5
 %{_mandir}/man1/*


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

++++++ php7-honor-re2c-flags.patch ++++++
--- /var/tmp/diff_new_pack.9Birtn/_old  2018-07-04 23:49:26.396269342 +0200
+++ /var/tmp/diff_new_pack.9Birtn/_new  2018-07-04 23:49:26.396269342 +0200
@@ -1,7 +1,7 @@
-Index: php-7.2.2/ext/standard/Makefile.frag
+Index: php-7.2.7/ext/standard/Makefile.frag
 ===================================================================
---- php-7.2.2.orig/ext/standard/Makefile.frag
-+++ php-7.2.2/ext/standard/Makefile.frag
+--- php-7.2.7.orig/ext/standard/Makefile.frag
++++ php-7.2.7/ext/standard/Makefile.frag
 @@ -1,9 +1,9 @@
  
  $(srcdir)/var_unserializer.c: $(srcdir)/var_unserializer.re
@@ -14,10 +14,10 @@
  
  $(builddir)/info.lo: $(builddir)/../../main/build-defs.h
  
-Index: php-7.2.2/ext/json/Makefile.frag
+Index: php-7.2.7/ext/json/Makefile.frag
 ===================================================================
---- php-7.2.2.orig/ext/json/Makefile.frag
-+++ php-7.2.2/ext/json/Makefile.frag
+--- php-7.2.7.orig/ext/json/Makefile.frag
++++ php-7.2.7/ext/json/Makefile.frag
 @@ -1,5 +1,5 @@
  $(srcdir)/json_scanner.c: $(srcdir)/json_scanner.re
 -      $(RE2C) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci 
-o $@ $(srcdir)/json_scanner.re
@@ -25,10 +25,10 @@
  
  $(srcdir)/json_parser.tab.c: $(srcdir)/json_parser.y
        $(YACC) --defines -l $(srcdir)/json_parser.y -o $@
-Index: php-7.2.2/ext/phar/Makefile.frag
+Index: php-7.2.7/ext/phar/Makefile.frag
 ===================================================================
---- php-7.2.2.orig/ext/phar/Makefile.frag
-+++ php-7.2.2/ext/phar/Makefile.frag
+--- php-7.2.7.orig/ext/phar/Makefile.frag
++++ php-7.2.7/ext/phar/Makefile.frag
 @@ -1,9 +1,9 @@
  $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
        @(cd $(top_srcdir); \
@@ -41,16 +41,19 @@
        fi)
  
  pharcmd: $(builddir)/phar.php $(builddir)/phar.phar
-Index: php-7.2.2/ext/pdo/Makefile.frag
+Index: php-7.2.7/ext/pdo/Makefile.frag
 ===================================================================
---- php-7.2.2.orig/ext/pdo/Makefile.frag
-+++ php-7.2.2/ext/pdo/Makefile.frag
-@@ -7,7 +7,7 @@ PDO_HEADER_FILES= \
- 
- 
+--- php-7.2.7.orig/ext/pdo/Makefile.frag
++++ php-7.2.7/ext/pdo/Makefile.frag
+@@ -9,9 +9,9 @@ PDO_HEADER_FILES= \
  $(srcdir)/pdo_sql_parser.c: $(srcdir)/pdo_sql_parser.re
--      (cd $(top_srcdir); $(RE2C) --no-generation-date -o 
ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re)
-+      (cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -o 
ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re)
+       @(cd $(top_srcdir); \
+       if test -f ./pdo_sql_parser.re; then \
+-              $(RE2C) --no-generation-date -o pdo_sql_parser.c 
pdo_sql_parser.re; \
++              $(RE2C) $(RE2C_FLAGS) --no-generation-date -o pdo_sql_parser.c 
pdo_sql_parser.re; \
+       else \
+-              $(RE2C) --no-generation-date -o ext/pdo/pdo_sql_parser.c 
ext/pdo/pdo_sql_parser.re; \
++              $(RE2C) $(RE2C_FLAGS) --no-generation-date -o 
ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re; \
+       fi)
  
  install-pdo-headers:
-       @echo "Installing PDO headers:           
$(INSTALL_ROOT)$(phpincludedir)/ext/pdo/"



Reply via email to