From 1fa1242db77b70dad339865149e10214554d576d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Mar 2017 07:38:17 +0100 Subject: php-league-flysystem: 1.0.36 --- 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 395f80c..de74be5 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit dda7f3ab94158a002d9846a97dc18ebfb7acc062 +%global gh_commit d9c1698582dfbfbd092ec9c5c3325f862cdb3297 %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.35 +Version: 1.0.36 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -159,6 +159,9 @@ rm -rf %{buildroot} %changelog +* Mon Mar 20 2017 Remi Collet - 1.0.36-1 +- Update to 1.0.36 + * Thu Feb 9 2017 Remi Collet - 1.0.35-1 - update to 1.0.35 -- cgit