diff options
| author | Remi Collet <remi@remirepo.net> | 2025-03-03 07:02:05 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-03-03 07:02:05 +0100 | 
| commit | 85e8c0f35b6a9ed837956f1ea08e6b657cf3e37e (patch) | |
| tree | 98828a86f00a915cfd91620370bd5e9e98a7defe | |
| parent | e98facdd96ae53e14f4c571add8dcd9cae0cdd61 (diff) | |
update to 2.6.1 (no change)
| -rw-r--r-- | php-mock2.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-mock2.spec b/php-mock2.spec index f07c922..1d53cf6 100644 --- a/php-mock2.spec +++ b/php-mock2.spec @@ -6,16 +6,16 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    406752143e97e3da8765f414f658e72bbcbe15d7 +%global gh_commit    c7b6789056dfc3c45389cabbe9930dc33aeb2bf0  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      2025-02-21 +%global gh_date      2025-02-28  %global gh_owner     php-mock  %global gh_project   php-mock  %global with_tests   0%{!?_without_tests:1}  %global major        2  Name:           php-mock%{major} -Version:        2.6.0 +Version:        2.6.1  Release:        1%{?dist}  Summary:        PHP-Mock can mock built-in PHP functions @@ -200,6 +200,9 @@ exit $ret  %changelog +* Mon Mar  3 2025 Remi Collet <remi@remirepo.net> - 2.6.1-1 +- update to 2.6.1 (no change) +  * Tue Feb 25 2025 Remi Collet <remi@remirepo.net> - 2.6.0-1  - update to 2.6.0  | 
