summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-04 06:51:08 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-04 06:51:08 +0200
commite1732c8666371847ee6c6f844e5598e89393d87d (patch)
tree2e5ab344b39666c4a759c453db944aa741465483
parentcfec16ef041ecfa3c4f0950ef225914256920177 (diff)
php-phpseclib: 2.0.4
-rw-r--r--php-phpseclib.spec9
1 files 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 <remi@fedoraproject.org> - 2.0.4-1
+- update to 2.0.4
+
* Fri Sep 2 2016 Remi Collet <remi@fedoraproject.org> - 2.0.3-1
- update to 2.0.3