summaryrefslogtreecommitdiffstats
path: root/php-pecl-gearman.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-01-08 07:50:44 +0100
committerRemi Collet <remi@php.net>2025-01-08 07:50:44 +0100
commit76cf2f1cdc670565331e55f5c021dfa83244ec2b (patch)
tree39a70c5980c20f7d5d8c54921b62c68fb526a296 /php-pecl-gearman.spec
parentca5491c6d0f357675b7be4b5b00b62ffea997dba (diff)
update to 2.1.4HEADmaster
raise dependency on PHP 7.1
Diffstat (limited to 'php-pecl-gearman.spec')
-rw-r--r--php-pecl-gearman.spec9
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)