diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-09 07:13:21 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-09 07:13:21 +0100 |
| commit | 9afcae3875cbba8a653416c5ccacdefea5ff4bcb (patch) | |
| tree | 975383d86474b3949140a8c61388b4060b338799 /php-doctrine-deprecations.spec | |
| parent | fb4039825eddffbbdc9e8240b2d8102e266c9b7c (diff) | |
Diffstat (limited to 'php-doctrine-deprecations.spec')
| -rw-r--r-- | php-doctrine-deprecations.spec | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/php-doctrine-deprecations.spec b/php-doctrine-deprecations.spec index bec3542..5e53f7f 100644 --- a/php-doctrine-deprecations.spec +++ b/php-doctrine-deprecations.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-doctrine-deprecations # -# SPDX-FileCopyrightText: Copyright 2021-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2021-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38 +%global gh_commit d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project deprecations @@ -21,7 +21,7 @@ %global ns_project Deprecations Name: php-%{pk_vendor}-%{pk_project} -Version: 1.1.5 +Version: 1.1.6 Release: 1%{?dist} Summary: A small layer on top of triggeFr_error or PSR-3 logging @@ -36,10 +36,10 @@ BuildRequires: php-fedora-autoloader-devel %if %{with tests} # From composer.json # "require-dev": { -# "doctrine/coding-standard": "^9 || ^12 || ^13", -# "phpstan/phpstan": "1.4.10 || 2.1.11", +# "doctrine/coding-standard": "^9 || ^12 || ^14", +# "phpstan/phpstan": "1.4.10 || 2.1.30", # "phpstan/phpstan-phpunit": "^1.0 || ^2", -# "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12", +# "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0", # "psr/log": "^1 || ^2 || ^3" BuildRequires: (php-composer(psr/log) >= 1.0 with php-composer(psr/log) < 4) # remirepo:1 @@ -132,7 +132,7 @@ cat << 'EOF' | tee -a vendor/autoload.php EOF ret=0 -for cmd in "php %{phpunit}" "php81 %{_bindir}/phpunit10" "php82 %{_bindir}/phpunit11" "php83 %{_bindir}/phpunit12" "php84 %{_bindir}/phpunit12"; do +for cmd in "php %{phpunit}" "php82 %{_bindir}/phpunit11" "php83 %{_bindir}/phpunit12" "php84 %{_bindir}/phpunit12" "php85 %{_bindir}/phpunit13"; do if which $cmd; then set $cmd $1 -d auto_prepend_file=vendor/autoload.php \ @@ -156,6 +156,9 @@ exit $ret %changelog +* Mon Feb 9 2026 Remi Collet <remi@remirepo.net> - 1.1.6-1 +- update to 1.1.6 + * Tue Apr 8 2025 Remi Collet <remi@remirepo.net> - 1.1.5-1 - update to 1.1.5 (no change) - switch to phpunit12 |
