diff options
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-fig-http-message-util.spec | 9 | 
2 files changed, 8 insertions, 5 deletions
| diff --git a/composer.json b/composer.json index 11758fe..8645893 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,11 @@      "authors": [          {              "name": "PHP-FIG", -            "homepage": "http://www.php-fig.org/" +            "homepage": "https://www.php-fig.org/"          }      ],      "require": { -        "php": "^5.3 || ^7.0" +        "php": "^5.3 || ^7.0 || ^8.0"      },      "suggest": {          "psr/http-message": "The package containing the PSR-7 interfaces" diff --git a/php-fig-http-message-util.spec b/php-fig-http-message-util.spec index 41c8ae6..aaf33f6 100644 --- a/php-fig-http-message-util.spec +++ b/php-fig-http-message-util.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  # -%global gh_commit    3242caa9da7221a304b8f84eb9eaddae0a7cf422 +%global gh_commit    9d94dc0154230ac39e5bf89398b324a86f63f765  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     php-fig  %global gh_project   http-message-util @@ -15,7 +15,7 @@  %global pk_project   %{gh_project}  Name:           php-%{pk_owner}-%{pk_project} -Version:        1.1.4 +Version:        1.1.5  Release:        1%{?dist}  Summary:        PSR Http Message Util @@ -34,7 +34,7 @@ BuildRequires:  php-composer(psr/http-message) >= 1.0  BuildRequires:  php-composer(fedora/autoloader)  # From composer.json, "require": { -#        "php": "^5.3 || ^7.0", +#        "php": "^5.3 || ^7.0 || ^8.0",  Requires:       php(language) > 5.3  # From composer.json, "suggest": {  #        "psr/http-message": "^1.0" @@ -100,6 +100,9 @@ exit ($ok ? 0 : 1);  %changelog +* Wed Nov 25 2020 Remi Collet <remi@remirepo.net> - 1.1.5-1 +- update to 1.1.5 (no change) +  * Thu Mar 19 2020 Remi Collet <remi@remirepo.net> - 1.1.4-1  - update to 1.1.4  - psr/http-message is optional | 
