From 702ec5073b91b45413e2133fc6588bf66e50aa37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Dec 2014 14:34:40 +0100 Subject: Fedora 21 SCL mass rebuild (WIP) --- php-pecl-igbinary.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-pecl-igbinary.spec') 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 - 1.2.1-1.1 +- Fedora 21 SCL mass rebuild + * Fri Aug 29 2014 Remi Collet - 1.2.1-1 - Update to 1.2.1 -- cgit