summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-04-17 14:01:35 +0200
committerRemi Collet <remi@remirepo.net>2018-04-17 14:01:35 +0200
commitdb687507f66648ee8f18859fb06c56a41d8c4e0d (patch)
treebbed4d8200c1b5c3cb642113eeabf6c05fc668ef
parent274d00de38bc25e60fb04d31576dd3861d5dd067 (diff)
v2.0.5
-rw-r--r--php-icewind-smb2.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-icewind-smb2.spec b/php-icewind-smb2.spec
index d546092..6b4e18e 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 f258947a6f840cc9655ba81744872f9bb292a7dd
+%global gh_commit b888dd81bd05532677e1469849d9065011256a33
%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.4
+Version: 2.0.5
Release: 1%{?dist}
Summary: php wrapper for smbclient and libsmbclient-php
@@ -133,7 +133,7 @@ cp %{SOURCE2} config.json
: Run the test suite
ret=0
-for cmd in php php56 php70 php71 php72; do
+for cmd in php php70 php71 php72; do
if which $cmd; then
$cmd %{_bindir}/phpunit || ret=1
fi
@@ -151,6 +151,9 @@ exit $ret
%changelog
+* Tue Apr 17 2018 Remi Collet <remi@remirepo.net> - 2.0.5-1
+- update to 2.0.5
+
* Mon Jan 22 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1
- Update to 2.0.4