summaryrefslogtreecommitdiffstats
path: root/phpunit8.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-03-06 09:35:15 +0100
committerRemi Collet <remi@php.net>2024-03-06 09:35:15 +0100
commita25dcccdaf820a19e0c72f86c1b216a7da8213a9 (patch)
treea4fbeeab1f4783fbdfad25dbf82e7822a796022f /phpunit8.spec
parentf11821891b6ba9e415ade373de6d126be106e0cd (diff)
update to 8.5.37
Diffstat (limited to 'phpunit8.spec')
-rw-r--r--phpunit8.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/phpunit8.spec b/phpunit8.spec
index 78974bd..8f0571f 100644
--- a/phpunit8.spec
+++ b/phpunit8.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for phpunit8
#
-# Copyright (c) 2010-2023 Remi Collet
+# Copyright (c) 2010-2024 Remi Collet
#
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
@@ -12,7 +12,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 9652df58e06a681429d8cfdaec3c43d6de581d5a
+%global gh_commit fce30f306cee78be33ba00c8f9a853f41db0491b
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -26,12 +26,12 @@
%global ver_major 8
%global ver_minor 5
-%global upstream_version 8.5.36
+%global upstream_version 8.5.37
#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
@@ -159,6 +159,7 @@ Suggests: php-xdebug
# recommends latest versions
Recommends: phpunit9
Recommends: phpunit10
+Recommends: phpunit11
# remirepo:21
%else
Requires: php-doctrine-instantiator >= 1.3.1
@@ -292,6 +293,9 @@ exit $ret
%changelog
+* Wed Mar 6 2024 Remi Collet <remi@remirepo.net> - 8.5.37-1
+- update to 8.5.37
+
* Fri Dec 22 2023 Remi Collet <remi@remirepo.net> - 8.5.36-2
- fix possible autoloader issue with phpspec/prophecy