diff options
| -rw-r--r-- | php-pecl-spl-types.spec | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/php-pecl-spl-types.spec b/php-pecl-spl-types.spec index d2e4c2c..61d5718 100644 --- a/php-pecl-spl-types.spec +++ b/php-pecl-spl-types.spec @@ -20,7 +20,7 @@  Summary:        Standard PHP Library, Types Addon  Name:           %{?scl_prefix}php-pecl-spl-types  Version:        0.4.0 -Release:        8%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        9%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -37,7 +37,7 @@ BuildRequires:  pcre-devel  Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:       %{?scl_prefix}php(api) = %{php_core_api} -Requires:       php-spl%{?_isa} +Requires:       %{?scl_prefix}php-spl%{?_isa}  %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}  Provides:       %{?scl_prefix}php-%{ext_name}                = %{version} @@ -223,7 +223,7 @@ REPORT_EXIT_STATUS=1 \  %changelog -* Mon Nov  6 2017 Remi Collet <remi@fedoraproject.org> - 0.4.0-8 +* Tue Nov  7 2017 Remi Collet <remi@fedoraproject.org> - 0.4.0-9  - rebuild to fix gh#87 bad dependency on php-spl  * Tue Mar  8 2016 Remi Collet <remi@fedoraproject.org> - 0.4.0-7  | 
