From defc0f8ed418b84806613b92b722beaeb6e73074 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:45:23 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-gearman.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-gearman.spec') diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec index 4674333..7c9b793 100644 --- a/php-pecl-gearman.spec +++ b/php-pecl-gearman.spec @@ -23,7 +23,7 @@ Name: %{?scl_prefix}php-pecl-gearman Version: %{extver} -Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: PHP wrapper to libgearman License: PHP-3.01 @@ -195,6 +195,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 2.1.0-7 +- rebuild for PHP 8.3.0RC1 + * Thu Jul 20 2023 Remi Collet - 2.1.0-6 - build out of sources tree -- cgit