diff options
-rwxr-xr-x | makesrc.sh | 2 | ||||
-rw-r--r-- | php-phpstan-phpdoc-parser.spec | 12 |
2 files changed, 10 insertions, 4 deletions
@@ -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 <remi@remirepo.net> - 1.33.0-2 +- drop abnfgen from archive +- re-license spec file to CECILL-2.1 + * Mon Oct 14 2024 Remi Collet <remi@remirepo.net> - 1.33.0-1 - update to 1.33.0 |