diff --git a/rnp-0.17.0-gcc-13.2.0.patch b/rnp-0.17.0-gcc-13.2.0.patch deleted file mode 100644 index 3186479..0000000 --- a/rnp-0.17.0-gcc-13.2.0.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 52faf73..87a0ea0 100644 --- a/rnp.spec +++ b/rnp.spec @@ -1,5 +1,5 @@ Name: rnp -Version: 0.17.0 +Version: 0.17.1 Release: 1mamba Summary: High performance C++ OpenPGP library derived from NetPGP Group: Applications/Security @@ -8,7 +8,6 @@ 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 @@ -45,7 +44,6 @@ This package contains libraries and header files for developing applications tha %prep %setup -q -%patch 0 -p1 %build %cmake -d build \ @@ -87,14 +85,15 @@ 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 May 19 2024 Automatic Build System 0.17.1-1mamba +- automatic version update by autodist + * Sun Feb 25 2024 Automatic Build System 0.17.0-1mamba - automatic version update by autodist