v2.0.12
(cherry picked from commit44099d2dce) (cherry picked from commitf7e934db28)
This commit is contained in:
parent
b9de54b142
commit
bada3741f6
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@ clog
|
|||
/php-phpseclib-2.0.9-c9a3fe3.tgz
|
||||
/php-phpseclib-2.0.10-d305b78.tgz
|
||||
/php-phpseclib-2.0.11-7053f06.tgz
|
||||
/php-phpseclib-2.0.12-8814dc7.tgz
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
%global github_owner phpseclib
|
||||
%global github_name phpseclib
|
||||
%global github_commit 7053f06f91b3de78e143d430e55a8f7889efc08b
|
||||
%global github_commit 8814dc7841db159daed0b32c2b08fb7e03c6afe7
|
||||
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{composer_vendor}
|
||||
Version: 2.0.11
|
||||
Version: 2.0.12
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Secure Communications Library
|
||||
License: MIT
|
||||
|
|
@ -23,7 +23,7 @@ BuildArch: noarch
|
|||
|
||||
%if %{with_tests}
|
||||
BuildRequires: php-composer(fedora/autoloader)
|
||||
%if 0%{?fedora} >= 26
|
||||
%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8
|
||||
%global phpunit %{_bindir}/phpunit6
|
||||
%else
|
||||
%global phpunit %{_bindir}/phpunit
|
||||
|
|
@ -84,7 +84,7 @@ EOF
|
|||
|
||||
# testAuthorityInfoAccess fails without internet access
|
||||
ret=0
|
||||
for cmd in "php %{phpunit}" php70 php71 php72; do
|
||||
for cmd in "php %{phpunit}" php70 php71 php72 php73; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \
|
||||
|
|
@ -104,6 +104,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 5 2018 Remi Collet <remi@remirepo.net> - 2.0.12-1
|
||||
- update to 2.0.12
|
||||
|
||||
* Mon Apr 16 2018 Remi Collet <remi@remirepo.net> - 2.0.11-1
|
||||
- update to 2.0.11
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpseclib-2.0.11-7053f06.tgz) = 57f1f4c42679b737746e3eec5e64a83661969313259724d97d375d3d9e4805290d99e17ee1a44f60a798ef04ffb989bdf3e542113846d0bba608e5ee25d0f51f
|
||||
SHA512 (php-phpseclib-2.0.12-8814dc7.tgz) = c485b4eb1d7f2ba86882df83783c327434ad161e27707189326a8888e0040014936d81c3f97fc0a9f2213749f8d50daa50a682cd4609e0169400505bb5e9b53a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue