summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-11-06 19:30:01 +0100
committerRemi Collet <fedora@famillecollet.com>2014-11-06 19:30:01 +0100
commitb5d961ce30377cfe4af64873642c499a3b7b3ac2 (patch)
tree86490ab7bf049f69231e531f7e6147e1e28f6742
parent5bab1647ace3f444b268d0ee4dd4c41f7e015b5f (diff)
php-pecl-http: 2.1.4
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-http.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 2891519..3b95ad8 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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