diff options
-rw-r--r-- | php-pecl-igbinary.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 9e8310a..30ee6fc 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -29,7 +29,7 @@ Version: 1.2.1 Release: 0.11.git%{short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://github.com/%{extname}/%{extname}/archive/%{commit}/%{extname}-%{version}-%{short}.tar.gz %else -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1 Source0: http://pecl.php.net/get/%{extname}-%{version}.tgz %endif License: BSD @@ -47,6 +47,7 @@ Requires(post): %{__pecl} Requires(postun): %{__pecl} Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Obsoletes: %{?scl_prefix}php-%{extname} <= 1.1.1 Provides: %{?scl_prefix}php-%{extname} = %{version} @@ -256,6 +257,9 @@ fi %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 1.2.1-1.1 +- Fedora 21 SCL mass rebuild + * Fri Aug 29 2014 Remi Collet <remi@fedoraproject.org> - 1.2.1-1 - Update to 1.2.1 |