summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-06 09:42:28 +0100
committerRemi Collet <remi@remirepo.net>2020-02-06 09:42:28 +0100
commit17daaf108c2bc6832b1aa9af906075b4f65c089a (patch)
tree5af873f589c654d3ee597ca6728ac99a8f1d29de
parent3dce5cd46f7e6b5dda8276eb4642233450881f54 (diff)
v1.0.64
-rw-r--r--composer.json2
-rw-r--r--php-league-flysystem.spec9
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 <remi@remirepo.net> - 1.0.64-1
+- update to 1.0.64
+
* Mon Jan 6 2020 Remi Collet <remi@remirepo.net> - 1.0.63-1
- update to 1.0.63