diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-22 08:00:53 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-22 08:00:53 +0100 |
commit | f8f6dddf8127f906fc510b36e48f3c0d4f99ce88 (patch) | |
tree | 5ac178a872395294283820922a984a4977ed2343 | |
parent | f03b95273690abee58692a61d3334dca2dbd3d80 (diff) |
update to 0.9.1
re-license spec file to CECILL-2.1
-rw-r--r-- | sexpp.spec | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,8 +1,8 @@ # remirepo/fedora spec file for sexpp # -# Copyright (c) 2023-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2023-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -15,7 +15,7 @@ Name: sexpp Summary: S-expressions parser and generator tools -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} License: MIT @@ -24,6 +24,9 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz # Use --with licensecheck to generate Source3: %{name}-files-by-license.txt +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + BuildRequires: cmake >= 3.14 BuildRequires: gcc BuildRequires: gcc-c++ @@ -121,6 +124,10 @@ rm $LST %changelog +* Sat Mar 22 2025 Remi Collet <remi@remirepo.net> - 0.9.1-1 +- update to 0.9.1 +- re-license spec file to CECILL-2.1 + * Mon Sep 30 2024 Remi Collet <remi@remirepo.net> - 0.9.0-1 - update to 0.9.0 |