diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-doctrine-cache.spec | 11 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index d72c1e0..b889aa3 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ {"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"} ], "require": { - "php": "~7.1" + "php": "~7.1 || ^8.0" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", diff --git a/php-doctrine-cache.spec b/php-doctrine-cache.spec index e9bcc43..8a33b37 100644 --- a/php-doctrine-cache.spec +++ b/php-doctrine-cache.spec @@ -12,13 +12,13 @@ %global github_owner doctrine %global github_name cache -%global github_version 1.10.0 -%global github_commit 382e7f4db9a12dc6c19431743a2b096041bcdd62 +%global github_version 1.10.1 +%global github_commit 35a4a70cd94e09e2259dfae7488afc6b474ecbd3 %global composer_vendor doctrine %global composer_project cache -# "php": "~7.1" +# "php": "~7.1 || ^8.0" %global php_min_ver 7.1 # Build using "--without tests" to disable tests @@ -152,7 +152,7 @@ rm -f \ : Upstream tests RETURN_CODE=0 -for PHP_EXEC in "" php71 php72 php73 php74; do +for PHP_EXEC in "" php72 php73 php74; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit7 --bootstrap bootstrap.php \ --verbose || RETURN_CODE=1 @@ -175,6 +175,9 @@ exit $RETURN_CODE %changelog +* Thu May 28 2020 Remi Collet <remi@remirepo.net> - 1.10.1-1 +- update to 1.10.1 (no change) + * Mon Dec 2 2019 Remi Collet <remi@remirepo.net> - 1.10.0-1 - update to 1.10.0 |