summaryrefslogtreecommitdiffstats
path: root/php-pecl-rnp.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-09-25 07:54:05 +0200
committerRemi Collet <remi@php.net>2025-09-25 07:54:05 +0200
commitb667fcc689848a36ff0ac4ddcc5344c56782d522 (patch)
tree669b97788c3d01226ffc74ba54b45bab5510cab9 /php-pecl-rnp.spec
parentc1503b10626b78b063996e8b58b654373b05b13a (diff)
rebuild for PHP 8.5.0RC1HEADmaster
Diffstat (limited to 'php-pecl-rnp.spec')
-rw-r--r--php-pecl-rnp.spec5
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