diff options
Diffstat (limited to 'php-pecl-rnp.spec')
-rw-r--r-- | php-pecl-rnp.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-rnp.spec b/php-pecl-rnp.spec index b85bf72..8f778ba 100644 --- a/php-pecl-rnp.spec +++ b/php-pecl-rnp.spec @@ -22,7 +22,7 @@ Summary: wrapper around the RNP library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD-2-Clause URL: https://pecl.php.net/package/%{pecl_name} @@ -165,6 +165,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ %changelog +* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 0.2.0-5 +- rebuild for PHP 8.5.0RC1 + * Thu Jul 31 2025 Remi Collet <remi@remirepo.net> - 0.2.0-4 - fix behavior change with librnp 0.18 using patch from https://github.com/rnpgp/php-rnp/pull/11 |