diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-29 09:19:26 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-29 09:19:26 +0100 |
commit | e7fc43c7c2961837354116740d3c26772acea0b1 (patch) | |
tree | d259fbc58c2e1ac27e6c7429c7722c6fc146a189 | |
parent | 485e06fc0d97059c85e77bcc20b56d090e5c0de5 (diff) |
v3.2.3
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-http.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,7 +2,7 @@ http HTTP Support => enabled -Extension Version => 3.2.2 +Extension Version => 3.2.3 Used Library => Compiled => Linked libz => 1.2.11 => 1.2.11 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #191 http version 3.2.2 ] { +Extension [ <persistent> extension #191 http version 3.2.3 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index f1163b8..490e39c 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -41,7 +41,7 @@ %global with_tests 0%{!?_without_tests:1} %endif -%global upstream_version 3.2.2 +%global upstream_version 3.2.3 #global upstream_prever RC1 Name: %{?sub_prefix}php-pecl-http @@ -358,6 +358,9 @@ fi %changelog +* Tue Oct 29 2019 Remi Collet <remi@remirepo.net> - 3.2.3-1 +- update to 3.2.3 + * Thu Oct 24 2019 Remi Collet <remi@remirepo.net> - 3.2.2-1 - update to 3.2.2 |