From 8d6dae8ca5792458c6ad462208b6d9d1bae23d33 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 15 Sep 2018 07:58:00 +0200 Subject: v1.0.47 --- php-league-flysystem.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'php-league-flysystem.spec') diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 6dbee37..593fcfe 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2 +%global gh_commit a11e4a75f256bdacf99d20780ce42d3b8272975c %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.46 +Version: 1.0.47 Release: 1%{?dist} Summary: Filesystem abstraction: Many filesystems, one API @@ -48,10 +48,12 @@ BuildRequires: phpunit6 BuildRequires: php-composer(fedora/autoloader) # From composer.json, "require": { +# "php": ">=5.5.9", +# "ext-fileinfo": "*" Requires: php(language) >= 5.5.9 +Requires: php-fileinfo # From phpcompatifo report for 1.0.29 Requires: php-date -Requires: php-fileinfo Requires: php-ftp Requires: php-hash Requires: php-mbstring @@ -137,6 +139,9 @@ exit $ret %changelog +* Sat Sep 15 2018 Remi Collet - 1.0.47-1 +- update to 1.0.47 + * Wed Aug 22 2018 Remi Collet - 1.0.46-1 - update to 1.0.46 -- cgit