Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c0f0453d2 | ||
|
|
ca00689ee6 | ||
|
|
aef6577883 |
3 changed files with 18 additions and 12 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/php-sebastian-global-state3-3.0.2-de036ec.tar.gz
|
||||
/php-sebastian-global-state3-3.0.3-66783ce.tar.gz
|
||||
/php-sebastian-global-state3-3.0.5-91c7c47.tgz
|
||||
/php-sebastian-global-state3-3.0.6-8006894.tgz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# spec file for php-sebastian-global-state3
|
||||
#
|
||||
# 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
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 91c7c47047a971f02de57ed6f040087ef110c5d9
|
||||
%global gh_commit 800689427e3e8cf57a8fe38fcd1d4344c9b2f046
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project global-state
|
||||
|
|
@ -24,8 +24,8 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.0.5
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Snapshotting of global state, version %{major}
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -37,8 +37,6 @@ Patch0: %{name}-tests.patch
|
|||
|
||||
BuildArch: noarch
|
||||
BuildRequires: php(language) >= 7.2
|
||||
BuildRequires: php-reflection
|
||||
BuildRequires: php-spl
|
||||
# Autoloader
|
||||
BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
||||
%if %{with_tests}
|
||||
|
|
@ -59,8 +57,6 @@ Requires: php(language) >= 7.2
|
|||
Requires: (php-composer(sebastian/object-reflector) >= 1.1.1 with php-composer(sebastian/object-reflector) < 2)
|
||||
Requires: (php-composer(sebastian/recursion-context) >= 3.0 with php-composer(sebastian/recursion-context) < 4)
|
||||
# from phpcompatinfo report for version 2.0.0
|
||||
Requires: php-reflection
|
||||
Requires: php-spl
|
||||
# from composer.json, "suggest": {
|
||||
# "ext-uopz": "*"
|
||||
%if 0%{?fedora} > 21 || 0%{?rhel} >= 8
|
||||
|
|
@ -118,7 +114,7 @@ EOF
|
|||
: Run upstream test suite
|
||||
ret=0
|
||||
# testCanExportGlobalVariablesToCode reports our autoloader
|
||||
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}/phpunit8 \
|
||||
|
|
@ -141,6 +137,15 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 3.0.6-1
|
||||
- update to 3.0.6
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-global-state3-3.0.5-91c7c47.tgz) = 844e1d88d2d9b39f6b21ed78cbf22b5118111e75476f8d30bd2c9e7a87b09dbe3a268dd0627b616cb4ff05a241abcf84cb9238b2ab4720200a36ce2f8bbf1995
|
||||
SHA512 (php-sebastian-global-state3-3.0.6-8006894.tgz) = 668cf9c7b5c17040a189235ff49b96546fe4b20f34860776a23791d0524bcb205f4832df4d1075b44e2143e15dcf4ead47ce77a0f1a11657dc21f7f2a4489760
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue