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 e44bef7..cae883f 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 755ba7bf3fb9031e6581d091db84d78275874396 +%global gh_commit c5a5097156387970e6f0ccfcdf03f752856f3391 %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.51 +Version: 1.0.52 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -139,6 +139,9 @@ exit $ret %changelog +* Tue May 21 2019 Remi Collet <remi@remirepo.net> - 1.0.52-1 +- update to 1.0.52 + * Mon Apr 1 2019 Remi Collet <remi@remirepo.net> - 1.0.51-1 - update to 1.0.51 |