summaryrefslogtreecommitdiffstats
path: root/php-pecl-gearman.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-gearman.spec')
-rw-r--r--php-pecl-gearman.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec
index 7c9b793..802c8b8 100644
--- a/php-pecl-gearman.spec
+++ b/php-pecl-gearman.spec
@@ -18,20 +18,18 @@
%bcond_without tests
-%global extver 2.1.0
+%global extver 2.1.2
%global libver 1.1.0
Name: %{?scl_prefix}php-pecl-gearman
Version: %{extver}
-Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: PHP wrapper to libgearman
License: PHP-3.01
URL: https://pecl.php.net/package/gearman
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-Patch0: %{pecl_name}-php81.patch
-
BuildRequires: libgearman-devel > %{libver}
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
@@ -76,8 +74,6 @@ sed -e 's/role="test"/role="src"/' \
pushd %{sources}
-%patch -P0 -p1
-
extver=$(sed -n '/#define PHP_GEARMAN_VERSION/{s/.* "//;s/".*$//;p}' php_gearman.h)
if test "x${extver}" != "x%{version}"; then
: Error: Upstream version is ${extver}, expecting %{version}.
@@ -195,6 +191,9 @@ fi
%changelog
+* Thu Apr 4 2024 Remi Collet <remi@remirepo.net> - 2.1.2-1
+- update to 2.1.2
+
* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 2.1.0-7
- rebuild for PHP 8.3.0RC1