diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-21 09:21:49 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-21 09:21:49 +0200 |
| commit | 9f5cda321355f2170aa521e41cce59d08e5e71ba (patch) | |
| tree | 30f12a2726248052f29527f31041873cab998c54 | |
| parent | 79cabccd429f24e6554d5053d6bab43f3ae48a5d (diff) | |
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-protobuf.spec | 13 |
3 files changed, 10 insertions, 7 deletions
@@ -1,7 +1,7 @@ protobuf -Version => 5.34.1 +Version => 5.35.0RC1 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #110 protobuf version 5.34.1 ] { +Extension [ <persistent> extension #111 protobuf version 5.35.0RC1 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 0d41eaa..ce250ec 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -12,9 +12,9 @@ %global pecl_name protobuf %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global library_version 34.1 +%global library_version 35.0 %global upstream_version 5.%{library_version} -#global upstream_prever RC1 +%global upstream_prever rc1 %global sources php/ext/google/protobuf %global _configure ../%{sources}/configure @@ -22,9 +22,9 @@ %global gh_vend protocolbuffers %global gh_proj protobuf %global forgeurl https://github.com/%{gh_vend}/%{gh_proj} -%global tag v%{library_version}%{?upstream_prever} +%global tag v%{library_version}%{?upstream_prever:-%{upstream_prever}} # for EL-8 to avoid TAG usage -%global archivename %{gh_proj}-%{library_version}%{?upstream_prever} +%global archivename %{gh_proj}-%{library_version}%{?upstream_prever:-%{upstream_prever}} Name: %{?scl_prefix}php-pecl-%{pecl_name} Summary: Mechanism for serializing structured data @@ -70,7 +70,7 @@ pushd %{sources} ln -s ../../../../third_party # Sanity check, really often broken -extver=$(sed -n '/#define PHP_PROTOBUF_VERSION/{s/.* "//;s/".*$//;p}' protobuf.h) +extver=$(sed -n '/#define PHP_PROTOBUF_VERSION/{s/.* "//;s/".*$//;p}' protobuf.h | tr '[:upper:]' '[:lower:]') if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then : Error: Upstream extension version is ${extver}, expecting %{upstream_version}%{?upstream_prever}. exit 1 @@ -159,6 +159,9 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %changelog +* Tue Apr 21 2026 Remi Collet <remi@remirepo.net> - 5.35.0~rc1-1 +- update to 5.35.0RC1 + * Fri Mar 20 2026 Remi Collet <remi@remirepo.net> - 5.34.1-1 - update to 5.34.1 (no change) - drop pear/pecl dependency |
