From ad922b9a6cad49ebcae8a29e08fee61e45aac067 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 09:02:20 +0200 Subject: rebuild for PHP 8.3.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 c0ab796..fce6fee 100644 --- a/php-pecl-rnp.spec +++ b/php-pecl-rnp.spec @@ -27,7 +27,7 @@ Summary: wrapper around the RNP library Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD-2-Clause URL: https://pecl.php.net/package/%{pecl_name} @@ -184,6 +184,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 0.2.0-3 +- rebuild for PHP 8.3.0RC1 + * Thu Jun 22 2023 Remi Collet - 0.2.0-2 - build out of sources tree -- cgit