automatic version update by autodist [release 0.17.1-1mamba;Sun May 19 2024]

This commit is contained in:
Automatic Build System 2024-05-20 10:00:56 +02:00
parent 38994c8acd
commit cc26ed4309
2 changed files with 4 additions and 15 deletions

View File

@ -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 {

View File

@ -1,5 +1,5 @@
Name: rnp Name: rnp
Version: 0.17.0 Version: 0.17.1
Release: 1mamba Release: 1mamba
Summary: High performance C++ OpenPGP library derived from NetPGP Summary: High performance C++ OpenPGP library derived from NetPGP
Group: Applications/Security Group: Applications/Security
@ -8,7 +8,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.rnpgp.org/ URL: https://www.rnpgp.org/
Source: https://github.com/rnpgp/rnp.git/v%{version}/rnp-%{version}.tar.bz2 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 License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -45,7 +44,6 @@ This package contains libraries and header files for developing applications tha
%prep %prep
%setup -q %setup -q
%patch 0 -p1
%build %build
%cmake -d build \ %cmake -d build \
@ -87,14 +85,15 @@ This package contains libraries and header files for developing applications tha
%{_includedir}/rnp/rnp*.h %{_includedir}/rnp/rnp*.h
%dir %{_libdir}/cmake/rnp %dir %{_libdir}/cmake/rnp
%{_libdir}/librnp.so %{_libdir}/librnp.so
%{_libdir}/librnp.a
%{_libdir}/libsexp.a
%{_libdir}/cmake/rnp/rnp-*.cmake %{_libdir}/cmake/rnp/rnp-*.cmake
%{_libdir}/pkgconfig/librnp.pc %{_libdir}/pkgconfig/librnp.pc
%{_mandir}/man3/librnp.3* %{_mandir}/man3/librnp.3*
%doc README.adoc %doc README.adoc
%changelog %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 * Sun Feb 25 2024 Automatic Build System <autodist@openmamba.org> 0.17.0-1mamba
- automatic version update by autodist - automatic version update by autodist