diff options
| author | Remi Collet <remi@remirepo.net> | 2025-03-10 07:27:01 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-03-10 07:27:01 +0100 | 
| commit | a0992ac96595dab7bfb179bc189d51b432b658f1 (patch) | |
| tree | 937372da3ad19ecbc97b6631e30522bf821c4383 | |
| parent | 04bbb1a5d6eb033795b9051b27f9c05f5b76c86f (diff) | |
| -rw-r--r-- | php-mock-integration2.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/php-mock-integration2.spec b/php-mock-integration2.spec index b593046..1cdef90 100644 --- a/php-mock-integration2.spec +++ b/php-mock-integration2.spec @@ -6,16 +6,16 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    0ea2fb4b69598eed8a300271f8e8117b143c7b2c +%global gh_commit    8ceb860f343a143af604efeb66a7a124381cc52e  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      2025-02-25 +%global gh_date      2025-03-09  %global gh_owner     php-mock  %global gh_project   php-mock-integration  %global with_tests   0%{!?_without_tests:1}  %global major        2  Name:           php-mock-integration%{major} -Version:        2.4.0 +Version:        3.0.0  Release:        1%{?dist}  Summary:        Integration package for PHP-Mock @@ -140,6 +140,9 @@ exit $ret  %changelog +* Mon Mar 10 2025 Remi Collet <remi@remirepo.net> - 3.0.0-1 +- update to 3.0.0 +  * Tue Feb 25 2025 Remi Collet <remi@remirepo.net> - 2.4.0-1  - update to 2.4.0  - re-license spec file to CECILL-2.1 | 
