Hello community,

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

Package is "php7-imagick"

Mon Mar 19 23:38:17 2018 rev:5 rq:588043 version:3.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-imagick/php7-imagick.changes        
2018-03-11 15:25:32.998572373 +0100
+++ /work/SRC/openSUSE:Factory/.php7-imagick.new/php7-imagick.changes   
2018-03-19 23:38:17.993522875 +0100
@@ -1,0 +2,12 @@
+Fri Mar 16 13:23:30 UTC 2018 - crrodrig...@opensuse.org
+
+- Build module with fvisibility=hidden, this should 
+  avoid additional symbol conflicts.
+
+-------------------------------------------------------------------
+Fri Mar 16 13:11:31 UTC 2018 - crrodrig...@opensuse.org
+
+- add a Conflict between this extension and gmagick.
+  (boo#1085595)
+
+-------------------------------------------------------------------

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

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


Reply via email to