Compare commits
No commits in common. "rawhide" and "f33" have entirely different histories.
3 changed files with 12 additions and 54 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,4 +2,3 @@
|
||||||
/php-phpunit-php-invoker3-3.0.1-62f696a.tgz
|
/php-phpunit-php-invoker3-3.0.1-62f696a.tgz
|
||||||
/php-phpunit-php-invoker3-3.0.2-f6eedfe.tgz
|
/php-phpunit-php-invoker3-3.0.2-f6eedfe.tgz
|
||||||
/php-phpunit-php-invoker3-3.1.0-7a85b66.tgz
|
/php-phpunit-php-invoker3-3.1.0-7a85b66.tgz
|
||||||
/php-phpunit-php-invoker3-3.1.1-5a10147.tgz
|
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
# remirepo/fedora spec file for php-phpunit-php-invoker3
|
# remirepo/fedora spec file for php-phpunit-php-invoker3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011-2023 Remi Collet
|
# Copyright (c) 2011-2020 Remi Collet
|
||||||
# License: CC-BY-SA-4.0
|
# License: CC-BY-SA
|
||||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||||
#
|
#
|
||||||
# Please, preserve the changelog entries
|
# Please, preserve the changelog entries
|
||||||
#
|
#
|
||||||
%global bootstrap 0
|
%global bootstrap 0
|
||||||
%global gh_commit 5a10147d0aaf65b58940a0b72f71c9ac0423cc67
|
%global gh_commit 7a85b66acc48cacffdf87dadd3694e7123674298
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_owner sebastianbergmann
|
%global gh_owner sebastianbergmann
|
||||||
%global gh_project php-invoker
|
%global gh_project php-invoker
|
||||||
|
|
@ -27,11 +27,11 @@
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||||
Version: 3.1.1
|
Version: 3.1.0
|
||||||
Release: 13%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Invoke callables with a timeout, version %{major}
|
Summary: Invoke callables with a timeout
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD
|
||||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||||
Source0: %{name}-%{version}-%{gh_short}.tgz
|
Source0: %{name}-%{version}-%{gh_short}.tgz
|
||||||
Source1: makesrc.sh
|
Source1: makesrc.sh
|
||||||
|
|
@ -42,13 +42,13 @@ BuildRequires: php-fedora-autoloader-devel
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
# From composer.json, require-dev
|
# From composer.json, require-dev
|
||||||
# "ext-pcntl": "*"
|
# "ext-pcntl": "*"
|
||||||
# "phpunit/phpunit": "^9.3"
|
# "phpunit/phpunit": "^9.0"
|
||||||
BuildRequires: php-pcntl
|
BuildRequires: php-pcntl
|
||||||
BuildRequires: phpunit9 >= 9.3
|
BuildRequires: phpunit9
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# From composer.json, require
|
# From composer.json, require
|
||||||
# "php": ">=7.3",
|
# "php": "^7.3 || ^8.0",
|
||||||
Requires: php(language) >= 7.3
|
Requires: php(language) >= 7.3
|
||||||
# From phpcompatinfo report for version 3.0.0
|
# From phpcompatinfo report for version 3.0.0
|
||||||
Requires: php-pcntl
|
Requires: php-pcntl
|
||||||
|
|
@ -62,8 +62,6 @@ Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version}
|
||||||
%description
|
%description
|
||||||
phpunit/php-invoker provides the means to invoke a callable with a timeout.
|
phpunit/php-invoker provides the means to invoke a callable with a timeout.
|
||||||
|
|
||||||
This package provides version %{major} of %{pk_vendor}/%{pk_project} library.
|
|
||||||
|
|
||||||
Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}/autoload.php
|
Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}/autoload.php
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -91,7 +89,7 @@ mkdir vendor
|
||||||
|
|
||||||
: Run upstream test suite
|
: Run upstream test suite
|
||||||
ret=0
|
ret=0
|
||||||
for cmd in php php80 php81 php82; do
|
for cmd in php php73 php74 php80; do
|
||||||
if which $cmd; then
|
if which $cmd; then
|
||||||
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
||||||
%{_bindir}/phpunit9 --verbose || ret=1
|
%{_bindir}/phpunit9 --verbose || ret=1
|
||||||
|
|
@ -110,45 +108,6 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Apr 21 2023 Remi Collet <remi@remirepo.net> - 3.1.1-7
|
|
||||||
- use SPDX License id
|
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 3.1.1-1
|
|
||||||
- update to 3.1.1 (no change)
|
|
||||||
|
|
||||||
* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 3.1.0-1
|
* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 3.1.0-1
|
||||||
- update to 3.1.0
|
- update to 3.1.0
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-phpunit-php-invoker3-3.1.1-5a10147.tgz) = f46d75a0b39d469516b857a3fcba8833ac6eb5942d7d4c2e4420d32f2768e623326f586558d81a763fe5420cd1ea734adc0dafa8341337585d8c54d27365a876
|
SHA512 (php-phpunit-php-invoker3-3.1.0-7a85b66.tgz) = 5fb2c57add749dd75e407d0bdb59df25cf8f10620192a1b2a86bf7ad37063433301d876f178fd37c1c3ebfc4724e72ab37644e9ebe9f9dcf82c34ed82d2b96f7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue