diff options
-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 @@ -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 |