diff options
Diffstat (limited to 'phpunit8.spec')
-rw-r--r-- | phpunit8.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index 59fdc05..f194a9e 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -12,7 +12,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit fce30f306cee78be33ba00c8f9a853f41db0491b +%global gh_commit 1ecad678646c817a29e55a32c930f3601c3f5a8c #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -26,12 +26,12 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.37 +%global upstream_version 8.5.38 #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 @@ -212,7 +212,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 @@ -295,6 +295,9 @@ exit $ret %changelog +* Fri Apr 5 2024 Remi Collet <remi@remirepo.net> - 8.5.38-1 +- update to 8.5.38 (no change) + * Wed Mar 6 2024 Remi Collet <remi@remirepo.net> - 8.5.37-2 - improve --check-version for RPM |