From 1e5469910a92e2aa83d59a67886173bb530a2457 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Jun 2023 10:03:45 +0200 Subject: update to 2.0.8 --- php-doctrine-inflector2.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-doctrine-inflector2.spec b/php-doctrine-inflector2.spec index bee5dcb..39c95d9 100644 --- a/php-doctrine-inflector2.spec +++ b/php-doctrine-inflector2.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-doctrine-inflector2 # -# Copyright (c) 2013-2022 Shawn Iwinski, Remi Collet +# Copyright (c) 2013-2023 Shawn Iwinski, Remi Collet # # License: MIT # http://opensource.org/licenses/MIT @@ -10,9 +10,9 @@ %global github_owner doctrine %global github_name inflector -%global github_version 2.0.6 +%global github_version 2.0.8 %global major 2 -%global github_commit d9d313a36c872fd6ee06d9a6cbcf713eaa40f024 +%global github_commit f9301a5b2fb1216b2b08f02ba04dc45423db6bff %global composer_vendor doctrine %global composer_project inflector @@ -96,7 +96,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 -for PHP_EXEC in "" php74 php80 php81 php82; do +for PHP_EXEC in "" php80 php81 php82 php83; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then phpunit9 --verbose --bootstrap bootstrap.php \ || RETURN_CODE=1 @@ -119,6 +119,9 @@ exit $RETURN_CODE %changelog +* Tue Jun 20 2023 Remi Collet - 2.0.8-1 +- update to 2.0.8 + * Fri Oct 21 2022 Remi Collet - 2.0.6-1 - update to 2.0.6 -- cgit