summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-30 08:56:20 +0200
committerRemi Collet <remi@php.net>2023-08-30 08:56:20 +0200
commit813f628ea8032d4ce1f8b5b58386a19c688e80a6 (patch)
tree1b1dfe7542649c542b0a6fb8ed7938f5a61644d8
parentf156c2303f8df44e4e797433b2c2818ce8ebd346 (diff)
rebuild for PHP 8.3.0RC1HEADmaster
-rw-r--r--php-pecl-parle.spec8
1 files 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 <remi@remirepo.net> - 0.8.5-2
+- rebuild for PHP 8.3.0RC1
+
* Sun Jul 2 2023 Remi Collet <remi@remirepo.net> - 0.8.5-1
- update to 0.8.5
- build out of sources tree