diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-28 13:29:46 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-28 13:29:46 +0200 |
commit | 5d41f80de6055faa8d88de8a4bc7839e45c82e23 (patch) | |
tree | 6fbe874788cfbc045862fc54bf84a0ac5ef6c814 | |
parent | c5462171a4aff10305ded467992e02827ad58155 (diff) |
php-league-flysystem: 1.0.22
-rw-r--r-- | php-league-flysystem.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index c9fd548..97e7112 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 35a83cf67d80d7040f306c77b0a84b9fbcc4fbfb +%global gh_commit bd73a91703969a2d20ab4bfbf971d6c2cbe36612 %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.21 +Version: 1.0.22 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -138,6 +138,9 @@ rm -rf %{buildroot} %changelog +* Thu Apr 28 2016 Remi Collet <remi@fedoraproject.org> - 1.0.22-1 +- update to 1.0.22 + * Fri Apr 22 2016 Remi Collet <remi@fedoraproject.org> - 1.0.21-1 - update to 1.0.21 |