diff options
| -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 186aba7..a3f1017 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  # Github -%global gh_commit    90e3f83cb10ef6b058d70f95267030e7a6236518 +%global gh_commit    0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a  %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.56 +Version:        1.0.57  Release:        1%{?dist}  Summary:        Filesystem abstraction: Many filesystems, one API @@ -139,6 +139,9 @@ exit $ret  %changelog +* Thu Oct 17 2019 Remi Collet <remi@remirepo.net> - 1.0.57-1 +- update to 1.0.57 +  * Sun Oct 13 2019 Remi Collet <remi@remirepo.net> - 1.0.56-1  - update to 1.0.56  - drop patch merged upstream  | 
