Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rnp for openSUSE:Factory checked in 
at 2026-07-15 16:42:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rnp (Old)
 and      /work/SRC/openSUSE:Factory/.rnp.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rnp"

Wed Jul 15 16:42:58 2026 rev:23 rq:1365741 version:0.18.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rnp/rnp.changes  2026-07-12 16:22:28.030697192 
+0200
+++ /work/SRC/openSUSE:Factory/.rnp.new.1991/rnp.changes        2026-07-15 
17:01:02.121954954 +0200
@@ -1,0 +2,7 @@
+Tue Jul 14 17:12:59 UTC 2026 - Andreas Stieger <[email protected]>
+
+- fix tests
+  * drop disable-tests.patch
+  * add rnp-v0.18.1-gnupg-2_5_21-no-partial-file-guard.patch
+
+-------------------------------------------------------------------

Old:
----
  disable-tests.patch

New:
----
  rnp-v0.18.1-gnupg-2_5_21-no-partial-file-guard.patch

----------(Old B)----------
  Old:- fix tests
  * drop disable-tests.patch
  * add rnp-v0.18.1-gnupg-2_5_21-no-partial-file-guard.patch
----------(Old E)----------

----------(New B)----------
  New:  * drop disable-tests.patch
  * add rnp-v0.18.1-gnupg-2_5_21-no-partial-file-guard.patch
----------(New E)----------

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

Other differences:
------------------
++++++ rnp.spec ++++++
--- /var/tmp/diff_new_pack.GwmjBG/_old  2026-07-15 17:01:03.441999719 +0200
+++ /var/tmp/diff_new_pack.GwmjBG/_new  2026-07-15 17:01:03.441999719 +0200
@@ -28,7 +28,7 @@
 Source3:        
https://www.rnpgp.org/openpgp_keys/31AF5A24D861EFCB7CB79A1924900CE0AEFB5417-50DA59D5B9134FA2DB1EB20CFB829AB5D0FE017F.asc#/%{name}.keyring
 Patch0:         rnp-v0.18.1-test_cv25519_bit_fix.patch
 Patch1:         rnp-v0.18.1-botan-1-1.patch
-Patch2:         disable-tests.patch
+Patch2:         rnp-v0.18.1-gnupg-2_5_21-no-partial-file-guard.patch
 BuildRequires:  c++_compiler
 BuildRequires:  cmake >= 3.18
 BuildRequires:  gpg2 >= 2.2

++++++ rnp-v0.18.1-gnupg-2_5_21-no-partial-file-guard.patch ++++++
>From 94059c7a589555c0c65b3687ef95b8595de5c9cb Mon Sep 17 00:00:00 2001
From: Andreas Stieger <[email protected]>
Date: Tue, 14 Jul 2026 20:23:34 +0200
Subject: [PATCH] Fix compatibility with GnuPG 2.5.21 (test_encryption_cek)

Pass --compatibility-flags=no-partial-file-guard test_encryption_cek in
cli_tests. Related to GnuPG T7873.

Fixes #2399
---
 src/tests/cli_tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/cli_tests.py b/src/tests/cli_tests.py
index 3ecfcac4..971c03c9 100755
--- a/src/tests/cli_tests.py
+++ b/src/tests/cli_tests.py
@@ -5022,7 +5022,7 @@ class Encryption(unittest.TestCase):
         for _ in range(10):
             ret, _, _ = run_proc(RNP, ['--homedir', RNPDIR2, '-r', 'test_cek', 
'-e', src, '--overwrite', '--output', enc])
             self.assertEqual(ret, 0)
-            ret, _, err = run_proc(GPG, ['--batch', '--homedir', GPGHOME2, 
'--show-session-key', GPG_LOOPBACK, '--passphrase', PASSWORD, '--output', 
'/dev/null', '-d', enc])
+            ret, _, err = run_proc(GPG, ['--batch', '--homedir', GPGHOME2, 
'--show-session-key', GPG_LOOPBACK, '--passphrase', PASSWORD, '--output', 
'/dev/null', '--compatibility-flags=no-partial-file-guard', '-d', enc])
             self.assertEqual(ret, 0)
             m = pattern.match(err)
             self.assertTrue(m)
-- 
2.55.0

Reply via email to