From 1349eae4ccfa4a3f77654ac0484694d4a4d89a98 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Apr 2024 17:18:10 +0200 Subject: update to 2.1.2 --- php-pecl-gearman.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-pecl-gearman.spec') 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 - 2.1.2-1 +- update to 2.1.2 + * Wed Aug 30 2023 Remi Collet - 2.1.0-7 - rebuild for PHP 8.3.0RC1 -- cgit