diff options
| author | Remi Collet <remi@remirepo.net> | 2019-02-11 09:26:40 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-02-11 09:26:40 +0100 | 
| commit | 74966c60d7ffd960bffabab7599e68b701b5e81e (patch) | |
| tree | f6f78fb9bee428b60f44d226d790e7d9372a5c36 | |
| parent | 41624b682806e0dd4c745181dff734869fa2751d (diff) | |
v3.2.1
| -rw-r--r-- | php-zendframework-zend-router.spec | 13 | 
1 files changed, 7 insertions, 6 deletions
diff --git a/php-zendframework-zend-router.spec b/php-zendframework-zend-router.spec index b1a627d..eb67a87 100644 --- a/php-zendframework-zend-router.spec +++ b/php-zendframework-zend-router.spec @@ -1,13 +1,13 @@  # remirepo/Fedora spec file for php-zendframework-zend-router  # -# Copyright (c) 2016-2018 Remi Collet +# Copyright (c) 2016-2019 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    a80a7427afb8f736b9aeeb341a78dae855849291 +%global gh_commit    e2151a72e9d00b1962c26469bab50db66cf7ef14  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     zendframework  %global gh_project   zend-router @@ -20,11 +20,10 @@  %endif  Name:           php-%{gh_owner}-%{gh_project} -Version:        3.2.0 +Version:        3.2.1  Release:        1%{?dist}  Summary:        Zend Framework %{library} component -Group:          Development/Libraries  License:        BSD  URL:            https://zendframework.github.io/%{gh_project}/  Source0:        %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz @@ -172,8 +171,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 php71 php72; do +for cmdarg in "php %{phpunit}" php70 php71 php72 php73; do    if which $cmdarg; then      set $cmdarg      $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} --verbose || ret=1 @@ -194,6 +192,9 @@ exit $ret  %changelog +* Mon Feb 11 2019 Remi Collet <remi@remirepo.net> - 3.2.1-1 +- update to 3.2.1 +  * Mon Aug 20 2018 Remi Collet <remi@remirepo.net> - 3.2.0-1  - update to 3.2.0  - raise dependency on zendframework/zend-http 2.8.1  | 
