diff options
| -rw-r--r-- | phpunit11.spec | 12 | 
1 files changed, 8 insertions, 4 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index 0bb648e..2a84732 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@  %bcond_with          defcmd  %endif -%global gh_commit    3f4261269c91370e9b2b3f64cc76c617c442c35a -%global gh_date      2024-02-29 +%global gh_commit    da2de3900beab025398ba37705b0f5ecafb3e1ab +%global gh_date      2024-03-09  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   phpunit @@ -34,16 +34,17 @@  %global ver_major    11  %global ver_minor    0 -%global upstream_version 11.0.4 +%global upstream_version 11.0.5  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major}  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:        2%{?dist} +Release:        1%{?dist}  Summary:        The PHP Unit Testing framework version %{ver_major}  License:        BSD-3-Clause  URL:            https://github.com/%{gh_owner}/%{gh_project} +# run makesrc.sh to create a git snapshot with test suite  Source0:        %{name}-%{upstream_version}-%{gh_short}.tgz  Source1:        makesrc.sh @@ -312,6 +313,9 @@ exit $ret  %changelog +* Sat Mar  9 2024 Remi Collet <remi@remirepo.net> - 11.0.5-1 +- update to 11.0.5 +  * Wed Mar  6 2024 Remi Collet <remi@remirepo.net> - 11.0.4-2  - improve --check-version for RPM  | 
