Hello community, here is the log from the commit of package php7-redis for openSUSE:Factory checked in at 2018-02-01 21:31:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7-redis (Old) and /work/SRC/openSUSE:Factory/.php7-redis.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-redis" Thu Feb 1 21:31:12 2018 rev:6 rq:571747 version:3.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/php7-redis/php7-redis.changes 2018-01-06 18:48:34.224966568 +0100 +++ /work/SRC/openSUSE:Factory/.php7-redis.new/php7-redis.changes 2018-02-01 21:31:48.342288849 +0100 @@ -1,0 +2,7 @@ +Tue Jan 30 12:47:36 UTC 2018 - [email protected] + +- Build with hidden visibility, only a few symbols must be + exported, those are marked with default visibility in PHP core + headers. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7-redis.spec ++++++ --- /var/tmp/diff_new_pack.sK34kE/_old 2018-02-01 21:31:49.050255728 +0100 +++ /var/tmp/diff_new_pack.sK34kE/_new 2018-02-01 21:31:49.054255541 +0100 @@ -12,9 +12,10 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define php_name php7 %define pkg_name redis Name: %{php_name}-%{pkg_name} @@ -23,7 +24,7 @@ Summary: API for communicating with Redis servers License: PHP-3.01 Group: Productivity/Networking/Web/Servers -URL: https://pecl.php.net/package/%{pkg_name} +Url: https://pecl.php.net/package/%{pkg_name} Source0: https://pecl.php.net/get/%{pkg_name}-%{version}.tgz Source1: %{pkg_name}.ini BuildRequires: %{php_name}-devel >= 7.0.1 @@ -45,6 +46,7 @@ %setup -q -n %{pkg_name}-%{version} %build +export CFLAGS="%optflags -fvisibility=hidden" %{_bindir}/phpize %configure make %{?_smp_mflags}
