diff options
| author | Remi Collet <remi@remirepo.net> | 2021-10-20 08:35:34 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-10-20 08:35:34 +0200 | 
| commit | 9a7e0131d39c73eda77779ac070cd5055eb80e00 (patch) | |
| tree | 41520a24cebfd7989511afcdf1616a99964de2ed | |
| parent | 0308a6ef57d07db26c55840024458a7e0c00061d (diff) | |
update to 3.19.0RC2
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-protobuf.spec | 5 | 
3 files changed, 6 insertions, 3 deletions
@@ -1,7 +1,7 @@  protobuf -Version => 3.19.0RC1 +Version => 3.19.0RC2  Directive => Local Value => Master Value  protobuf.keep_descriptor_pool_after_request => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 protobuf version 3.19.0RC1 ] { +Extension [ <persistent> extension #126 protobuf version 3.19.0RC2 ] {    - Dependencies {      Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 55b3964..2523221 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -19,7 +19,7 @@  %global with_zts    0  %global ini_name    40-%{pecl_name}.ini  %global upstream_version 3.19.0 -%global upstream_prever  RC1 +%global upstream_prever  RC2  Summary:       Mechanism for serializing structured data  Name:          %{?sub_prefix}php-pecl-%{pecl_name} @@ -204,6 +204,9 @@ fi  %changelog +* Wed Oct 20 2021 Remi Collet <remi@remirepo.net> - 3.19.0~RC2-1 +- update to 3.19.0RC2 +  * Mon Oct 18 2021 Remi Collet <remi@remirepo.net> - 3.19.0~RC1-1  - update to 3.19.0RC1  | 
