diff options
| -rw-r--r-- | php-monolog2.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-monolog2.spec b/php-monolog2.spec index aefa112..b4ca65d 100644 --- a/php-monolog2.spec +++ b/php-monolog2.spec @@ -15,8 +15,8 @@  %global github_owner     Seldaek  %global github_name      monolog -%global github_version   2.6.0 -%global github_commit    247918972acd74356b0a91dfaa5adcaec069b6c0 +%global github_version   2.7.0 +%global github_commit    5579edf28aee1190a798bfa5be8bc16c563bd524  %global composer_vendor  monolog  %global composer_project monolog @@ -234,6 +234,9 @@ exit $RETURN_CODE  %changelog +* Thu Jun  9 2022 Remi Collet <remi@remirepo.net> - 2.7.0-1 +- update to 2.7.0 +  * Tue May 10 2022 Remi Collet <remi@remirepo.net> - 2.6.0-1  - update to 2.6.0  | 
