diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-23 15:12:37 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-23 15:12:37 +0100 |
commit | d8bb5b3384498040515e01fa4df78eb832c75b3c (patch) | |
tree | adf61c14c43c781bbe1293cad125928edea6c3e6 /php-tecnickcom-tc-lib-barcode.spec | |
parent | 6ced2ee63a0268670c091e0941dc44e00b800bc3 (diff) |
update to 2.4.1 (no change)
re-license spec file to CECILL-2.1
Diffstat (limited to 'php-tecnickcom-tc-lib-barcode.spec')
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 0d81bea..4ae2aff 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-barcode # -# 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 bac7e86fb22c22dc69ae121337b77e4a7354793d +%global gh_commit 9499e6b9a5845573c6f61936463850e82bacd49b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %bcond_without tests Name: php-%{gh_owner}-%{gh_project} -Version: 2.4.0 +Version: 2.4.1 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -137,6 +137,10 @@ exit $ret %changelog +* Mon Dec 23 2024 Remi Collet <remi@remirepo.net> - 2.4.1-1 +- update to 2.4.1 (no change) +- re-license spec file to CECILL-2.1 + * Mon Nov 25 2024 Remi Collet <remi@remirepo.net> - 2.4.0-1 - update to 2.4.0 |