summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-09 16:10:31 +0200
committerRemi Collet <remi@remirepo.net>2021-09-09 16:10:31 +0200
commit70ff61deb44feedf88dcc5abcc1012d398612951 (patch)
treea653596dc95baa883c74339bbae6267a04aa5b94
parentae55f2238f3adb0ad6d83f66aa9290b85ef16627 (diff)
refresh to more recent snapshot for PHP 8.1HEADmaster
-rw-r--r--php-pecl-mysql.spec9
1 files 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 <remi@remirepo.net> - 1.0.0-0.25.20210423.ca514c4
+- refresh to more recent snapshot for PHP 8.1
+
* Wed Apr 21 2021 Remi Collet <remi@remirepo.net> - 1.0.0-0.24.20201210.6ca4fa4
- refresh to more recent snapshot for PHP 8