From 4c4f1819760c706b45b6b76b38bfdd873b0dd60b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Mar 2025 16:50:01 +0100 Subject: update to 2.12.0 --- php-mock-phpunit2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-mock-phpunit2.spec b/php-mock-phpunit2.spec index a542f50..35b5dae 100644 --- a/php-mock-phpunit2.spec +++ b/php-mock-phpunit2.spec @@ -6,16 +6,16 @@ # # Please, preserve the changelog entries # -%global gh_commit e01b2885af682bf34beb28edd1a98997d4e59294 +%global gh_commit 17f68c14b4a4d7e3b0b01ae116c9f3c84031184d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-03-08 +%global gh_date 2025-03-12 %global gh_owner php-mock %global gh_project php-mock-phpunit %global with_tests 0%{!?_without_tests:1} %global major 2 Name: php-mock-phpunit%{major} -Version: 2.11.0 +Version: 2.12.0 Release: 1%{?dist} Summary: Mock built-in PHP functions with PHPUnit. @@ -171,6 +171,9 @@ exit $ret %changelog +* Wed Mar 12 2025 Remi Collet - 2.12.0-1 +- update to 2.12.0 + * Mon Mar 10 2025 Remi Collet - 2.11.0-1 - update to 2.11.0 - re-license spec file to CECILL-2.1 -- cgit