summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-sebastian-global-state5.spec19
1 files changed, 9 insertions, 10 deletions
diff --git a/php-sebastian-global-state5.spec b/php-sebastian-global-state5.spec
index 2fd9eaf..3c3e15f 100644
--- a/php-sebastian-global-state5.spec
+++ b/php-sebastian-global-state5.spec
@@ -1,15 +1,15 @@
# spec file for php-sebastian-global-state5
#
-# Copyright (c) 2014-2024 Remi Collet
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText: Copyright 2014-2025 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
%bcond_without tests
-%global gh_commit bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9
+%global gh_commit b6781316bdcd28260904e7cc18ec983d0d2ef4f6
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project global-state
@@ -23,7 +23,7 @@
%global php_home %{_datadir}/php
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 5.0.7
+Version: 5.0.8
Release: 1%{?dist}
Summary: Snapshotting of global state, version %{major}
@@ -34,8 +34,6 @@ Source1: makesrc.sh
BuildArch: noarch
BuildRequires: php(language) >= 7.3
-BuildRequires: php-reflection
-BuildRequires: php-spl
# Autoloader
BuildRequires: php-fedora-autoloader-devel >= 1.0.0
%if %{with tests}
@@ -70,8 +68,6 @@ Requires: php-sebastian-object-reflector2
Requires: php-sebastian-recursion-context4
%endif
# from phpcompatinfo report for version 4.0.0
-Requires: php-reflection
-Requires: php-spl
# from composer.json, "suggest": {
# "ext-uopz": "*"
%if 0%{?fedora} > 21 || 0%{?rhel} >= 8
@@ -130,7 +126,7 @@ EOF
: Run upstream test suite
ret=0
-for cmd in php php81 php82 php83; do
+for cmd in php php81 php82 php83 php84 php85; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit9 \
@@ -155,6 +151,9 @@ exit $ret
%changelog
+* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 5.0.8-1
+- update to 5.0.8
+
* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 5.0.7-1
- update to 5.0.7