From 40993efa6db8bb3c541b354d77ef12b5ce248516 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 9 Mar 2024 15:21:33 +0100 Subject: update to 10.5.12 --- phpunit10.spec | 12 ++++++++---- 1 file 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 - 10.5.12-1 +- update to 10.5.12 + * Wed Mar 6 2024 Remi Collet - 10.5.11-2 - improve --check-version for RPM -- cgit