From 58b66cf7fc6d78901b61d466a9a6cc92cfd092f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Aug 2018 09:53:49 +0200 Subject: v2.8.2 --- php-zendframework-zend-http.spec | 10 +++++++--- 1 file 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 - 2.8.2-1 +- update to 2.8.2 + * Thu Aug 02 2018 Shawn Iwinski - 2.8.1-1 - Update to 2.8.1 (ZF2018-01) -- cgit