summaryrefslogtreecommitdiffstats
path: root/php-mariadb-mysqlnd-ed25519.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-mariadb-mysqlnd-ed25519.spec')
-rw-r--r--php-mariadb-mysqlnd-ed25519.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php-mariadb-mysqlnd-ed25519.spec b/php-mariadb-mysqlnd-ed25519.spec
index feb4fa1..b0bfd04 100644
--- a/php-mariadb-mysqlnd-ed25519.spec
+++ b/php-mariadb-mysqlnd-ed25519.spec
@@ -12,7 +12,7 @@
# Extension
%global ext_name mysqlnd_ed25519
%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
@@ -33,8 +33,6 @@ License: BSD-3-Clause
URL: %{forgeurl}
Source0: %{forgesource}
-Patch0: https://patch-diff.githubusercontent.com/raw/mariadb-corporation/mysqlnd_ed25519/pull/1.patch
-
BuildRequires: make
BuildRequires: gcc
BuildRequires: %{?scl_prefix}php-devel >= 8.1
@@ -63,7 +61,8 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO
%prep
%forgesetup
-%patch -P0 -p1 -b .pr1
+
+sed -e '/PHP_MARIADB_AUTH_PLUGIN_VERSION/s/1.0.1/%{upstream_version}/' -i php_mysqlnd_ed25519.h
: Sanity check, really often broken
extver=$(sed -n '/#define PHP_MARIADB_AUTH_PLUGIN_VERSION/{s/.* "//;s/".*$//;p}' php_mysqlnd_ed25519.h)
@@ -115,6 +114,11 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name}
%changelog
+* Thu Nov 13 2025 Remi Collet <remi@remirepo.net> - 1.0.2-1
+- update to 1.0.2
+- drop patch merged upstream
+- open https://github.com/mariadb-corporation/mysqlnd_ed25519/pull/2 fix version
+
* Tue Nov 4 2025 Remi Collet <remi@remirepo.net> - 1.0.1-1
- initial package
- open https://github.com/mariadb-corporation/mysqlnd_ed25519/pull/1