diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-11 07:46:15 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-11 07:46:15 +0100 |
| commit | 5a7f6f1204e9c6cef511b0b9a6c74294e947d655 (patch) | |
| tree | 48db40ff1b49b201a2c2e197d8430f1822132a8d | |
| parent | d737efb27f4b6e143ff3bf9335056719d895f980 (diff) | |
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-mariadb-mysqlnd-parsec.spec | 9 |
4 files changed, 9 insertions, 8 deletions
@@ -1,4 +1,4 @@ mysqlnd_parsec -Version => 1.0.1 +Version => 1.0.2 @@ -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 |
