diff --git a/rnp-0.17.0-gcc-13.2.0.patch b/rnp-0.17.0-gcc-13.2.0.patch new file mode 100644 index 0000000..3186479 --- /dev/null +++ b/rnp-0.17.0-gcc-13.2.0.patch @@ -0,0 +1,10 @@ +--- rnp-0.17.0/src/libsexp/include/sexp/sexp-error.h.orig 2024-02-23 19:06:11.178513892 +0100 ++++ rnp-0.17.0/src/libsexp/include/sexp/sexp-error.h 2024-02-23 19:06:28.835547562 +0100 +@@ -31,6 +31,7 @@ + + #include + #include ++#include + #include + + namespace sexp { diff --git a/rnp.spec b/rnp.spec index bcb331a..52faf73 100644 --- a/rnp.spec +++ b/rnp.spec @@ -1,5 +1,5 @@ Name: rnp -Version: 0.16.2 +Version: 0.17.0 Release: 1mamba Summary: High performance C++ OpenPGP library derived from NetPGP Group: Applications/Security @@ -8,10 +8,11 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://www.rnpgp.org/ Source: https://github.com/rnpgp/rnp.git/v%{version}/rnp-%{version}.tar.bz2 +Patch0: rnp-0.17.0-gcc-13.2.0.patch License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libbotan-devel +BuildRequires: libbotan2-devel BuildRequires: libbzip2-devel BuildRequires: libgcc BuildRequires: libjson-c-devel @@ -40,11 +41,11 @@ Requires: pkg-config %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. - %debug_package %prep %setup -q +%patch 0 -p1 %build %cmake -d build \ @@ -86,11 +87,16 @@ This package contains libraries and header files for developing applications tha %{_includedir}/rnp/rnp*.h %dir %{_libdir}/cmake/rnp %{_libdir}/librnp.so +%{_libdir}/librnp.a +%{_libdir}/libsexp.a %{_libdir}/cmake/rnp/rnp-*.cmake %{_libdir}/pkgconfig/librnp.pc %{_mandir}/man3/librnp.3* %doc README.adoc %changelog +* Sun Feb 25 2024 Automatic Build System 0.17.0-1mamba +- automatic version update by autodist + * Thu Oct 27 2022 Silvan Calarco 0.16.2-1mamba - package created using the webbuild interface