automatic version update by autodist [release 0.17.0-1mamba;Sun Feb 25 2024]

This commit is contained in:
Automatic Build System 2024-02-25 10:35:47 +01:00
parent 441399c226
commit 38994c8acd
2 changed files with 19 additions and 3 deletions

View File

@ -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 <exception>
#include <iostream>
+#include <cstdint>
#include <string>
namespace sexp {

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@openmamba.org> 0.17.0-1mamba
- automatic version update by autodist
* Thu Oct 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.2-1mamba
- package created using the webbuild interface