diff options
-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 |