automatic version update by autodist [release 0.17.1-1mamba;Sun May 19 2024]
This commit is contained in:
parent
38994c8acd
commit
cc26ed4309
@ -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 <exception>
|
||||
#include <iostream>
|
||||
+#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace sexp {
|
9
rnp.spec
9
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 <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
|
||||
@ -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 <autodist@openmamba.org> 0.17.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 25 2024 Automatic Build System <autodist@openmamba.org> 0.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user