diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-12 16:50:01 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-12 16:50:01 +0100 |
commit | 4c4f1819760c706b45b6b76b38bfdd873b0dd60b (patch) | |
tree | 63ee979100389a2bd58900d70a263995001b4297 | |
parent | e1e85c2d1aba15063a3e54f0d70e39851df0e223 (diff) |
-rw-r--r-- | php-mock-phpunit2.spec | 9 |
1 files 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 <remi@remirepo.net> - 2.12.0-1 +- update to 2.12.0 + * Mon Mar 10 2025 Remi Collet <remi@remirepo.net> - 2.11.0-1 - update to 2.11.0 - re-license spec file to CECILL-2.1 |