summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-05-28 09:23:11 +0200
committerRemi Collet <remi@remirepo.net>2020-05-28 09:23:11 +0200
commit509500f66917d502c4b375adca362fc4c649532b (patch)
treed5c87b92661524ccd725c39cdf06730b6a2b4cbf
parentacf0853a20f62b626d13d38802ef9c7ba93f2224 (diff)
update to 1.10.1 (no change)
-rw-r--r--composer.json2
-rw-r--r--php-doctrine-cache.spec11
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