summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-26 14:43:37 +0200
committerRemi Collet <remi@php.net>2023-06-26 14:43:37 +0200
commitea373ce9bb624a069ba173d5cd94008ea54cf8e6 (patch)
tree8d76ebbb9ebdaf9f4af8fad7c021911828b4989d
parent427bda879b0b91d60da550e995482166cf021b21 (diff)
update to 0.8.7
rename to sexpp
-rw-r--r--sexpp-files-by-license.txt (renamed from sexp-files-by-license.txt)8
-rw-r--r--sexpp.spec (renamed from sexp.spec)12
2 files changed, 12 insertions, 8 deletions
diff --git a/sexp-files-by-license.txt b/sexpp-files-by-license.txt
index ed476a2..2d5c8eb 100644
--- a/sexp-files-by-license.txt
+++ b/sexpp-files-by-license.txt
@@ -2,7 +2,6 @@
MIT License
------------
CMakeLists.txt
-CMakeLists.txt.sover
LICENSE.md
codecov.yml
default.nix
@@ -27,9 +26,10 @@ src/sexp-simple-string.cpp
.github/workflows/coverity.yml
.github/workflows/lint.yml
.github/workflows/nix.yml
-include/sexp/ext-key-format.h
-include/sexp/sexp-error.h
-include/sexp/sexp.h
+include/sexpp/ext-key-format.h
+include/sexpp/sexp-error.h
+include/sexpp/sexp-public.h
+include/sexpp/sexp.h
tests/include/sexp-tests.h
tests/scripts/tests.sh
tests/src/baseline-tests.cpp
diff --git a/sexp.spec b/sexpp.spec
index 9382686..669e308 100644
--- a/sexp.spec
+++ b/sexpp.spec
@@ -1,4 +1,4 @@
-# remirepo/fedora spec file for sexp
+# remirepo/fedora spec file for sexpp
#
# Copyright (c) 2023 Remi Collet
# License: CC-BY-SA-4.0
@@ -10,12 +10,12 @@
%bcond_without tests
%bcond_with licensecheck
-%global libname libsexp
+%global libname libsexpp
%global soname 0
-Name: sexp
+Name: sexpp
Summary: S-expressions parser and generator tools
-Version: 0.8.6
+Version: 0.8.7
Release: 1%{?dist}
License: MIT
@@ -112,6 +112,10 @@ rm $LST
%changelog
+* Mon Jun 26 2023 Remi Collet <remi@remirepo.net> - 0.8.7-1
+- update to 0.8.7
+- rename to sexpp
+
* Fri Jun 23 2023 Remi Collet <remi@remirepo.net> - 0.8.6-1
- update to 0.8.6
- drop patch merged upstream