From 9a50b52d4f196a253a7d57d06395f34da1a48ba9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 12:24:46 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-gmagick.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-gmagick.spec b/php-pecl-gmagick.spec index 35ab40a..aacbc95 100644 --- a/php-pecl-gmagick.spec +++ b/php-pecl-gmagick.spec @@ -23,7 +23,7 @@ Summary: Provides a wrapper to the GraphicsMagick library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -227,6 +227,9 @@ export TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" %changelog +* Tue Sep 03 2019 Remi Collet - 2.0.5~RC1-6 +- rebuild for 7.4.0RC1 + * Tue Aug 27 2019 Remi Collet - 2.0.5~RC1-5 - add workaround to https://bugs.php.net/78465 -- cgit