From f59489d140651770f58a14b19243fdabf97a0236 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Apr 2024 08:17:30 +0200 Subject: update to 8.5.38 (no change) --- phpunit8.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'phpunit8.spec') 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 - 8.5.38-1 +- update to 8.5.38 (no change) + * Wed Mar 6 2024 Remi Collet - 8.5.37-2 - improve --check-version for RPM -- cgit