From 3c4e0ac6da25752a2c39fbb35a9b2e1dbcb93577 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Sep 2021 08:04:43 +0200 Subject: update to 1.10.0 --- php-webmozart-assert.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'php-webmozart-assert.spec') diff --git a/php-webmozart-assert.spec b/php-webmozart-assert.spec index 5e3e26d..2ea734f 100644 --- a/php-webmozart-assert.spec +++ b/php-webmozart-assert.spec @@ -14,13 +14,13 @@ %global bootstrap 0 %global github_owner webmozart %global github_name assert -%global github_version 1.7.0 -%global github_commit aed98a490f9a8f78468232db345ab9cf606cf598 +%global github_version 1.10.0 +%global github_commit 6964c76c7804814a842473e0c8fd15bab0f18e25 %global composer_vendor webmozart %global composer_project assert -# "php": "^5.3.3 || ^7.0" +# "php": "^5.3.3 || ^7.0 || ^8.0" %global php_min_ver 5.3.3 # PHPUnit @@ -126,12 +126,13 @@ cp -rp src %{buildroot}%{phpdir}/Webmozart/Assert cat <<'BOOTSTRAP' | tee bootstrap.php - 1.10.0-1 +- update to 1.10.0 + +* Tue Jul 21 2020 Remi Collet - 1.9.1-1 +- update to 1.9.1 + * Sun Feb 23 2020 Shawn Iwinski - 1.7.0-1 - Update to 1.7.0 (RHBZ #1746998) - Disable bootstrap so tests run by default -- cgit