diff options
| -rw-r--r-- | php-webmozart-assert.spec | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/php-webmozart-assert.spec b/php-webmozart-assert.spec index ef5799b..f0abd52 100644 --- a/php-webmozart-assert.spec +++ b/php-webmozart-assert.spec @@ -14,8 +14,8 @@  %global bootstrap 0  %global github_owner     webmozart  %global github_name      assert -%global github_version   1.12.0 -%global github_commit    541057574806f942c94662b817a50f63f7345360 +%global github_version   1.12.1 +%global github_commit    9be6926d8b485f55b9229203f962b51ed377ba68  %global composer_vendor  webmozart  %global composer_project assert @@ -136,7 +136,6 @@ exit $RETURN_CODE  %files -%{!?_licensedir:%global license %%doc}  %license LICENSE  %doc *.md  %doc composer.json @@ -145,6 +144,9 @@ exit $RETURN_CODE  %changelog +* Thu Oct 30 2025 Remi Collet <remi@remirepo.net> - 1.12.1-1 +- update to 1.12.1 (no change) +  * Tue Oct 21 2025 Remi Collet <remi@remirepo.net> - 1.12.0-1  - update to 1.12.0 | 
