summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-http.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zendframework-zend-http.spec')
-rw-r--r--php-zendframework-zend-http.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-zendframework-zend-http.spec b/php-zendframework-zend-http.spec
index 11e0e88..244ed30 100644
--- a/php-zendframework-zend-http.spec
+++ b/php-zendframework-zend-http.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 44197164a270259116162a442f639085ea24094a
+%global gh_commit 2c8aed3d25522618573194e7cc51351f8cd4a45b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-http
@@ -20,8 +20,8 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.8.1
-Release: 1%{?dist}
+Version: 2.8.2
+Release: 2%{?dist}
Summary: Zend Framework %{library} component
License: BSD
@@ -162,6 +162,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php';
EOF
ret=0
+# TODO 7.3 stdlib => "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72; do
if which $cmdarg; then
set $cmdarg
@@ -183,6 +184,9 @@ exit $ret
%changelog
+* Fri Aug 17 2018 Remi Collet <remi@remirepo.net> - 2.8.2-1
+- update to 2.8.2
+
* Thu Aug 02 2018 Shawn Iwinski <shawn@iwin.ski> - 2.8.1-1
- Update to 2.8.1 (ZF2018-01)