diff options
| -rw-r--r-- | composer.json | 5 | ||||
| -rw-r--r-- | php-zendframework-zend-hydrator.spec | 11 | 
2 files changed, 8 insertions, 8 deletions
| diff --git a/composer.json b/composer.json index 4f31bab..f28cc0b 100644 --- a/composer.json +++ b/composer.json @@ -49,10 +49,7 @@      },      "extra": {          "branch-alias": { -            "dev-release-1.0": "1.0.x-dev", -            "dev-release-1.1": "1.1.x-dev", -            "dev-master": "2.4.x-dev", -            "dev-develop": "2.5.x-dev" +            "dev-release-2.4": "2.4.x-dev"          },          "zf": {              "component": "Zend\\Hydrator", diff --git a/php-zendframework-zend-hydrator.spec b/php-zendframework-zend-hydrator.spec index efce7c6..b5ab754 100644 --- a/php-zendframework-zend-hydrator.spec +++ b/php-zendframework-zend-hydrator.spec @@ -1,13 +1,13 @@  # remirepo/Fedora spec file for php-zendframework-zend-hydrator  # -# Copyright (c) 2016-2018 Remi Collet +# Copyright (c) 2016-2020 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    70b02f4d8676e64af932625751750b5ca72fff3a +%global gh_commit    2bfc6845019e7b6d38b0ab5e55190244dc510285  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     zendframework  %global gh_project   zend-hydrator @@ -20,7 +20,7 @@  %endif  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.4.1 +Version:        2.4.2  Release:        1%{?dist}  Summary:        Zend Framework %{library} component @@ -157,7 +157,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php';  EOF  ret=0 -for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do    if which $cmdarg; then      set $cmdarg      $1 ${2:-%{_bindir}/phpunit7} -d memory_limit=1G || ret=1 @@ -178,6 +178,9 @@ exit $ret  %changelog +* Thu Jan  2 2020 Remi Collet <remi@remirepo.net> - 2.4.2-1 +- update to 2.4.2 +  * Thu Nov 22 2018 Remi Collet <remi@remirepo.net> - 2.4.1-1  - update to 2.4.1 | 
