From 7a2d719d495c86a33c7fdebad1a8f74e76af4e20 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 15 Aug 2020 07:22:40 +0200 Subject: update to 3.12.4 (no change) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-protobuf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 016f363..019e3a6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 3.12.3 +Version => 3.12.4 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 2f4b4ff..3e1692c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 protobuf version 3.12.3 ] { +Extension [ extension #62 protobuf version 3.12.4 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 95370f7..02a3a54 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -22,7 +22,7 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.12.3 +%global upstream_version 3.12.4 #global upstream_prever RC2 Summary: Mechanism for serializing structured data @@ -50,7 +50,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{relea Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name} <= %{version} @@ -213,6 +213,9 @@ fi %changelog +* Wed Jul 29 2020 Remi Collet - 3.12.4-1 +- update to 3.12.4 (no change) + * Thu Jul 16 2020 Remi Collet - 3.12.3-1 - update to 3.12.3 (no change) -- cgit