summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-12 11:21:23 +0100
committerRemi Collet <remi@remirepo.net>2018-12-12 11:21:23 +0100
commit19df36c528e5f86b2aa761f426ba76fa082b767c (patch)
tree15bb4a59a94576fc89e813ea772c29d6fb38db75
parentbefc9e1a16da69b20f3095afc55f888b6e7aff7a (diff)
cleanup for EL-8
-rw-r--r--php-pecl-gmagick.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-gmagick.spec b/php-pecl-gmagick.spec
index 5e45372..eb9f586 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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?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
@@ -178,7 +178,7 @@ fi
%check
-%if 0%{?fedora} >= 27
+%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
# see https://bugzilla.redhat.com/1530057
rm ?TS/tests/gmagick-006-annotateimage.phpt
rm ?TS/tests/gmagickdraw-003-annotate.phpt
@@ -230,6 +230,9 @@ export TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so"
%changelog
+* Wed Dec 12 2018 Remi Collet <remi@remirepo.net> - 2.0.5~RC1-4
+- cleanup for EL-8
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.5~RC1-3
- rebuild for 7.3.0beta2 new ABI