diff options
author | Remi Collet <remi@remirepo.net> | 2024-04-04 17:18:10 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-04-04 17:18:10 +0200 |
commit | 1349eae4ccfa4a3f77654ac0484694d4a4d89a98 (patch) | |
tree | c1034acacff3c7af36e4383451ef85a9d514ebc0 /php-pecl-gearman.spec | |
parent | defc0f8ed418b84806613b92b722beaeb6e73074 (diff) |
Diffstat (limited to 'php-pecl-gearman.spec')
-rw-r--r-- | php-pecl-gearman.spec | 11 |
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 |