From e1732c8666371847ee6c6f844e5598e89393d87d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Oct 2016 06:51:08 +0200 Subject: php-phpseclib: 2.0.4 --- php-phpseclib.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/php-phpseclib.spec b/php-phpseclib.spec index f6cfb6a..05462ec 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,7 +3,7 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 41f85e9c2582b3f6d1b7d20395fb40c687ad5370 +%global github_commit ab8028c93c03cc8d9c824efa75dc94f1db2369bf %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if 0%{?rhel} == 5 %global with_tests 0%{?_with_tests:1} @@ -12,7 +12,7 @@ %endif Name: php-%{composer_vendor} -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} Summary: PHP Secure Communications Library @@ -73,6 +73,7 @@ cp -pr %{composer_vendor} %{buildroot}%{_datadir}/php %{_bindir}/phpab --output tests/bootstrap.php tests echo 'require "%{buildroot}%{_datadir}/php/%{composer_vendor}/autoload.php";' >> tests/bootstrap.php +# remirepo:11 ret=0 run=0 if which php56; then @@ -85,6 +86,7 @@ if which php71; then fi if [ $run -eq 0 ]; then %{_bindir}/phpunit --verbose +# remirepo:2 fi exit $ret %endif @@ -101,6 +103,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 4 2016 Remi Collet - 2.0.4-1 +- update to 2.0.4 + * Fri Sep 2 2016 Remi Collet - 2.0.3-1 - update to 2.0.3 -- cgit