From 92e824eb920b46adab278dc52063c49fd4ce86c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Feb 2020 16:09:34 +0100 Subject: v2.1.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-msgpack.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index b449d15..7f60c02 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,7 +3,7 @@ msgpack MessagePack Support => enabled Session Support => enabled -extension Version => 2.1.0beta1 +extension Version => 2.1.0 header Version => 3.2.0 Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index 2e426e0..c9507f0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #82 msgpack version 2.1.0beta1 ] { +Extension [ extension #84 msgpack version 2.1.0 ] { - INI { Entry [ msgpack.error_display ] diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec index 8c2ae23..6e48005 100644 --- a/php-pecl-msgpack.spec +++ b/php-pecl-msgpack.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-msgpack # -# Copyright (c) 2012-2019 Remi Collet +# Copyright (c) 2012-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -24,8 +24,8 @@ %global ini_name 40-%{pecl_name}.ini %global upstream_version 2.1.0 -%global upstream_prever beta1 -%global upstream_lower beta1 +#global upstream_prever beta1 +#global upstream_lower beta1 %if 0 %global with_msgpack 1 @@ -303,6 +303,9 @@ fi %changelog +* Fri Feb 28 2020 Remi Collet - 2.1.0-1 +- update to 2.1.0 + * Fri Dec 20 2019 Remi Collet - 2.1.0~beta1-1 - update to 2.1.0beta1 -- cgit