diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-21 08:58:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-21 08:58:05 +0200 |
commit | bfef332c93f89d3b9ed137cdc1951a12ee537280 (patch) | |
tree | 3919e2db4fbec3e79de0669447300d96b2d598df | |
parent | a035f844e44b6f4c4fd802ff38fa1f361df83fc1 (diff) |
v2.0.19
-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 149c40a..4a9f056 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 60519001db8d791215a822efd366d24cafee9e63 +%global github_commit d2085db7b7394baa071a69c8f9159723c250f2ba %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.18 +Version: 2.0.19 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -108,6 +108,9 @@ exit $ret %changelog +* Fri Jun 21 2019 Remi Collet <remi@remirepo.net> - 2.0.19-1 +- update to 2.0.19 + * Thu Jun 13 2019 Remi Collet <remi@remirepo.net> - 2.0.18-1 - update to 2.0.18 |