From 8218b4b7f40656152a4ca04152f315ee2cec119c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Feb 2020 13:46:59 +0100 Subject: add upstream patch for PHP 7.4 --- php-pecl-gearman.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-gearman.spec') diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec index de97103..d8c5df6 100644 --- a/php-pecl-gearman.spec +++ b/php-pecl-gearman.spec @@ -13,9 +13,9 @@ %scl_package php-pecl-gearman %endif -%global gh_commit 1f1293c2fc0bc2aee90eb17fe571628cecdf97bf +%global gh_commit afd2ed880c67455fbf28097dfde7bd3e368c183e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20161112 +%global gh_date 20200120 %global gh_owner wcgallego %global gh_project pecl-gearman %global with_tests 0%{?_with_tests:1} @@ -33,7 +33,7 @@ Name: %{?sub_prefix}php-pecl-gearman Version: %{extver} -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: PHP wrapper to libgearman License: PHP @@ -219,6 +219,9 @@ fi %changelog +* Thu Feb 6 2020 Remi Collet - 2.0.6-2 +- add upstream patch for PHP 7.4 + * Fri Sep 6 2019 Remi Collet - 2.0.6-1 - update to 2.0.6 -- cgit