diff options
-rw-r--r-- | php-pecl-gmagick.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-pecl-gmagick.spec b/php-pecl-gmagick.spec index 5146e61..7c8b48c 100644 --- a/php-pecl-gmagick.spec +++ b/php-pecl-gmagick.spec @@ -16,7 +16,7 @@ Summary: Provides a wrapper to the GraphicsMagick library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.1.7 -Release: 0.10.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.11.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Libraries URL: http://pecl.php.net/package/%{pecl_name} @@ -173,6 +173,7 @@ fi # see https://bugzilla.redhat.com/1530057 rm ?TS/tests/gmagick-006-annotateimage.phpt rm ?TS/tests/gmagickdraw-003-annotate.phpt +rm ?TS/tests/gmagick-056-set_getsamplingfactors.phpt %endif : simple module load test for NTS extension @@ -218,6 +219,9 @@ export TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" %changelog +* Wed Feb 24 2021 Remi Collet <remi@fedoraproject.org> - 1.1.7-0.11.RC3 +- F34 build + * Wed Feb 19 2020 Remi Collet <remi@fedoraproject.org> - 1.1.7-0.10.RC3 - add workaround to https://bugs.php.net/78465 |