From e7386785b95566c3e0fb2da705062b7c35f1edb8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Feb 2026 14:49:51 +0100 Subject: update to 2.1.4 --- php-webmozart-assert2.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-webmozart-assert2.spec b/php-webmozart-assert2.spec index 66cda82..a4d77ec 100644 --- a/php-webmozart-assert2.spec +++ b/php-webmozart-assert2.spec @@ -1,6 +1,7 @@ # remirepo/Fedora spec file for php-webmozart-assert # -# Copyright (c) 2016-2025 Shawn Iwinski +# Copyright (c) 2020-2025 Remi Collet +# Copyright (c) 2016-2020 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -12,8 +13,8 @@ %global bootstrap 0 %global github_owner webmozart %global github_name assert -%global github_version 2.1.3 -%global github_commit 6976757ba8dd70bf8cbaea0914ad84d8b51a9f46 +%global github_version 2.1.4 +%global github_commit b39f1870fc7c3e9e4a26106df5053354b9260a33 %global major 2 %global composer_vendor webmozart @@ -143,6 +144,9 @@ exit $RETURN_CODE %changelog +* Tue Feb 17 2026 Remi Collet - 2.1.4-1 +- update to 2.1.4 + * Sat Feb 14 2026 Remi Collet - 2.1.3-1 - update to 2.1.3 -- cgit