From 76cf2f1cdc670565331e55f5c021dfa83244ec2b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jan 2025 07:50:44 +0100 Subject: update to 2.1.4 raise dependency on PHP 7.1 --- php-pecl-gearman.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-gearman.spec') diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec index 30050dc..3612df5 100644 --- a/php-pecl-gearman.spec +++ b/php-pecl-gearman.spec @@ -18,11 +18,10 @@ %bcond_without tests -%global extver 2.1.3 %global libver 1.1.0 Name: %{?scl_prefix}php-pecl-gearman -Version: %{extver} +Version: 2.1.4 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: PHP wrapper to libgearman @@ -34,7 +33,7 @@ BuildRequires: libgearman-devel > %{libver} BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel >= 7.0 +BuildRequires: %{?scl_prefix}php-devel >= 7.1 BuildRequires: %{?scl_prefix}php-pear # Required by phpize BuildRequires: autoconf, automake, libtool @@ -163,6 +162,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jan 8 2025 Remi Collet - 2.1.4-1 +- update to 2.1.4 +- raise dependency on PHP 7.1 + * Tue Jan 7 2025 Remi Collet - 2.1.3-1 - update to 2.1.3 (no change) -- cgit