summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-10-28 08:10:40 +0100
committerRemi Collet <remi@php.net>2025-10-28 08:10:40 +0100
commit346751f8b8964876a94c49587e3429906965ab2d (patch)
tree3eb16d9c16eb57ca9fb3d35e1e57c37c757beabc
parent67523499aee71eecb809dde1927d9021ce2a21b9 (diff)
update to 1.23.1HEADmaster
-rw-r--r--php-phpspec-prophecy.spec7
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