diff options
| -rw-r--r-- | php-doctrine-migrations.spec | 10 | 
1 files changed, 7 insertions, 3 deletions
diff --git a/php-doctrine-migrations.spec b/php-doctrine-migrations.spec index e729a24..1e3465f 100644 --- a/php-doctrine-migrations.spec +++ b/php-doctrine-migrations.spec @@ -8,7 +8,7 @@  #  %global bootstrap    0 -%global gh_commit    ebe6f891a4c61574f77fc4a06d913d29236b8466 +%global gh_commit    a89fa87a192e90179163c1e863a145c13337f442  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     doctrine  %global gh_project   migrations @@ -25,7 +25,7 @@  %endif  Name:           php-%{pk_vendor}-%{pk_project} -Version:        2.1.0 +Version:        2.1.1  Release:        1%{?dist}  Summary:        PHP Doctrine Migrations project @@ -224,7 +224,8 @@ chmod -w tests/Doctrine/Migrations/Tests/Functional/_files  : Run test suite  ret=0 -for cmd in php php71 php72 php73 php74; do +# TODO php74: Trying to access array offset on value of type int in symfony/console +for cmd in php php71 php72 php73; do    TMP=$(mktemp -d)    if which $cmd; then      TMPDIR=$TMP $cmd %{_bindir}/phpunit7 \ @@ -253,6 +254,9 @@ exit $ret  %changelog +* Thu Aug  1 2019 Remi Collet <remi@remirepo.net> - 2.1.1-1 +- update to 2.1.1 +  * Fri Jun  7 2019 Remi Collet <remi@remirepo.net> - 2.1.0-1  - update to 2.1.0  - raise dependency on doctrine/dbal 2.9  | 
