diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-15 10:25:32 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-15 10:25:32 +0100 |
commit | a7b1f277b2f2d4cf40e7cb642127a09a8ffab661 (patch) | |
tree | 6237336c594f119267ec664a79cfc8cea196b0a7 | |
parent | 20b8a6f1c9312c97759b25d50ceb04eb03021c65 (diff) |
v2.0.3
-rw-r--r-- | php-icewind-smb2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-icewind-smb2.spec b/php-icewind-smb2.spec index 0079e3e..da6601d 100644 --- a/php-icewind-smb2.spec +++ b/php-icewind-smb2.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github information -%global gh_commit 6691355d9314ac3a8cb9ec9446e4c26e8aab09d0 +%global gh_commit 8394551bf29a37b884edb33dae8acde369177f32 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner icewind1991 %global gh_project SMB @@ -30,7 +30,7 @@ %global with_tests 0%{?_with_tests:1} Name: php-%{pk_vendor}-%{pk_name}%{major} -Version: 2.0.2 +Version: 2.0.3 Release: 1%{?dist} Summary: php wrapper for smbclient and libsmbclient-php @@ -151,6 +151,9 @@ exit $ret %changelog +* Wed Nov 15 2017 Remi Collet <remi@remirepo.net> - 2.0.3-1 +- Update to 2.0.3 + * Wed Nov 1 2017 Remi Collet <remi@remirepo.net> - 2.0.2-1 - rename to php-icewind-smb2 - update to 2.0.2 |