diff options
| author | Remi Collet <remi@remirepo.net> | 2025-04-18 07:23:34 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-04-18 07:23:34 +0200 | 
| commit | 9c7a176860d688d14b15381327cd149678075bd8 (patch) | |
| tree | 9dce41a109b2294a5f5fb63c5649787d690c1e48 | |
| parent | 438e62110ca6a9b9714a7d51c8bd18dc50d3facb (diff) | |
re-license spec file to CECILL-2.1
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-sabre-vobject4.spec | 17 | 
2 files changed, 12 insertions, 7 deletions
diff --git a/composer.json b/composer.json index df0261f..9d1b426 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@          "friendsofphp/php-cs-fixer": "~2.17.1",          "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6",          "phpunit/php-invoker" : "^2.0 || ^3.1", -        "phpstan/phpstan": "^0.12 || ^1.11" +        "phpstan/phpstan": "^0.12 || ^1.12 || ^2.0"      },      "suggest" : {          "hoa/bench"       : "If you would like to run the benchmark scripts" diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index 972eebf..91ee5ab 100644 --- a/php-sabre-vobject4.spec +++ b/php-sabre-vobject4.spec @@ -1,18 +1,19 @@  # remirepo/fedora spec file for php-sabre-vobject4  # -# Copyright (c) 2013-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText:  Copyright 2013-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt  #  # Please, preserve the changelog entries  #  %bcond_without       tests +# remirepo:2  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    900266bb3bd448a9f7f41f82344ad0aba237cb27 +%global gh_commit    ff22611a53782e90c97be0d0bc4a5f98a5c0a12c  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sabre-io  %global gh_project   vobject @@ -20,7 +21,7 @@  Name:           php-sabre-vobject4  Summary:        Library to parse and manipulate iCalendar and vCard objects -Version:        4.5.6 +Version:        4.5.7  Release:        1%{?dist}  URL:            http://sabre.io/vobject/ @@ -45,7 +46,7 @@ BuildRequires:  php-xml  #        "friendsofphp/php-cs-fixer": "^2.17.1",  #        "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6",  #        "phpunit/php-invoker" : "^2.0 || ^3.1", -#        "phpstan/phpstan": "^0.12 || ^1.11" +#        "phpstan/phpstan": "^0.12 || ^1.12 || ^2.0"  BuildRequires:  phpunit9 >= 9.6  %global phpunit %{_bindir}/phpunit9  %endif @@ -168,6 +169,10 @@ exit $ret  %endif  %changelog +* Fri Apr 18 2025 Remi Collet <remi@remirepo.net> - 4.5.7-1 +- update to 4.5.7 +- re-license spec file to CECILL-2.1 +  * Tue Oct 15 2024 Remi Collet <remi@remirepo.net> - 4.5.6-1  - update to 4.5.6  | 
