From 813f628ea8032d4ce1f8b5b58386a19c688e80a6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:56:20 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-parle.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/php-pecl-parle.spec b/php-pecl-parle.spec index 023b5a1..5297907 100644 --- a/php-pecl-parle.spec +++ b/php-pecl-parle.spec @@ -7,9 +7,6 @@ # Please, preserve the changelog entries # -# we don't want -z defs linker flag -%undefine _strict_symbol_defs_build - %bcond_without tests %{?scl:%scl_package php-pecl-parle} @@ -23,7 +20,7 @@ Summary: Parsing and lexing Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.8.5 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is BSD, libraries are Boost License: BSD-2-Clause AND BSL-1.0 URL: https://pecl.php.net/package/%{pecl_name} @@ -211,6 +208,9 @@ fi ######### TODO : use --enable-parle-utf32 ? %changelog +* Wed Aug 30 2023 Remi Collet - 0.8.5-2 +- rebuild for PHP 8.3.0RC1 + * Sun Jul 2 2023 Remi Collet - 0.8.5-1 - update to 0.8.5 - build out of sources tree -- cgit