diff options
| author | Remi Collet <remi@remirepo.net> | 2025-10-28 08:10:40 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-10-28 08:10:40 +0100 |
| commit | 346751f8b8964876a94c49587e3429906965ab2d (patch) | |
| tree | 3eb16d9c16eb57ca9fb3d35e1e57c37c757beabc | |
| parent | 67523499aee71eecb809dde1927d9021ce2a21b9 (diff) | |
| -rw-r--r-- | php-phpspec-prophecy.spec | 7 |
1 files 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 <remi@remirepo.net> - 1.23.1-1 +- update to 1.23.1 + * Wed Oct 8 2025 Remi Collet <remi@remirepo.net> - 1.23.0-1 - update to 1.23.0 - raise dependency on PHP 8.2 |
