From b667fcc689848a36ff0ac4ddcc5344c56782d522 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Sep 2025 07:54:05 +0200 Subject: rebuild for PHP 8.5.0RC1 --- php-pecl-rnp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 0.2.0-5 +- rebuild for PHP 8.5.0RC1 + * Thu Jul 31 2025 Remi Collet - 0.2.0-4 - fix behavior change with librnp 0.18 using patch from https://github.com/rnpgp/php-rnp/pull/11 -- cgit