Hello community, here is the log from the commit of package php7-gmagick for openSUSE:Factory checked in at 2018-05-15 10:15:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7-gmagick (Old) and /work/SRC/openSUSE:Factory/.php7-gmagick.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-gmagick" Tue May 15 10:15:07 2018 rev:6 rq:606918 version:2.0.5RC1 Changes: -------- --- /work/SRC/openSUSE:Factory/php7-gmagick/php7-gmagick.changes 2018-05-11 09:18:17.322485725 +0200 +++ /work/SRC/openSUSE:Factory/.php7-gmagick.new/php7-gmagick.changes 2018-05-15 10:34:03.466743022 +0200 @@ -1,0 +2,7 @@ +Mon May 14 06:40:13 UTC 2018 - [email protected] + +- Due to a packaging change in ghostscript the ghostscript-fonts-std + has to be included explicitly to successfully run the tests. Elsewise + the required helvetica-font is missing. Fix for bnc#1091930. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7-gmagick.spec ++++++ --- /var/tmp/diff_new_pack.YDFa2E/_old 2018-05-15 10:34:04.106719517 +0200 +++ /var/tmp/diff_new_pack.YDFa2E/_new 2018-05-15 10:34:04.114719223 +0200 @@ -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} @@ -28,7 +29,9 @@ Source1: %{pkg_name}.ini BuildRequires: %{php_name}-devel >= 7.0.1 BuildRequires: GraphicsMagick-devel >= 1.3.17 +BuildRequires: ghostscript-fonts-std BuildRequires: re2c +Conflicts: php7-imagick Provides: php-%{pkg_name} = %{version} Obsoletes: php-%{pkg_name} < %{version} %if %{?php_zend_api}0 @@ -37,7 +40,6 @@ %else %requires_eq %{php_name} %endif -Conflicts: php7-imagick %description PHP extension to create, modify and obtain meta information of images using @@ -49,10 +51,13 @@ %build %{_bindir}/phpize -export CFLAGS="%optflags -fvisibility=hidden" +export CFLAGS="%{optflags} -fvisibility=hidden" %configure --with-%{pkg_name}=%{_usr} make %{?_smp_mflags} +%check +make %{?_smp_mflags} PHP_EXECUTABLE=%{__php} NO_INTERACTION=1 test + %install make DESTDIR=%{buildroot} install INSTALL_ROOT=%{buildroot} mkdir -p %{buildroot}%{_sysconfdir}/%{php_name}/conf.d
