diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-26 11:26:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-26 11:26:18 +0200 |
commit | 332d42e42216b223fa877446fdbf2cc91dfe534f (patch) | |
tree | e9ef593fbfeefeac652617e69e847b4b7c2b263f /php-league-flysystem.spec | |
parent | 43c82f8b62aee081fc46d267be6fb0974fde1043 (diff) |
v1.0.55
Diffstat (limited to 'php-league-flysystem.spec')
-rw-r--r-- | php-league-flysystem.spec | 11 |
1 files changed, 9 insertions, 2 deletions
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 <remi@remirepo.net> - 1.0.55-1 +- update to 1.0.55 + +* Wed Jun 19 2019 Remi Collet <remi@remirepo.net> - 1.0.53-1 +- update to 1.0.53 + * Tue May 21 2019 Remi Collet <remi@remirepo.net> - 1.0.52-1 - update to 1.0.52 |