From 70ff61deb44feedf88dcc5abcc1012d398612951 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Sep 2021 16:10:31 +0200 Subject: refresh to more recent snapshot for PHP 8.1 --- php-pecl-mysql.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec index f44133a..a2a020f 100644 --- a/php-pecl-mysql.spec +++ b/php-pecl-mysql.spec @@ -18,11 +18,11 @@ %endif # https://github.com/php/pecl-database-mysql/commits/master -%global gh_commit 6ca4fa4b509819ecc4c8ff2b28080d60ad64acc6 +%global gh_commit ca514c4dfacd7f1495d2fe142101fe3d91494d12 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner php %global gh_project pecl-database-mysql -%global gh_date 20201210 +%global gh_date 20210423 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name mysql %global with_tests 0%{?_with_tests:1} @@ -34,7 +34,7 @@ Summary: MySQL database access functions Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.0 %if 0%{?gh_date:1} -Release: 0.24.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.25.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -279,6 +279,9 @@ fi %changelog +* Thu Sep 9 2021 Remi Collet - 1.0.0-0.25.20210423.ca514c4 +- refresh to more recent snapshot for PHP 8.1 + * Wed Apr 21 2021 Remi Collet - 1.0.0-0.24.20201210.6ca4fa4 - refresh to more recent snapshot for PHP 8 -- cgit