Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
965486e6ec |
3 changed files with 13 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/php-sebastian-global-state3-3.0.0-edf8a46.tar.gz
|
||||
/php-sebastian-global-state3-3.0.1-474fb9e.tar.gz
|
||||
/php-sebastian-global-state3-3.0.2-de036ec.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# spec file for php-sebastian-global-state3
|
||||
#
|
||||
# Copyright (c) 2014-2021 Remi Collet
|
||||
# Copyright (c) 2014-2022 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 474fb9edb7ab891665d3bfc6317f42a0a150454b
|
||||
%global gh_commit de036ec91d55d2a9e0db2ba975b512cdb1c23921
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project global-state
|
||||
|
|
@ -24,11 +24,11 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.0.1
|
||||
Release: 5%{?dist}
|
||||
Version: 3.0.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Snapshotting of global state
|
||||
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz
|
||||
|
||||
|
|
@ -112,7 +112,8 @@ EOF
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php73 php74 php80 php81; do
|
||||
# testCanExportGlobalVariablesToCode reports our autoloader
|
||||
for cmd in php php80 php81 php82; do
|
||||
if which $cmd; then
|
||||
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
||||
%{_bindir}/phpunit8 \
|
||||
|
|
@ -135,6 +136,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 15 2022 Remi Collet <remi@remirepo.net> - 3.0.2-2
|
||||
- update to 3.0.2
|
||||
- use SPDX License id
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-global-state3-3.0.1-474fb9e.tar.gz) = b7cbba3b2e6c3378e1131f838ef4cd4bd2dd72e375f2c28d98706601628b6906b2ebc0d1c276d4267b27f51d6b34049768c88408064756e8e8e72a16fdf13845
|
||||
SHA512 (php-sebastian-global-state3-3.0.2-de036ec.tar.gz) = 5ab70895edb583825946b0b14e28e0640afd44152c8958f3164671ac0b413c77e9f153d71eaf28c6ba171a3179c7d5ce15ad628a763d35d8c6a512f6854f5d7d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue