diff options
author | Remi Collet <remi@remirepo.net> | 2018-04-09 15:07:04 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-04-09 15:07:04 +0200 |
commit | ecc45a71db4e9fdc6169207979072dc3c5b16cd3 (patch) | |
tree | c460c9a08ed23ae92427fac32403b0aac75a405c | |
parent | 1ba9a1cd797b7d00c9b5987bd6fb104d285ca99d (diff) |
v1.0.44
-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 b4a995f..e589ef6 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 1ce7cc142d906ba58dc54c82915d355a9191c8a8 +%global gh_commit 168dbe519737221dc87d17385cde33073881fd02 %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.43 +Version: 1.0.44 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -137,6 +137,9 @@ exit $ret %changelog +* Mon Apr 9 2018 Remi Collet <remi@remirepo.net> - 1.0.44-1 +- update to 1.0.44 + * Thu Mar 1 2018 Remi Collet <remi@remirepo.net> - 1.0.43-1 - Update to 1.0.43 |