From cda443289eaaa2b36b7dd2bb88ebffde8a8ca2a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Oct 2025 06:36:31 +0100 Subject: update to 1.12.1 (no change) --- php-webmozart-assert.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'php-webmozart-assert.spec') 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 - 1.12.1-1 +- update to 1.12.1 (no change) + * Tue Oct 21 2025 Remi Collet - 1.12.0-1 - update to 1.12.0 -- cgit