diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-http.spec | 5 | 
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #167 http version 2.1.3 ] { +Extension [ <persistent> extension #169 http version 2.1.4 ] {    - Dependencies {      Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 6f37d39..d263d77 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -27,7 +27,7 @@  %global with_tests %{?_without_tests:0}%{!?_without_tests:1}  Name:           %{?scl_prefix}php-pecl-http -Version:        2.1.3 +Version:        2.1.4  Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  Summary:        Extended HTTP support @@ -327,6 +327,9 @@ rm -rf %{buildroot}  %changelog +* Thu Nov 06 2014 Remi Collet <remi@fedoraproject.org> - 2.1.4-1 +- Update to 2.1.4 +  * Thu Oct 16 2014 Remi Collet <remi@fedoraproject.org> - 2.1.3-1  - Update to 2.1.3, no change, only our patch merged  | 
