diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-league-flysystem.spec | 18 | 
2 files changed, 13 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 62bce3c..bcc9213 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@          }      ],      "require": { -        "php": ">=5.4.0" +        "php": ">=5.6.0"      },      "require-dev": {          "ext-fileinfo": "*", diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index ab8e495..3d4c8b1 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  # Github -%global gh_commit    a9663643ff2d16d7f66ed1e0d3212c5491bc9044 +%global gh_commit    b732cc946c48cf102ddffd41ffcd54901a28ccdb  %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.28 +Version:        1.0.29  Release:        1%{?dist}  Summary:        Filesystem abstraction: Many filesystems, one API @@ -34,10 +34,11 @@ Source2:        %{name}-autoload.php  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch -BuildRequires:  php(language) >= 5.4 +BuildRequires:  php(language) >= 5.6  BuildRequires:  php-date  BuildRequires:  php-fileinfo  BuildRequires:  php-ftp +BuildRequires:  php-hash  BuildRequires:  php-mbstring  BuildRequires:  php-pcre  BuildRequires:  php-spl @@ -52,12 +53,13 @@ BuildRequires:  php-composer(phpspec/phpspec) >= 2.2  BuildRequires:  php-composer(symfony/class-loader)  # From composer.json, "require": { -#        "php": ">=5.4.0" -Requires:       php(language) >= 5.4 -# From phpcompatifo report for 1.0.16 +#        "php": ">=5.6.0" +Requires:       php(language) >= 5.6 +# From phpcompatifo report for 1.0.29  Requires:       php-date  Requires:       php-fileinfo  Requires:       php-ftp +Requires:       php-hash  Requires:       php-mbstring  Requires:       php-pcre  Requires:       php-spl @@ -158,6 +160,10 @@ rm -rf %{buildroot}  %changelog +* Tue Oct 18 2016 Remi Collet <remi@fedoraproject.org> - 1.0.29-1 +- update to 1.0.29 +- raise dependency on PHP 5.6 +  * Fri Oct  7 2016 Remi Collet <remi@fedoraproject.org> - 1.0.28-1  - update to 1.0.28  | 
