From 332d42e42216b223fa877446fdbf2cc91dfe534f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Aug 2019 11:26:18 +0200 Subject: v1.0.55 --- php-league-flysystem.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-league-flysystem.spec') diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index cae883f..777bdf2 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit c5a5097156387970e6f0ccfcdf03f752856f3391 +%global gh_commit 33c91155537c6dc899eacdc54a13ac6303f156e6 %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.52 +Version: 1.0.55 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -117,6 +117,7 @@ else PHPSPEC=%{_bindir}/phpspec fi ret=0 +# TODO 7.4: 1 failed test (testMimetypeFallbackOnExtension) for cmd in php php71 php72 php73; do if which $cmd; then : Run upstream test suite @@ -139,6 +140,12 @@ exit $ret %changelog +* Mon Aug 26 2019 Remi Collet - 1.0.55-1 +- update to 1.0.55 + +* Wed Jun 19 2019 Remi Collet - 1.0.53-1 +- update to 1.0.53 + * Tue May 21 2019 Remi Collet - 1.0.52-1 - update to 1.0.52 -- cgit