From a5fc9bc8a70e09e5eda9d03fef10fb7b90d59aea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jul 2023 07:04:21 +0200 Subject: update to 3.24.0RC1 --- php-pecl-protobuf.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-pecl-protobuf.spec') diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 1711dce..182a939 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -7,16 +7,13 @@ # Please, preserve the changelog entries # -# we don't want -z defs linker flag -%undefine _strict_symbol_defs_build - %{?scl:%scl_package php-pecl-protobuf} %global pecl_name protobuf %global with_zts 0 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.23.4 -#global upstream_prever RC2 +%global upstream_version 3.24.0 +%global upstream_prever RC1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -43,7 +40,6 @@ BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -192,6 +188,9 @@ fi %changelog +* Wed Jul 12 2023 Remi Collet - 3.24.0~RC1-1 +- update to 3.24.0RC1 + * Fri Jul 7 2023 Remi Collet - 3.23.4-1 - update to 3.23.4 (no change) -- cgit