summaryrefslogtreecommitdiffstats
path: root/php-pecl-mysql-xdevapi.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-04-26 11:15:06 +0200
committerRemi Collet <remi@php.net>2022-04-26 11:15:06 +0200
commitc5c0b6b0a8dbdd7e391b3b373bacb6ab6e02fb83 (patch)
tree1fed3989acac23909f61ab3ef661a796a7df538a /php-pecl-mysql-xdevapi.spec
parent4d4d0f54863dc67157df385593e33099ba679b5e (diff)
update to 8.0.29
Diffstat (limited to 'php-pecl-mysql-xdevapi.spec')
-rw-r--r--php-pecl-mysql-xdevapi.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-mysql-xdevapi.spec b/php-pecl-mysql-xdevapi.spec
index 9e0490b..46b90f8 100644
--- a/php-pecl-mysql-xdevapi.spec
+++ b/php-pecl-mysql-xdevapi.spec
@@ -24,7 +24,7 @@
Summary: MySQL database access functions
Name: %{?sub_prefix}php-pecl-mysql-xdevapi
-Version: 8.0.28
+Version: 8.0.29
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
@@ -79,6 +79,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{pecl_name} <= %{version}
+%endif
%endif
@@ -308,6 +311,9 @@ fi
%changelog
+* Tue Apr 26 2022 Remi Collet <remi@remirepo.net> - 8.0.29-1
+- update to 8.0.29
+
* Tue Jan 18 2022 Remi Collet <remi@remirepo.net> - 8.0.28-1
- update to 8.0.28