From 0f3a66c4595d45164bacec541124effb65bc4d85 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Apr 2019 14:32:34 +0200 Subject: v1.0.51 --- php-league-flysystem.spec | 7 +++++-- 1 file 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 - 1.0.51-1 +- update to 1.0.51 + * Fri Feb 1 2019 Remi Collet - 1.0.50-1 - update to 1.0.50 -- cgit