diff options
Diffstat (limited to 'php-react-cache.spec')
-rw-r--r-- | php-react-cache.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-react-cache.spec b/php-react-cache.spec index ecfdc92..06151ea 100644 --- a/php-react-cache.spec +++ b/php-react-cache.spec @@ -12,8 +12,8 @@ %global github_owner reactphp %global github_name cache -%global github_version 1.1.0 -%global github_commit 44a568925556b0bd8cacc7b49fb0f1cf0d706a0c +%global github_version 1.1.1 +%global github_commit 4bf736a2cccec7298bdf745db77585966fc2ca7e %global composer_vendor react %global composer_project cache @@ -155,6 +155,9 @@ exit $RETURN_CODE %changelog +* Fri Feb 5 2021 Remi Collet <remi@remirepo.net> - 1.1.1-1 +- update to 1.1.1 + * Wed Nov 4 2020 Remi Collet <remi@remirepo.net> - 1.1.0-1 - update to 1.1.0 - switch to phpunit9 |