summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-apm.spec7
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