diff options
Diffstat (limited to 'php-pecl-gearman.spec')
-rw-r--r-- | php-pecl-gearman.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.1.4-1 +- update to 2.1.4 +- raise dependency on PHP 7.1 + * Tue Jan 7 2025 Remi Collet <remi@remirepo.net> - 2.1.3-1 - update to 2.1.3 (no change) |