Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8de7f4552e | ||
|
|
51ecd1f34e | ||
|
|
6060563479 | ||
|
|
f7e934db28 |
3 changed files with 21 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -10,3 +10,7 @@ clog
|
||||||
/php-phpseclib-2.0.9-c9a3fe3.tgz
|
/php-phpseclib-2.0.9-c9a3fe3.tgz
|
||||||
/php-phpseclib-2.0.10-d305b78.tgz
|
/php-phpseclib-2.0.10-d305b78.tgz
|
||||||
/php-phpseclib-2.0.11-7053f06.tgz
|
/php-phpseclib-2.0.11-7053f06.tgz
|
||||||
|
/php-phpseclib-2.0.12-8814dc7.tgz
|
||||||
|
/php-phpseclib-2.0.13-42603ce.tgz
|
||||||
|
/php-phpseclib-2.0.14-8ebfcad.tgz
|
||||||
|
/php-phpseclib-2.0.15-11cf67c.tgz
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
%global github_owner phpseclib
|
%global github_owner phpseclib
|
||||||
%global github_name phpseclib
|
%global github_name phpseclib
|
||||||
%global github_commit 7053f06f91b3de78e143d430e55a8f7889efc08b
|
%global github_commit 11cf67cf78dc4acb18dc9149a57be4aee5036ce0
|
||||||
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
||||||
%global with_tests 0%{!?_without_tests:1}
|
%global with_tests 0%{!?_without_tests:1}
|
||||||
|
|
||||||
Name: php-%{composer_vendor}
|
Name: php-%{composer_vendor}
|
||||||
Version: 2.0.11
|
Version: 2.0.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: PHP Secure Communications Library
|
Summary: PHP Secure Communications Library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
@ -23,7 +23,7 @@ BuildArch: noarch
|
||||||
|
|
||||||
%if %{with_tests}
|
%if %{with_tests}
|
||||||
BuildRequires: php-composer(fedora/autoloader)
|
BuildRequires: php-composer(fedora/autoloader)
|
||||||
%if 0%{?fedora} >= 26
|
%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8
|
||||||
%global phpunit %{_bindir}/phpunit6
|
%global phpunit %{_bindir}/phpunit6
|
||||||
%else
|
%else
|
||||||
%global phpunit %{_bindir}/phpunit
|
%global phpunit %{_bindir}/phpunit
|
||||||
|
|
@ -84,7 +84,7 @@ EOF
|
||||||
|
|
||||||
# testAuthorityInfoAccess fails without internet access
|
# testAuthorityInfoAccess fails without internet access
|
||||||
ret=0
|
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
|
if which $cmd; then
|
||||||
set $cmd
|
set $cmd
|
||||||
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \
|
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \
|
||||||
|
|
@ -104,6 +104,18 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 11 2019 Remi Collet <remi@remirepo.net> - 2.0.15-1
|
||||||
|
- update to 2.0.15
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Remi Collet <remi@remirepo.net> - 2.0.14-1
|
||||||
|
- update to 2.0.14
|
||||||
|
|
||||||
|
* Tue Dec 18 2018 Remi Collet <remi@remirepo.net> - 2.0.13-1
|
||||||
|
- update to 2.0.13
|
||||||
|
|
||||||
|
* 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
|
* Mon Apr 16 2018 Remi Collet <remi@remirepo.net> - 2.0.11-1
|
||||||
- update to 2.0.11
|
- 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.15-11cf67c.tgz) = 5a777388f8684f3b0fda7b9da9e98936ad7d26539bf8ee89b04142b98c688a4c6b399e7088305f6aeea5e181bb90e77550e8e9c41a73e2336be24e5e3c11e767
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue