From f90c6b891266dc23ab4633ba113e992eee47cdcc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Nov 2014 18:41:40 +0100 Subject: php-pecl-strict: drop conflicts with ionCube Loader --- php-pecl-strict.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/php-pecl-strict.spec b/php-pecl-strict.spec index e012ef3..551225d 100644 --- a/php-pecl-strict.spec +++ b/php-pecl-strict.spec @@ -25,7 +25,7 @@ Summary: Strict scalar parameter type hint Name: %{?scl_prefix}php-pecl-strict Version: 0.3.0 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -43,9 +43,6 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -# cause segfault on startup -Conflicts: %{?scl_prefix}php-ioncube-loader - Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} @@ -229,6 +226,9 @@ rm -rf %{buildroot} %changelog +* Mon Nov 24 2014 Remi Collet - 0.3.0-3 +- drop conflicts with ionCube Loader + * Mon Nov 24 2014 Remi Collet - 0.3.0-2 - load as zend_extension -- cgit