diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-24 18:41:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-24 18:41:40 +0100 |
commit | f90c6b891266dc23ab4633ba113e992eee47cdcc (patch) | |
tree | b801df895ef2a0dda78f36eceefc7cb625b9aea5 | |
parent | c0c2e5a59f4e4a31f722c37eebe6b2f50d9cdfd3 (diff) |
php-pecl-strict: drop conflicts with ionCube Loader
-rw-r--r-- | php-pecl-strict.spec | 8 |
1 files 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 <remi@fedoraproject.org> - 0.3.0-3 +- drop conflicts with ionCube Loader + * Mon Nov 24 2014 Remi Collet <remi@fedoraproject.org> - 0.3.0-2 - load as zend_extension |