update to 2.1.4
This commit is contained in:
parent
5f58c251c5
commit
8f1ebdc78d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
- drop upstream patches
|
||||
|
Loading…
Reference in New Issue
Block a user