summaryrefslogtreecommitdiffstats
path: root/php-mariadb-mysqlnd-parsec.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-mariadb-mysqlnd-parsec.spec')
-rw-r--r--php-mariadb-mysqlnd-parsec.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-mariadb-mysqlnd-parsec.spec b/php-mariadb-mysqlnd-parsec.spec
index 8acffe0..9823cf2 100644
--- a/php-mariadb-mysqlnd-parsec.spec
+++ b/php-mariadb-mysqlnd-parsec.spec
@@ -12,7 +12,7 @@
# Extension
%global ext_name mysqlnd_parsec
%global ini_name 40-%{ext_name}.ini
-%global upstream_version 1.0.1
+%global upstream_version 1.0.2
#global upstream_prever RC1
# PIE / packagist
%global pie_vend mariadb
@@ -21,7 +21,7 @@
%global gh_vend mariadb-corporation
%global gh_proj %{ext_name}
%global forgeurl https://github.com/%{gh_vend}/%{gh_proj}
-#global commit b3ae87353da524f33374ee0418ad48f704bb6af1
+#global commit 15ca4ff8b1e27ede0f107c96995f44607221a8b0
%global tag %{upstream_version}%{?upstream_prever}
Summary: MariaDB parsec authentication plugin for mysqlnd
@@ -35,7 +35,7 @@ Source0: %{forgesource}
BuildRequires: make
BuildRequires: gcc
-BuildRequires: %{?scl_prefix}php-devel >= 8.1
+BuildRequires: %{?scl_prefix}php-devel >= 8.2
BuildRequires: %{?scl_prefix}php-mysqlnd
BuildRequires: pkgconfig(libsodium)
BuildRequires: pkgconfig(libssl)
@@ -113,6 +113,9 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name}
%changelog
+* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 1.0.2-1
+- update to 1.0.2
+
* Thu Nov 13 2025 Remi Collet <remi@remirepo.net> - 1.0.1-1
- update to 1.0.1
- drop patch merged upstream