Hello community,

here is the log from the commit of package php7-gmagick for openSUSE:Factory 
checked in at 2018-03-19 23:37:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-gmagick (Old)
 and      /work/SRC/openSUSE:Factory/.php7-gmagick.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-gmagick"

Mon Mar 19 23:37:57 2018 rev:4 rq:587903 version:2.0.5RC1

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-gmagick/php7-gmagick.changes        
2018-03-09 10:46:02.359881220 +0100
+++ /work/SRC/openSUSE:Factory/.php7-gmagick.new/php7-gmagick.changes   
2018-03-19 23:37:58.698218937 +0100
@@ -1,0 +2,9 @@
+Fri Mar 16 13:35:22 UTC 2018 - crrodrig...@opensuse.org
+
+- Build extension with -fvisibility=hidden, to limit
+  chance of symbol collisions with other extensions or libraries
+  loaded in the same process.
+
+- This extenion conflicts with php7-imagick (boo#1085595)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ php7-gmagick.spec ++++++
--- /var/tmp/diff_new_pack.TFX7iw/_old  2018-03-19 23:37:59.546188347 +0100
+++ /var/tmp/diff_new_pack.TFX7iw/_new  2018-03-19 23:37:59.550188203 +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    gmagick
 Name:           %{php_name}-%{pkg_name}
@@ -23,7 +24,7 @@
 Summary:        Wrapper to the GraphicsMagick library
 License:        PHP-3.01
 Group:          Productivity/Networking/Web/Servers
-URL:            https://pecl.php.net/package/gmagick
+Url:            https://pecl.php.net/package/gmagick
 Source0:        https://pecl.php.net/get/%{pkg_name}-%{version}.tgz
 Source1:        %{pkg_name}.ini
 BuildRequires:  %{php_name}-devel >= 7.0.1
@@ -37,6 +38,7 @@
 %else
 %requires_eq    %{php_name}
 %endif
+Conflicts:      php7-imagick
 
 %description
 PHP extension to create, modify and obtain meta information of images using
@@ -48,6 +50,7 @@
 
 %build
 %{_bindir}/phpize
+export CFLAGS="%optflags -fvisibility=hidden"
 %configure --with-%{pkg_name}=%{_usr}
 make %{?_smp_mflags}
 


Reply via email to