From 17daaf108c2bc6832b1aa9af906075b4f65c089a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Feb 2020 09:42:28 +0100 Subject: v1.0.64 --- composer.json | 2 +- php-league-flysystem.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 92ab388..72b0787 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "phpspec/phpspec": "^3.4", - "phpunit/phpunit": "^5.7.10" + "phpunit/phpunit": "^5.7.26" }, "autoload": { "psr-4": { diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index c93f3d6..87b7932 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 8132daec326565036bc8e8d1876f77ec183a7bd6 +%global gh_commit d13c43dbd4b791f815215959105a008515d1a2e0 %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.63 +Version: 1.0.64 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -41,7 +41,7 @@ BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { # "phpspec/phpspec": "^3.4", -# "phpunit/phpunit": "^5.7.10" +# "phpunit/phpunit": "^5.7.26" BuildRequires: php-composer(phpspec/phpspec) >= 3.4 BuildRequires: phpunit6 # Autoloader @@ -139,6 +139,9 @@ exit $ret %changelog +* Thu Feb 6 2020 Remi Collet - 1.0.64-1 +- update to 1.0.64 + * Mon Jan 6 2020 Remi Collet - 1.0.63-1 - update to 1.0.63 -- cgit