diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-28 17:10:53 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-28 17:10:53 +0100 |
commit | 8a640eb7e0b4dc4333604b3b22df40c4b7aa6237 (patch) | |
tree | 0349b996e3100e5675dfaa82fcf7b8e987eecf09 /phpunit10.spec | |
parent | 017464162e290c8d565eef35e192664340207d67 (diff) |
Diffstat (limited to 'phpunit10.spec')
-rw-r--r-- | phpunit10.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 252cc98..63bfdae 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -39,7 +39,7 @@ Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -173,7 +173,7 @@ Documentation: https://phpunit.readthedocs.io/ %setup -q -n %{gh_project}-%{gh_commit} %patch -P0 -p0 -b .rpm -#find . -name \*.rpm -delete -print +find . -name \*.rpm -delete -print %build @@ -274,7 +274,7 @@ exit $ret %changelog -* Mon Oct 28 2024 Remi Collet <remi@remirepo.net> - 10.5.38-1 +* Mon Oct 28 2024 Remi Collet <remi@remirepo.net> - 10.5.38-2 - update to 10.5.38 * Mon Oct 21 2024 Remi Collet <remi@remirepo.net> - 10.5.37-1 |