diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-01 12:29:07 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-01 12:29:07 +0100 |
commit | 51feac2c557514bc80018fece0c3270975c4690b (patch) | |
tree | 6b243b3bc1a4b9c05e1fbccc906b9915ce02efa0 /php-league-flysystem.spec | |
parent | 4ef4e1f305760fe0a1f33faaad02b8c7ac663c9b (diff) |
v1.0.50
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 3596235..a012c80 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-2018 Remi Collet +# Copyright (c) 2016-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github -%global gh_commit a63cc83d8a931b271be45148fa39ba7156782ffd +%global gh_commit dab4e7624efa543a943be978008f439c333f2249 %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.49 +Version: 1.0.50 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -139,6 +139,9 @@ exit $ret %changelog +* Fri Feb 1 2019 Remi Collet <remi@remirepo.net> - 1.0.50-1 +- update to 1.0.50 + * Mon Nov 26 2018 Remi Collet <remi@remirepo.net> - 1.0.49-1 - update to 1.0.49 |