From 4ed01d6649cafbebe7cd7c10534f27c903113e6c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Nov 2019 11:30:04 +0100 Subject: v1.9.0 --- php-doctrine-cache.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-doctrine-cache.spec') diff --git a/php-doctrine-cache.spec b/php-doctrine-cache.spec index a787d7d..fc1b1e2 100644 --- a/php-doctrine-cache.spec +++ b/php-doctrine-cache.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name cache -%global github_version 1.8.1 -%global github_commit d4374ae95b36062d02ef310100ed33d78738d76c +%global github_version 1.9.0 +%global github_commit c15dcd24b756f9e52ea7c3ae8227354f3628f11a %global composer_vendor doctrine %global composer_project cache @@ -31,7 +31,6 @@ Version: %{github_version} Release: 1%{?dist} Summary: Doctrine Cache -Group: Development/Libraries License: MIT URL: https://github.com/%{github_owner}/%{github_name} @@ -153,7 +152,7 @@ rm -f \ : Upstream tests RETURN_CODE=0 -for PHP_EXEC in "" php71 php72 php73; do +for PHP_EXEC in "" php71 php72 php73 php74; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit7 --bootstrap bootstrap.php \ --verbose || RETURN_CODE=1 @@ -176,6 +175,9 @@ exit $RETURN_CODE %changelog +* Tue Nov 12 2019 Remi Collet - 1.9.0-1 +- update to 1.9.0 + * Mon Oct 28 2019 Remi Collet - 1.8.1-1 - update to 1.8.1 -- cgit