summaryrefslogtreecommitdiffstats
path: root/php-doctrine-cache.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-cache.spec')
-rw-r--r--php-doctrine-cache.spec11
1 files changed, 7 insertions, 4 deletions
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