diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-26 10:11:19 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-26 10:11:19 +0100 |
commit | 833782181a49790c1ffea9692c38e74eba7ad276 (patch) | |
tree | 0b79c0802d0190a20dfb602c9387d5c74ff78c64 | |
parent | 66e974e49d55169818d8aa26b13bece2c3a4382c (diff) |
php-pecl-apcu-bc: missing dep
-rw-r--r-- | php-pecl-apcu-bc.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/php-pecl-apcu-bc.spec b/php-pecl-apcu-bc.spec index d80ff8d..e40707e 100644 --- a/php-pecl-apcu-bc.spec +++ b/php-pecl-apcu-bc.spec @@ -40,7 +40,7 @@ Version: 1.0.0 Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{proj_name}-%{version}-%{gh_short}.tar.gz %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz %endif @@ -56,6 +56,7 @@ BuildRequires: %{?scl_prefix}php-pecl-apcu-devel Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} +Requires: %{?scl_prefix}php-pecl-apcu%{?_isa} Obsoletes: %{?scl_prefix}php-pecl-apc < 4 Provides: %{?scl_prefix}php-apc = %{version} @@ -237,6 +238,9 @@ fi %changelog +* Sat Dec 26 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-2 +- missing dependency on APCu + * Mon Dec 7 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-1 - Update to 1.0.0 (beta) |