diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-sabre-event6.spec | 15 |
2 files changed, 10 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 426f6f1..5acaab7 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpstan/extension-installer": "^1.4", - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.5", "rector/rector": "^2.4" }, "scripts": { diff --git a/php-sabre-event6.spec b/php-sabre-event6.spec index 41c0956..6177b8a 100644 --- a/php-sabre-event6.spec +++ b/php-sabre-event6.spec @@ -23,7 +23,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: Lightweight library for event-based programming -Version: 6.1.0 +Version: 6.1.1 Release: 1%{?dist} URL: http://sabre.io/event @@ -40,10 +40,10 @@ BuildRequires: php(language) >= 8.2 # "phpstan/phpstan-phpunit": "^2.0", # "phpstan/phpstan-strict-rules": "^2.0", # "phpstan/extension-installer": "^1.4", -# "phpunit/phpunit": "^10.5", +# "phpunit/phpunit": "^11.5", # "rector/rector": "^2.4" -BuildRequires: phpunit10 >= 10.5 -%global phpunit %{_bindir}/phpunit10 +BuildRequires: phpunit11 >= 11.5 +%global phpunit %{_bindir}/phpunit11 # Autoloader BuildRequires: php-composer(fedora/autoloader) %endif @@ -109,10 +109,10 @@ 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}" php82 php83 php84 php85; do +for cmdarg in "php %{phpunit}" php82 php83 php84 php85 php86; do if which $cmdarg; then set $cmdarg - $1 ${2:-%{_bindir}/phpunit10} \ + $1 ${2:-%{_bindir}/phpunit11} \ --bootstrap=%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ --configuration tests/phpunit.xml \ || ret=1 @@ -133,6 +133,9 @@ exit $ret %changelog +* Tue Jul 7 2026 Remi Collet <remi@remirepo.net> - 6.1.1-1 +- update to 6.1.1 + * Tue Apr 28 2026 Remi Collet <remi@remirepo.net> - 6.1.0-1 - update to 6.1.0 - raise dependency on PHP 8.2 |
