From d45cbdaf4e2b7e4ccf60ad9e3fdf0eaddf97780b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Nov 2025 14:32:52 +0100 Subject: update to 1.24.0 --- php-phpspec-prophecy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpspec-prophecy.spec') diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec index 72b24bf..69b1a37 100644 --- a/php-phpspec-prophecy.spec +++ b/php-phpspec-prophecy.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 9500f939e4b22c40c3d5cca5f10837f2a9c87cb0 +%global gh_commit a24f1bda2d00a03877f7f99d9e6b150baf543f6d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project prophecy @@ -15,7 +15,7 @@ %bcond_with phpspec Name: php-phpspec-prophecy -Version: 1.23.1 +Version: 1.24.0 Release: 1%{?dist} Summary: Highly opinionated mocking framework for PHP @@ -177,6 +177,9 @@ exit $ret %changelog +* Fri Nov 21 2025 Remi Collet - 1.24.0-1 +- update to 1.24.0 + * Tue Oct 28 2025 Remi Collet - 1.23.1-1 - update to 1.23.1 -- cgit