Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rnp for openSUSE:Factory checked in at 2021-08-10 10:27:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rnp (Old) and /work/SRC/openSUSE:Factory/.rnp.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rnp" Tue Aug 10 10:27:27 2021 rev:3 rq:911107 version:0.15.2 Changes: -------- --- /work/SRC/openSUSE:Factory/rnp/rnp.changes 2021-06-29 22:43:49.318918163 +0200 +++ /work/SRC/openSUSE:Factory/.rnp.new.1899/rnp.changes 2021-08-10 10:27:34.741804712 +0200 @@ -1,0 +2,14 @@ +Mon Aug 9 20:44:23 UTC 2021 - Andreas Stieger <[email protected]> + +- rnp 0.15.2: + * Be less strict in userid validation: allow to use userids with + self-signature, which has key expiration in the past + * Do not mark signature as invalid if key which produced it is + expired now, but was valid during signing + * Fix incorrect key expiration calculation in some cases + * rnp: Show error message if encryption failed + * rnpkeys: Add --expiration option to specify expiration time + during key generation +- run tests + +------------------------------------------------------------------- Old: ---- rnp-0.15.1.tar.gz New: ---- rnp-0.15.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rnp.spec ++++++ --- /var/tmp/diff_new_pack.vs8msG/_old 2021-08-10 10:27:35.321804039 +0200 +++ /var/tmp/diff_new_pack.vs8msG/_new 2021-08-10 10:27:35.325804035 +0200 @@ -19,7 +19,7 @@ %define soname 0 Name: rnp -Version: 0.15.1 +Version: 0.15.2 Release: 0 Summary: OpenPGP implementation fully compliant with RFC 4880 License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause @@ -27,6 +27,10 @@ Source: https://github.com/rnpgp/rnp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake >= 3.14 BuildRequires: gcc-c++ +# https://github.com/rnpgp/rnp/issues/1579 +BuildRequires: git +BuildRequires: gpg2 >= 2.2 +BuildRequires: gtest BuildRequires: pkgconfig BuildRequires: cmake(json-c) >= 0.11 BuildRequires: pkgconfig(botan-2) >= 2.14.0 @@ -59,13 +63,18 @@ %build %cmake \ -DBUILD_SHARED_LIBS=on \ - -DBUILD_TESTING=off \ + -DBUILD_TESTING=on \ + -DDOWNLOAD_GTEST=off \ + -DDOWNLOAD_RUBYRNP=off \ %cmake_build %install %cmake_install +%check +%ctest + %post -n librnp%{soname} -p /sbin/ldconfig %postun -n librnp%{soname} -p /sbin/ldconfig ++++++ rnp-0.15.1.tar.gz -> rnp-0.15.2.tar.gz ++++++ ++++ 3110 lines of diff (skipped)
