From 5282953721d46a0693a1d11adab35ec28235def6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Nov 2014 07:00:21 +0100 Subject: [PATCH] update to 2.1.4 (cherry picked from commit 8f1ebdc78dcfb96e5f8d3278ffc7443dcd9a3164) --- .gitignore | 1 + php-pecl-http.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 56fcdc7..2a9a967 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ php-pecl-http.spec~ /pecl_http-2.0.7.tgz /pecl_http-2.1.0.tgz /pecl_http-2.1.1.tgz +/pecl_http-2.1.4.tgz diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 831781e..fc88b86 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -25,7 +25,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-pecl-http -Version: 2.1.1 +Version: 2.1.4 Release: 1%{?dist} Summary: Extended HTTP support @@ -255,6 +255,7 @@ fi %files +%{?_licensedir:%license NTS/LICENSE} %doc %{pecl_docdir}/%{proj_name} %config(noreplace) %{php_inidir}/%{ini_name} %{php_extdir}/%{pecl_name}.so @@ -275,6 +276,9 @@ fi %changelog +* Thu Nov 06 2014 Remi Collet - 2.1.4-1 +- Update to 2.1.4 + * Tue Sep 9 2014 Remi Collet - 2.1.1-1 - Update to 2.1.1 - run test suite during build diff --git a/sources b/sources index a097596..c30139f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a4f85de4238930f492aedf6f857d143 pecl_http-2.1.1.tgz +19a44a32bf3b18ed00e769044d2cb8da pecl_http-2.1.4.tgz