diff options
| author | Remi Collet <remi@remirepo.net> | 2021-05-31 09:07:06 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-05-31 09:07:06 +0200 | 
| commit | d2d1b8d65389ca0c3ba55f6ca8d07a31783875e3 (patch) | |
| tree | 9f94743174971512e93ce1929b19cfca32d32244 | |
| parent | 6757b039a10be224c7ab37d7937a1a3888948798 (diff) | |
v1.26.1
| -rw-r--r-- | php-Monolog.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-Monolog.spec b/php-Monolog.spec index 3e4cec3..3af8b48 100644 --- a/php-Monolog.spec +++ b/php-Monolog.spec @@ -12,8 +12,8 @@  %global github_owner     Seldaek  %global github_name      monolog -%global github_version   1.26.0 -%global github_commit    2209ddd84e7ef1256b7af205d0717fb62cfc9c33 +%global github_version   1.26.1 +%global github_commit    c6b00f05152ae2c9b04a448f99c7590beb6042f5  %global composer_vendor  monolog  %global composer_project monolog @@ -234,6 +234,9 @@ exit $RETURN_CODE  %changelog +* Mon May 31 2021 Remi Collet <remi@remirepo.net> - 1.26.1-1 +- update to 1.26.1 +  * Wed Jan  6 2021 Remi Collet <remi@remirepo.net> - 1.26.0-1  - update to 1.26.0  | 
