From 6fdf0ebb5ec92cec5ed0745929658d4ab29e43d9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Feb 2025 08:42:18 +0100 Subject: update to 1.1.4 --- php-yoast-phpunit-polyfills1.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-yoast-phpunit-polyfills1.spec') diff --git a/php-yoast-phpunit-polyfills1.spec b/php-yoast-phpunit-polyfills1.spec index 195b855..cf01912 100644 --- a/php-yoast-phpunit-polyfills1.spec +++ b/php-yoast-phpunit-polyfills1.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit 0b31ce834facf03b8b44b6587e65b3cf1d7cfb94 +%global gh_commit e6faedf5e34cea4438e341f660e2f719760c531d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Yoast %global gh_project PHPUnit-Polyfills @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}1 -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?dist} Summary: Set of polyfills for changed PHPUnit functionality, version 1 @@ -122,6 +122,9 @@ exit $ret %changelog +* Mon Feb 10 2025 Remi Collet - 1.1.4-1 +- update to 1.1.4 + * Thu Jan 9 2025 Remi Collet - 1.1.3-1 - update to 1.1.3 - re-license spec file to CECILL-2.1 -- cgit