diff options
Diffstat (limited to 'php-league-flysystem.spec')
-rw-r--r-- | php-league-flysystem.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index a157f40..896e4cc 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-league-flysystem # -# Copyright (c) 2016-2021 Remi Collet +# Copyright (c) 2016-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github -%global gh_commit c995bb0c23c58c9813d081f9523c9b7bb496698e +%global gh_commit 094defdb4a7001845300334e7c1ee2335925ef99 %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.1.8 +Version: 1.1.9 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -143,6 +143,9 @@ exit $ret %changelog +* Wed Jan 5 2022 Remi Collet <remi@remirepo.net> - 1.1.9-1 +- update to 1.1.9 + * Tue Nov 30 2021 Remi Collet <remi@remirepo.net> - 1.1.8-1 - update to 1.1.8 |