From 490e123aef0c372b2f4095c236bfd87855ef6e34 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Jun 2021 14:19:17 +0200 Subject: update to 1.4.1 --- php-pecl-scoutapm.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'php-pecl-scoutapm.spec') diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index ab28798..c4ff317 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -17,7 +17,7 @@ Summary: Native Extension Component for ScoutAPM's PHP Agent Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.2 +Version: 1.4.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz License: PHP @@ -26,6 +26,7 @@ URL: https://pecl.php.net/package/%{pecl_name} BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.1 +BuildRequires: %{?scl_prefix}php-devel < 8.1 BuildRequires: %{?scl_prefix}php-pear # Only for tests BuildRequires: %{?scl_prefix}php-curl @@ -211,6 +212,15 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Tue Jun 29 2021 Remi Collet - 1.4.1-1 +- update to 1.4.1 + +* Thu Jun 17 2021 Remi Collet - 1.4.0-1 +- update to 1.4.0 + +* Thu Jun 17 2021 Remi Collet - 1.3.0-1 +- update to 1.3.0 + * Fri Mar 19 2021 Remi Collet - 1.2.2-1 - update to 1.2.2 -- cgit