summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-11 07:46:15 +0100
committerRemi Collet <remi@php.net>2025-12-11 07:46:15 +0100
commit5a7f6f1204e9c6cef511b0b9a6c74294e947d655 (patch)
tree48db40ff1b49b201a2c2e197d8430f1822132a8d
parentd737efb27f4b6e143ff3bf9335056719d895f980 (diff)
update to 1.0.2HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--composer.json4
-rw-r--r--php-mariadb-mysqlnd-parsec.spec9
4 files changed, 9 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 32a5ad7..9fc4e57 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -1,4 +1,4 @@
mysqlnd_parsec
-Version => 1.0.1
+Version => 1.0.2
diff --git a/REFLECTION b/REFLECTION
index a79f0a5..e0330d0 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #104 mysqlnd_parsec version 1.0.1 ] {
+Extension [ <persistent> extension #104 mysqlnd_parsec version 1.0.2 ] {
- Dependencies {
Dependency [ mysqlnd (Required) ]
diff --git a/composer.json b/composer.json
index 30452c1..6b27ce6 100644
--- a/composer.json
+++ b/composer.json
@@ -11,9 +11,7 @@
}
],
"require": {
- "php": ">=8.2"
- },
- "suggest": {
+ "php": ">=8.2",
"ext-mysqlnd": "*"
},
"php-ext": {
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