summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sexpp.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/sexpp.spec b/sexpp.spec
index 3fdb279..23db8cd 100644
--- a/sexpp.spec
+++ b/sexpp.spec
@@ -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