From 394f4c69685fc9c6499a916e58070372b6604972 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Feb 2026 08:00:12 +0100 Subject: update to 2.1.5 --- php-webmozart-assert2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-webmozart-assert2.spec b/php-webmozart-assert2.spec index 1d99297..a533d8d 100644 --- a/php-webmozart-assert2.spec +++ b/php-webmozart-assert2.spec @@ -13,8 +13,8 @@ %global bootstrap 0 %global github_owner webmozart %global github_name assert -%global github_version 2.1.4 -%global github_commit b39f1870fc7c3e9e4a26106df5053354b9260a33 +%global github_version 2.1.5 +%global github_commit 79155f94852fa27e2f73b459f6503f5e87e2c188 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 2 @@ -145,6 +145,9 @@ exit $RETURN_CODE %changelog +* Thu Feb 19 2026 Remi Collet - 2.1.5-1 +- update to 2.1.5 + * Tue Feb 17 2026 Remi Collet - 2.1.4-1 - update to 2.1.4 -- cgit