summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-07-12 07:04:21 +0200
committerRemi Collet <remi@php.net>2023-07-12 07:04:21 +0200
commita5fc9bc8a70e09e5eda9d03fef10fb7b90d59aea (patch)
tree2211c526b3b0952fe0126c93e152bce6bca49bae
parent838d3333d2bdf04bed2401eee772a7acae353e07 (diff)
update to 3.24.0RC1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-protobuf.spec11
3 files changed, 7 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 38f8c55..df7a840 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -1,7 +1,7 @@
protobuf
-Version => 3.23.4
+Version => 3.24.0RC1
Directive => Local Value => Master Value
protobuf.keep_descriptor_pool_after_request => 0 => 0
diff --git a/REFLECTION b/REFLECTION
index 2cde22a..761f5d6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #124 protobuf version 3.23.4 ] {
+Extension [ <persistent> extension #124 protobuf version 3.24.0RC1 ] {
- Dependencies {
Dependency [ date (Optional) ]
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 <remi@remirepo.net> - 3.24.0~RC1-1
+- update to 3.24.0RC1
+
* Fri Jul 7 2023 Remi Collet <remi@remirepo.net> - 3.23.4-1
- update to 3.23.4 (no change)