diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-23 15:18:39 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-23 15:18:39 +0100 |
commit | 4e9ce2db5ed8e260551138a40bcb593c5eb19a35 (patch) | |
tree | fa16ddf1c6b0d17375231880edb60537ee2c2e9a | |
parent | 82c59876a3c8432b653834dddd3ce9944c97fc5e (diff) |
update to 3.0.14 (no change)
re-license spec file to CECILL-2.1
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-parser.spec | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-parser.spec b/php-tecnickcom-tc-lib-pdf-parser.spec index 27a4c9e..79783af 100644 --- a/php-tecnickcom-tc-lib-pdf-parser.spec +++ b/php-tecnickcom-tc-lib-pdf-parser.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-pdf-parser # -# Copyright (c) 2015-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2015-2024 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # -%global gh_commit 7461fc893cc18431f732643ffef51035d6f352c4 +%global gh_commit 5fef3eb98e13a7c86caf1e5d957848d7b53033be %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 3.0.13 +Version: 3.0.14 Release: 1%{?dist} Summary: PHP library to parse PDF documents @@ -117,6 +117,10 @@ exit $ret %changelog +* Mon Dec 23 2024 Remi Collet <remi@remirepo.net> - 3.0.14-1 +- update to 3.0.14 (no change) +- re-license spec file to CECILL-2.1 + * Mon Nov 25 2024 Remi Collet <remi@remirepo.net> - 3.0.13-1 - update to 3.0.13 (no change) |