From 346751f8b8964876a94c49587e3429906965ab2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Oct 2025 08:10:40 +0100 Subject: update to 1.23.1 --- php-phpspec-prophecy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec index 7de51c9..72b24bf 100644 --- a/php-phpspec-prophecy.spec +++ b/php-phpspec-prophecy.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 8cce4df9a20660cdc671e8f45ac61959ecdde8e8 +%global gh_commit 9500f939e4b22c40c3d5cca5f10837f2a9c87cb0 %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.0 +Version: 1.23.1 Release: 1%{?dist} Summary: Highly opinionated mocking framework for PHP @@ -177,6 +177,9 @@ exit $ret %changelog +* Tue Oct 28 2025 Remi Collet - 1.23.1-1 +- update to 1.23.1 + * Wed Oct 8 2025 Remi Collet - 1.23.0-1 - update to 1.23.0 - raise dependency on PHP 8.2 -- cgit