diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-18 06:26:23 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-18 06:26:23 +0100 |
commit | 6d62e470c77cbf9ee3b897461dc28cd2dc2093c0 (patch) | |
tree | 803666fc84e6b63ad2568878da48526ff536ffe3 | |
parent | 09d77376a586a24a8bb549e86244cfb10270151d (diff) |
php-icewind-smb: 1.0.8
-rw-r--r-- | php-icewind-smb.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-icewind-smb.spec b/php-icewind-smb.spec index 68bc802..d895e1f 100644 --- a/php-icewind-smb.spec +++ b/php-icewind-smb.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github information -%global gh_commit b9364a984e9667416406c6f21c1bc5ac7ad86aa1 +%global gh_commit 764f3fc793a904eb937d619ad097fb076ff199cd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner icewind1991 %global gh_project SMB @@ -28,7 +28,7 @@ %global with_tests 0%{?_with_tests:1} Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: php wrapper for smbclient and libsmbclient-php @@ -144,6 +144,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 17 2016 Remi Collet <remi@fedoraproject.org> - 1.0.8-1 +- update to 1.0.8 + * Thu Mar 17 2016 Remi Collet <remi@fedoraproject.org> - 1.0.7-1 - update to 1.0.7 - lower dependency on icewind/streams >= 0.2 |