parent
58a174ba83
commit
e280a74ccf
3 changed files with 6 additions and 10 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.2-f6eedfe.tgz
|
||||
/php-phpunit-php-invoker3-3.1.0-7a85b66.tgz
|
||||
/php-phpunit-php-invoker3-3.1.1-5a10147.tgz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 5a10147d0aaf65b58940a0b72f71c9ac0423cc67
|
||||
%global gh_commit 7a85b66acc48cacffdf87dadd3694e7123674298
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-invoker
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 3.1.1
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Invoke callables with a timeout
|
||||
|
||||
|
|
@ -42,13 +42,13 @@ BuildRequires: php-fedora-autoloader-devel
|
|||
%if %{with tests}
|
||||
# From composer.json, require-dev
|
||||
# "ext-pcntl": "*"
|
||||
# "phpunit/phpunit": "^9.3"
|
||||
# "phpunit/phpunit": "^9.0"
|
||||
BuildRequires: php-pcntl
|
||||
BuildRequires: phpunit9 >= 9.3
|
||||
BuildRequires: phpunit9
|
||||
%endif
|
||||
|
||||
# From composer.json, require
|
||||
# "php": ">=7.3",
|
||||
# "php": "^7.3 || ^8.0",
|
||||
Requires: php(language) >= 7.3
|
||||
# From phpcompatinfo report for version 3.0.0
|
||||
Requires: php-pcntl
|
||||
|
|
@ -108,9 +108,6 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- 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