diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-sabre-event5.spec | 21 | 
2 files changed, 12 insertions, 11 deletions
diff --git a/composer.json b/composer.json index 42fb4aa..3c31181 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@      "require-dev": {          "friendsofphp/php-cs-fixer": "~2.17.1",          "phpstan/phpstan": "^0.12", -        "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0" +        "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6"      },      "scripts": {          "phpstan": [ diff --git a/php-sabre-event5.spec b/php-sabre-event5.spec index c28a53f..691b8a0 100644 --- a/php-sabre-event5.spec +++ b/php-sabre-event5.spec @@ -1,7 +1,7 @@  # remirepo/fedora spec file for php-sabre-event5  # -# Copyright (c) 2013-2020 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2013-2024 Remi Collet +# License: CC-BY-SA-4.0  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries @@ -10,7 +10,7 @@  %bcond_without      tests  # Github -%global gh_commit    d7da22897125d34d7eddf7977758191c06a74497 +%global gh_commit    934a1fa89b588a5448cb56937741b4bece29f403  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sabre-io  %global gh_project   event @@ -25,11 +25,11 @@  Name:           php-%{pk_vendor}-%{pk_project}%{major}  Summary:        Lightweight library for event-based programming -Version:        5.1.4 +Version:        5.1.5  Release:        1%{?dist}  URL:            http://sabre.io/event -License:        BSD +License:        BSD-3-Clause  Source0:        %{name}-%{version}-%{gh_short}.tgz  Source1:        makesrc.sh @@ -40,8 +40,8 @@ BuildRequires:  php-spl  # From composer.json, "require-dev": {  #        "friendsofphp/php-cs-fixer": "~2.17.1",  #        "phpstan/phpstan": "^0.12", -#        "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0" -BuildRequires:  phpunit9 +#        "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6" +BuildRequires:  phpunit9 >= 9.6  %global phpunit %{_bindir}/phpunit9  # Autoloader  BuildRequires:  php-composer(fedora/autoloader) @@ -108,7 +108,7 @@ exit (Sabre\Event\Version::VERSION === "%{version}" ? 0 : 1);  %if %{with tests}  : Run upstream test suite against installed library  ret=0 -for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do    if which $cmdarg; then      set $cmdarg      $1 ${2:-%{_bindir}/phpunit9} \ @@ -124,8 +124,6 @@ exit $ret  %files -# remirepo:1 -%{!?_licensedir:%global license %%doc}  %license LICENSE  %doc *md  %doc composer.json @@ -134,6 +132,9 @@ exit $ret  %changelog +* Thu Jul 25 2024 Remi Collet <remi@remirepo.net> - 5.1.5-1 +- update to 5.1.5 +  * Thu Nov  4 2021 Remi Collet <remi@remirepo.net> - 5.1.4-1  - update to 5.1.4  | 
