Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2017-10-10 11:33:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7 (Old)
 and      /work/SRC/openSUSE:Factory/.php7.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7"

Tue Oct 10 11:33:34 2017 rev:24 rq:531130 version:7.1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7/php7.changes        2017-09-29 
11:51:47.525212693 +0200
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2017-10-10 
11:33:37.272134641 +0200
@@ -1,0 +2,18 @@
+Wed Oct  4 09:57:14 UTC 2017 - [email protected]
+
+- fixed installation of wrong cli [bsc#1061555]
+
+-------------------------------------------------------------------
+Sat Sep 30 10:31:53 UTC 2017 - [email protected]
+
+- Update not-so-useful repeated package summaries.
+  Update the descriptions to have a bit more explanation.
+  Replace old tar syntax.
+
+-------------------------------------------------------------------
+Wed Sep 27 11:47:22 UTC 2017 - [email protected]
+
+- build and ship embed SAPI
+  + php7-embed.patch
+
+-------------------------------------------------------------------

New:
----
  php7-embed.patch
  php7.rpmlintrc

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

Other differences:
------------------
++++++ php7.spec ++++++
++++ 769 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/php7/php7.spec
++++ and /work/SRC/openSUSE:Factory/.php7.new/php7.spec



++++++ php7-embed.patch ++++++
--- php-7.1.10/sapi/embed/config.m4.embed
+++ php-7.1.10/sapi/embed/config.m4
@@ -12,7 +12,7 @@ if test "$PHP_EMBED" != "no"; then
   case "$PHP_EMBED" in
     yes|shared)
       PHP_EMBED_TYPE=shared
-      INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(prefix)/lib; 
\$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)\$(prefix)/lib"
+      INSTALL_IT="\$(mkinstalldirs) \$(INSTALL_ROOT)\$(libdir); \$(LIBTOOL) 
--mode=install \$(INSTALL) -m 0755 \$(OVERALL_TARGET) 
\$(INSTALL_ROOT)\$(libdir)"
       ;;
     static)
       PHP_EMBED_TYPE=static

++++++ php7.rpmlintrc ++++++
# Non-versioned shared library, php-embed requires
# exact version of main package, parallel installation
# not wanted
addFilter("php.-embed.* shlib-policy-name-error")

Reply via email to