diff options
| -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 | 
