diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-07 10:18:11 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-07 10:18:11 +0100 |
commit | c6c1b32b997d3a87d20ce5378143ae88bfacd31a (patch) | |
tree | 8b1f754961b289d1eb841f65d8d9691ff25001f0 | |
parent | 1afa81689fb4d0a8805e2ae74ddb0ee4f9ad28d6 (diff) |
-rw-r--r-- | phpunit10.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 8ccf318..d43708a 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 1381c62769be4bb88fa4c5aec1366c7c66ca4f36 -%global gh_date 2025-01-31 +%global gh_commit bd68a781d8e30348bc297449f5234b3458267ae8 +%global gh_date 2025-02-07 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -33,12 +33,12 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.44 +%global upstream_version 10.5.45 #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 @@ -277,6 +277,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 10.5.45-1 +- update to 10.5.45 + * Mon Feb 3 2025 Remi Collet <remi@remirepo.net> - 11.5.6-2 - F-40: add phpunit command, removed from phpunit11 - recommend phpunit11 and phpunit12 |