diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-24 10:06:29 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-24 10:06:29 +0100 |
| commit | 935865dbe567319cdf1a56185f0e76c7feaedb52 (patch) | |
| tree | 6e62df9f5a81bd004fbe711adbac1659e931d226 | |
| parent | b9dac1bf9fefd9386ae33704aa65f72f8c760948 (diff) | |
re-license spec file to CECILL-2.1
| -rw-r--r-- | php-netresearch-jsonmapper.spec | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/php-netresearch-jsonmapper.spec b/php-netresearch-jsonmapper.spec index 072f027..ba45364 100644 --- a/php-netresearch-jsonmapper.spec +++ b/php-netresearch-jsonmapper.spec @@ -1,15 +1,15 @@ # remirepo/fedora spec file for php-netresearch-jsonmapper # -# Copyright (c) 2017-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2017-2026 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 -%global gh_commit 8c64d8d444a5d764c641ebe97e0e3bc72b25bf6c +%global gh_commit 980674efdda65913492d29a8fd51c82270dd37bb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner cweiske %global gh_project jsonmapper @@ -22,7 +22,7 @@ %global major 5 Name: php-%{pk_vendor}-%{pk_project} -Version: 5.0.0 +Version: 5.0.1 Release: 1%{?dist} Summary: Map nested JSON structures onto PHP classes, version %{major} @@ -112,7 +112,7 @@ EOF : Run upstream test suite ret=0 -for cmd in "php %{phpunit}" php81 php82 php83 php84; do +for cmd in "php %{phpunit}" php82 php83 php84 php85; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit10} \ @@ -135,6 +135,10 @@ exit $ret %changelog +* Tue Feb 24 2026 Remi Collet <remi@remirepo.net> - 5.0.1-1 +- update to 5.0.1 +- re-license spec file to CECILL-2.1 + * Mon Sep 9 2024 Remi Collet <remi@remirepo.net> - 5.0.0-1 - update to 5.0.0 - move to /usr/share/php/netresearch/jsonmapper5 |
