Hello community,

here is the log from the commit of package php7-memcached for openSUSE:Factory 
checked in at 2018-03-22 12:07:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-memcached (Old)
 and      /work/SRC/openSUSE:Factory/.php7-memcached.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-memcached"

Thu Mar 22 12:07:53 2018 rev:3 rq:589808 version:3.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-memcached/php7-memcached.changes    
2017-08-13 14:58:12.393071689 +0200
+++ /work/SRC/openSUSE:Factory/.php7-memcached.new/php7-memcached.changes       
2018-03-22 12:11:56.219006810 +0100
@@ -1,0 +2,6 @@
+Wed Mar 21 17:57:56 UTC 2018 - [email protected]
+
+- Build extension with fvisibility=hidden to limit symbol
+  exposure and/or symbols clashes.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ php7-memcached.spec ++++++
--- /var/tmp/diff_new_pack.PFiJax/_old  2018-03-22 12:11:57.002978711 +0100
+++ /var/tmp/diff_new_pack.PFiJax/_new  2018-03-22 12:11:57.006978568 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php7-memcached
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,9 +34,9 @@
 BuildRequires:  php7-json
 BuildRequires:  pkgconfig
 BuildRequires:  sysvinit-tools
+Requires:       php7-json
 Requires:       php(api) = %{php_core_api}
 Requires:       php(zend-abi) = %{php_zend_api}
-Requires:       php7-json
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,11 +47,7 @@
 %setup -q -n %{pkg_name}-%{version}
 
 %build
-CFLAGS="%{optflags}"
-CXXFLAGS="%{optflags}"
-export CFLAGS
-export CXXFLAGS
-
+export CFLAGS="%{optflags} -fvisibility=hidden"
 %{__phpize}
 %configure \
 %if 0%{?suse_version} < 1310


Reply via email to