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 7a06207..68c9ad0 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    3cf60dcb567fa62bb8e0358534591d0962ef6fec +%global gh_commit    464459aa5d4ab6bd59f13b4455c8fc3558bb6e07  %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.6 +Version:        2.0.7  Release:        1%{?dist}  Summary:        php wrapper for smbclient and libsmbclient-php @@ -150,6 +150,9 @@ exit $ret  %changelog +* Wed Mar  6 2019 Remi Collet <remi@remirepo.net> - 2.0.7-1 +- update to 2.0.7 +  * Thu Feb  7 2019 Remi Collet <remi@remirepo.net> - 2.0.6-1  - update to 2.0.6  | 
