diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-31 10:15:37 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-31 10:15:37 +0100 |
commit | d17074ce9296cc968c3c024d0593da7fff97ef91 (patch) | |
tree | c528a475a7c08100e9c3159d972c4b91c61b885c | |
parent | bf48c2b078f0ecddd8db872666eca5fe764dccec (diff) |
v2.0.14
-rw-r--r-- | php-phpseclib.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 8866a67..9d9a099 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 42603ce3f42a27f7e14e54feab95db7b680ad473 +%global github_commit 8ebfcadbf30524aeb75b2c446bc2519d5b321478 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.13 +Version: 2.0.14 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -108,6 +108,9 @@ exit $ret %changelog +* 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 |