summaryrefslogtreecommitdiffstats
path: root/php-league-flysystem.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-15 07:58:00 +0200
committerRemi Collet <remi@remirepo.net>2018-09-15 07:58:00 +0200
commit8d6dae8ca5792458c6ad462208b6d9d1bae23d33 (patch)
tree705265e6d2e5b534b508b2a59a8be2286a6c3620 /php-league-flysystem.spec
parentb595bba780bd95e170ac394b9a2403d8ad258ba5 (diff)
v1.0.47
Diffstat (limited to 'php-league-flysystem.spec')
-rw-r--r--php-league-flysystem.spec11
1 files changed, 8 insertions, 3 deletions
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 <remi@remirepo.net> - 1.0.47-1
+- update to 1.0.47
+
* Wed Aug 22 2018 Remi Collet <remi@remirepo.net> - 1.0.46-1
- update to 1.0.46