diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-23 06:59:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-23 06:59:53 +0200 |
commit | b86034fb12c6e23f4cf951b692808319e6e07a91 (patch) | |
tree | d19a7661f2eb241fca5ba012c3103ade13930186 | |
parent | 27bdedc8c424ca208c379d31a8b8d178c2161788 (diff) |
v3.3.2
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-protobuf.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 protobuf version 3.3.0 ] { +Extension [ <persistent> extension #118 protobuf version 3.3.2 ] { - Classes [9] { Class [ <internal:protobuf> class Google\Protobuf\Internal\MapField implements ArrayAccess, Countable ] { diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 7fcaf21..397d789 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -21,7 +21,7 @@ Summary: Mechanism for serializing structured data Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 3.3.0 +Version: 3.3.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -213,6 +213,9 @@ fi %changelog +* Fri Jun 23 2017 Remi Collet <remi@remirepo.net> - 3.3.2-1 +- Update to 3.3.2 + * Fri May 5 2017 Remi Collet <remi@fedoraproject.org> - 3.3.0-1 - update to 3.3.0 - open https://github.com/google/protobuf/issues/3058 - PHP 7.1 |