From f13996b09ae50ad9a505372432a26c9189220e86 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Dec 2024 13:54:35 +0100 Subject: drop abnfgen from archive re-license spec file to CECILL-2.1 --- makesrc.sh | 2 ++ php-phpstan-phpdoc-parser.spec | 12 ++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/makesrc.sh b/makesrc.sh index 65c4fd8..a68df44 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -20,6 +20,8 @@ else pushd $PROJECT-$COMMIT git checkout $COMMIT || exit 1 cp composer.json ../composer.json + rm build-abnfgen.sh + rm tests/abnfgen-0.20.tar.gz popd echo "Archiving..." diff --git a/php-phpstan-phpdoc-parser.spec b/php-phpstan-phpdoc-parser.spec index e3d6981..2f4e744 100644 --- a/php-phpstan-phpdoc-parser.spec +++ b/php-phpstan-phpdoc-parser.spec @@ -1,8 +1,8 @@ # remirepo/Fedora spec file for php-phpstan-phpdoc-parser # -# Copyright (c) 2023-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2024 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -20,7 +20,7 @@ Name: php-%{gh_owner}-%{gh_project}%{major} Version: 1.33.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHPDoc parser with support for nullable, intersection and generic types License: MIT @@ -127,6 +127,10 @@ exit $ret %changelog +* Tue Dec 17 2024 Remi Collet - 1.33.0-2 +- drop abnfgen from archive +- re-license spec file to CECILL-2.1 + * Mon Oct 14 2024 Remi Collet - 1.33.0-1 - update to 1.33.0 -- cgit