summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-phpseclib.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpseclib.spec b/php-phpseclib.spec
index 10084b4..2685240 100644
--- a/php-phpseclib.spec
+++ b/php-phpseclib.spec
@@ -3,12 +3,12 @@
%global github_owner phpseclib
%global github_name phpseclib
-%global github_commit f8dd0e18d2328c447dd4190fecd11ef52680d968
+%global github_commit 34a7699e6f31b1ef4035ee36444407cecf9f56aa
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global with_tests 0%{!?_without_tests:1}
Name: php-%{composer_vendor}
-Version: 2.0.5
+Version: 2.0.6
Release: 1%{?dist}
Summary: PHP Secure Communications Library
@@ -93,6 +93,9 @@ exit $ret
%changelog
+* Mon Jun 5 2017 Remi Collet <remi@remirepo.net> - 2.0.6-1
+- Update to 2.0.6
+
* Mon May 8 2017 Remi Collet <remi@remirepo.net> - 2.0.5-1
- Update to 2.0.5
- switch to fedora/autoloader