diff options
| author | Remi Collet <remi@remirepo.net> | 2019-04-01 14:32:34 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-04-01 14:32:34 +0200 | 
| commit | 0f3a66c4595d45164bacec541124effb65bc4d85 (patch) | |
| tree | 4f6931ad75a05c4fda6fc659f85600fe8c856158 | |
| parent | 51feac2c557514bc80018fece0c3270975c4690b (diff) | |
v1.0.51
| -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 a012c80..e44bef7 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  # Github -%global gh_commit    dab4e7624efa543a943be978008f439c333f2249 +%global gh_commit    755ba7bf3fb9031e6581d091db84d78275874396  %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.50 +Version:        1.0.51  Release:        1%{?dist}  Summary:        Filesystem abstraction: Many filesystems, one API @@ -139,6 +139,9 @@ exit $ret  %changelog +* Mon Apr  1 2019 Remi Collet <remi@remirepo.net> - 1.0.51-1 +- update to 1.0.51 +  * Fri Feb  1 2019 Remi Collet <remi@remirepo.net> - 1.0.50-1  - update to 1.0.50 | 
