diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-09 15:21:33 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-09 15:21:33 +0100 |
commit | 40993efa6db8bb3c541b354d77ef12b5ce248516 (patch) | |
tree | 9b306c2f7ed08c3b99bb5d630f6b0bf95a6b62ee | |
parent | cd4d4784d564cfeddfa83d09e22b78f8a233b75d (diff) |
update to 10.5.12
-rw-r--r-- | phpunit10.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 20a7e74..a24f049 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4 -%global gh_date 2024-02-25 +%global gh_commit 41a9886b85ac7bf3929853baf96b95361cd69d2b +%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 10 %global ver_minor 5 -%global upstream_version 10.5.11 +%global upstream_version 10.5.12 #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 @@ -322,6 +323,9 @@ exit $ret %changelog +* Sat Mar 9 2024 Remi Collet <remi@remirepo.net> - 10.5.12-1 +- update to 10.5.12 + * Wed Mar 6 2024 Remi Collet <remi@remirepo.net> - 10.5.11-2 - improve --check-version for RPM |