diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-13 08:14:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-13 08:14:13 +0100 |
commit | 25a3e699d05727f6afc7dfae3763767a29dffbd8 (patch) | |
tree | fb3f23b471daf6c1a8f862a23a4441230a6226c1 | |
parent | 8b9b0c0be6b37c4cd9117adbaf4db65ed730ac4c (diff) |
update to 3.0.2
re-license spec file to CECILL-2.1
-rw-r--r-- | composer.json | 10 | ||||
-rw-r--r-- | php-sabre-uri3.spec | 28 |
2 files changed, 21 insertions, 17 deletions
diff --git a/composer.json b/composer.json index 03c3387..2d26c23 100644 --- a/composer.json +++ b/composer.json @@ -37,11 +37,11 @@ } }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.17", - "phpstan/phpstan": "^1.10", - "phpstan/phpstan-phpunit": "^1.3", - "phpstan/phpstan-strict-rules": "^1.5", - "phpstan/extension-installer": "^1.3", + "friendsofphp/php-cs-fixer": "^3.64", + "phpstan/phpstan": "^1.12", + "phpstan/phpstan-phpunit": "^1.4", + "phpstan/phpstan-strict-rules": "^1.6", + "phpstan/extension-installer": "^1.4", "phpunit/phpunit" : "^9.6" }, "scripts": { diff --git a/php-sabre-uri3.spec b/php-sabre-uri3.spec index 083cd41..095f6c4 100644 --- a/php-sabre-uri3.spec +++ b/php-sabre-uri3.spec @@ -1,8 +1,8 @@ -# remirepo/fedora spec file for php-sabre-uri2 +# remirepo/fedora spec file for php-sabre-uri3 # -# Copyright (c) 2016-2023 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 1774043c843f1db7654ecc93368a98be29b07544 +%global gh_commit 38eeab6ed9eec435a2188db489d4649c56272c51 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project uri @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: Functions for making sense out of URIs -Version: 3.0.1 +Version: 3.0.2 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -37,11 +37,11 @@ BuildArch: noarch %if %{with tests} BuildRequires: php(language) >= 7.4 # From composer.json, "require-dev": { -# "friendsofphp/php-cs-fixer": "^3.17", -# "phpstan/phpstan": "^1.10", -# "phpstan/phpstan-phpunit": "^1.3", -# "phpstan/phpstan-strict-rules": "^1.5", -# "phpstan/extension-installer": "^1.3", +# "friendsofphp/php-cs-fixer": "^3.64", +# "phpstan/phpstan": "^1.12", +# "phpstan/phpstan-phpunit": "^1.4", +# "phpstan/phpstan-strict-rules": "^1.6", +# "phpstan/extension-installer": "^1.4", # "phpunit/phpunit" : "^9.6" BuildRequires: php-pcre BuildRequires: phpunit9 >= 9.6 @@ -116,7 +116,7 @@ mkdir vendor ln -s %{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}%{major}/autoload.php vendor/autoload.php cd tests -for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1 @@ -139,6 +139,10 @@ exit $ret %changelog +* Thu Feb 13 2025 Remi Collet <remi@remirepo.net> - 3.0.2-1 +- update to 3.0.2 +- re-license spec file to CECILL-2.1 + * Mon Jun 12 2023 Remi Collet <remi@remirepo.net> - 3.0.1-1 - update to 3.0.1 |