diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-08 07:10:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-08 07:10:02 +0100 |
commit | f3868b5a829ac396e19afb97c390716fa802ffca (patch) | |
tree | b08dc1f96443651e499fc028e1760589f36111a2 | |
parent | 126359331de7f8d9e5fd133a6090a45e043eb4aa (diff) |
php-league-flysystem: 1.0.18
-rw-r--r-- | php-league-flysystem.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 76c8e72..43e59fd 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 02f5b6c9a8b9278c8381e3361e7bd9d641c740ca +%global gh_commit b334d6c5f95364948e06d2f620ab93d084074c6e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner thephpleague %global gh_project flysystem @@ -19,7 +19,7 @@ %global ns_project Flysystem Name: php-%{pk_vendor}-%{pk_name} -Version: 1.0.17 +Version: 1.0.18 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -138,9 +138,13 @@ rm -rf %{buildroot} %changelog +* Tue Mar 8 2016 Remi Collet <remi@fedoraproject.org> - 1.0.18-1 +- update to 1.0.18 + * Sat Feb 20 2016 Remi Collet <remi@fedoraproject.org> - 1.0.17-1 - update to 1.0.17 * Thu Jan 14 2016 Remi Collet <remi@fedoraproject.org> - 1.0.16-1 - initial package -- open https://github.com/thephpleague/flysystem/pull/592 - PHPUnit
\ No newline at end of file +- open https://github.com/thephpleague/flysystem/pull/592 - PHPUnit + |