diff options
| -rw-r--r-- | php-icewind-smb2.spec | 10 | 
1 files changed, 6 insertions, 4 deletions
diff --git a/php-icewind-smb2.spec b/php-icewind-smb2.spec index 6b4e18e..7a06207 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-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  #  # Github information -%global gh_commit    b888dd81bd05532677e1469849d9065011256a33 +%global gh_commit    3cf60dcb567fa62bb8e0358534591d0962ef6fec  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     icewind1991  %global gh_project   SMB @@ -30,11 +30,10 @@  %global with_tests   0%{?_with_tests:1}  Name:           php-%{pk_vendor}-%{pk_name}%{major} -Version:        2.0.5 +Version:        2.0.6  Release:        1%{?dist}  Summary:        php wrapper for smbclient and libsmbclient-php -Group:          Development/Libraries  License:        MIT  URL:            https://github.com/%{gh_owner}/%{gh_project}  Source0:        %{url}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz @@ -151,6 +150,9 @@ exit $ret  %changelog +* Thu Feb  7 2019 Remi Collet <remi@remirepo.net> - 2.0.6-1 +- update to 2.0.6 +  * Tue Apr 17 2018 Remi Collet <remi@remirepo.net> - 2.0.5-1  - update to 2.0.5  | 
