Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rnp for openSUSE:Factory checked in 
at 2022-02-14 22:36:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rnp (Old)
 and      /work/SRC/openSUSE:Factory/.rnp.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rnp"

Mon Feb 14 22:36:04 2022 rev:5 rq:954113 version:0.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rnp/rnp.changes  2022-01-15 20:05:12.053759064 
+0100
+++ /work/SRC/openSUSE:Factory/.rnp.new.1956/rnp.changes        2022-02-14 
22:36:45.353505115 +0100
@@ -1,0 +2,17 @@
+Sun Feb 13 18:12:53 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- rnp 0.16.0:
+  * Ability to disable certain features via compile-time switches
+    (ENABLE_AEAD, ENABLE_SM2, etc.)
+  * Mark signatures with SHA1/MD5 hash, produced after the specific
+    date (2019-01-19 and 2012-01-01) as invalid
+  * Fixed possible incompatibility with GnuPG on x25519 secret key
+    export
+  * Fixed export of non-FFI symbols from rnp.so/rnp.dylib
+  * Fixed key expiration time calculation in some edge cases
+  * Added security profile manipulation functions to the FFI
+  * Improved CLI tools help messages
+  * Improved CLI: stdin/stdout/env input/output specifiers, --notty
+    for batch processing, etc.
+
+-------------------------------------------------------------------

Old:
----
  rnp-0.15.2.tar.gz

New:
----
  rnp-0.16.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rnp.spec ++++++
--- /var/tmp/diff_new_pack.ZMWhfL/_old  2022-02-14 22:36:45.837506376 +0100
+++ /var/tmp/diff_new_pack.ZMWhfL/_new  2022-02-14 22:36:45.841506387 +0100
@@ -18,9 +18,8 @@
 
 
 %define soname 0
-%bcond_with rnp_tests
 Name:           rnp
-Version:        0.15.2
+Version:        0.16.0
 Release:        0
 Summary:        OpenPGP implementation fully compliant with RFC 4880
 License:        Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause
@@ -31,15 +30,13 @@
 # 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
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(zlib)
 BuildRequires:  rubygem(asciidoctor)
-%if %{with rnp_tests}
-BuildRequires:  gtest
-%endif
 
 %description
 RNP is a set of OpenPGP (RFC4880) tools, an alternative to GnuPG.
@@ -68,11 +65,7 @@
        -DBUILD_SHARED_LIBS=on \
        -DDOWNLOAD_GTEST=off \
        -DDOWNLOAD_RUBYRNP=off \
-%if %{with rnp_tests}
        -DBUILD_TESTING=on \
-%else
-       -DBUILD_TESTING=off \
-%endif
 
 %cmake_build
 
@@ -80,9 +73,7 @@
 %cmake_install
 
 %check
-%if %{with rnp_tests}
 %ctest
-%endif
 
 %post -n librnp%{soname} -p /sbin/ldconfig
 %postun -n librnp%{soname} -p /sbin/ldconfig

++++++ rnp-0.15.2.tar.gz -> rnp-0.16.0.tar.gz ++++++
++++ 47269 lines of diff (skipped)

Reply via email to