update to 2.1.4

(cherry picked from commit 8f1ebdc78d)
This commit is contained in:
Remi Collet 2014-11-07 07:00:21 +01:00
parent 3256f55646
commit 5282953721
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <remi@fedoraproject.org> - 2.1.4-1
- Update to 2.1.4
* Tue Sep 9 2014 Remi Collet <remi@fedoraproject.org> - 2.1.1-1
- Update to 2.1.1
- run test suite during build

View File

@ -1 +1 @@
9a4f85de4238930f492aedf6f857d143 pecl_http-2.1.1.tgz
19a44a32bf3b18ed00e769044d2cb8da pecl_http-2.1.4.tgz