diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-11-06 19:30:01 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-11-06 19:30:01 +0100 | 
| commit | b5d961ce30377cfe4af64873642c499a3b7b3ac2 (patch) | |
| tree | 86490ab7bf049f69231e531f7e6147e1e28f6742 | |
| parent | 5bab1647ace3f444b268d0ee4dd4c41f7e015b5f (diff) | |
php-pecl-http: 2.1.4
| -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  | 
