diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-03 11:02:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-03 11:02:35 +0200 |
commit | c45f589b90b3b2cd45a2e37965dff6162c3313c6 (patch) | |
tree | 775c08aa541f7420016655d09bbb69af0fcd267c /php-icewind-smb.spec | |
parent | 6d62e470c77cbf9ee3b897461dc28cd2dc2093c0 (diff) |
php-icewind-smb: 1.1.0
Diffstat (limited to 'php-icewind-smb.spec')
-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 d895e1f..0cf07ba 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 764f3fc793a904eb937d619ad097fb076ff199cd +%global gh_commit 822f924967c68228555cea84ea44765f8e85c601 %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.8 +Version: 1.1.0 Release: 1%{?dist} Summary: php wrapper for smbclient and libsmbclient-php @@ -144,6 +144,9 @@ rm -rf %{buildroot} %changelog +* Fri Jun 3 2016 Remi Collet <remi@fedoraproject.org> - 1.1.0-1 +- update to 1.1.0 + * Thu Mar 17 2016 Remi Collet <remi@fedoraproject.org> - 1.0.8-1 - update to 1.0.8 |