diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-24 14:34:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-24 14:34:40 +0100 |
commit | 702ec5073b91b45413e2133fc6588bf66e50aa37 (patch) | |
tree | 9ec32ed840bceca5b267080bb7b240065f3a9f9e | |
parent | 124d0484588ae519493ba3bc7988ed7b0645999c (diff) |
Fedora 21 SCL mass rebuild (WIP)
-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 |