diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-22 07:39:48 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-22 07:39:48 +0100 |
commit | 274d00de38bc25e60fb04d31576dd3861d5dd067 (patch) | |
tree | 831275a0b69cc6b970b9c3394338ebbd041e5bbd | |
parent | a7b1f277b2f2d4cf40e7cb642127a09a8ffab661 (diff) |
v2.0.4
-rw-r--r-- | php-icewind-smb2.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-icewind-smb2.spec b/php-icewind-smb2.spec index da6601d..d546092 100644 --- a/php-icewind-smb2.spec +++ b/php-icewind-smb2.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-icewind-smb2 # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github information -%global gh_commit 8394551bf29a37b884edb33dae8acde369177f32 +%global gh_commit f258947a6f840cc9655ba81744872f9bb292a7dd %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.3 +Version: 2.0.4 Release: 1%{?dist} Summary: php wrapper for smbclient and libsmbclient-php @@ -151,6 +151,9 @@ exit $ret %changelog +* Mon Jan 22 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1 +- Update to 2.0.4 + * Wed Nov 15 2017 Remi Collet <remi@remirepo.net> - 2.0.3-1 - Update to 2.0.3 |