diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | e9b80d8beeb0cd664a4d7602d5607507d807f1a7 (patch) | |
tree | d817e11a46fef8cd7d9bc9f03f1ec1ce5e88f46a /php-pecl-apm.spec | |
parent | 0e3064316837aef6154ea57e2fc1e0223da900dd (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
Diffstat (limited to 'php-pecl-apm.spec')
-rw-r--r-- | php-pecl-apm.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-apm.spec b/php-pecl-apm.spec index 5545ad2..bfa237a 100644 --- a/php-pecl-apm.spec +++ b/php-pecl-apm.spec @@ -43,10 +43,10 @@ Name: %{?sub_prefix}php-pecl-apm Summary: Alternative PHP Monitor Version: 2.1.1 %if 0%{?gh_date:1} -Release: 6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7.%{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}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz %endif @@ -282,6 +282,9 @@ fi %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 2.1.1-3 +- rebuild for PHP 7.1 new API version + * Sat Jul 23 2016 Remi Collet <remi@fedoraproject.org> - 2.1.1-2 - fix build with PHP 7.1 open https://github.com/patrickallaert/php-apm/pull/44 |