Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sequoia-sq for openSUSE:Factory checked in at 2026-07-15 22:14:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sequoia-sq (Old) and /work/SRC/openSUSE:Factory/.sequoia-sq.new.1991 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sequoia-sq" Wed Jul 15 22:14:27 2026 rev:12 rq:1365986 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sequoia-sq/sequoia-sq.changes 2026-07-08 17:42:35.026112286 +0200 +++ /work/SRC/openSUSE:Factory/.sequoia-sq.new.1991/sequoia-sq.changes 2026-07-15 22:15:23.226813047 +0200 @@ -1,0 +2,10 @@ +Tue Jul 14 18:03:08 UTC 2026 - Felix Niederwanger <[email protected]> + +- Update dependencies + +------------------------------------------------------------------- +Tue Jul 14 17:54:15 UTC 2026 - Felix Niederwanger <[email protected]> + +- Switch crypto backend from nettle to openssl due to bsc#1257934 (Patch 0001-Use-openssl.patch) + +------------------------------------------------------------------- New: ---- 0001-Use-openssl.patch ----------(New B)---------- New: - Switch crypto backend from nettle to openssl due to bsc#1257934 (Patch 0001-Use-openssl.patch) ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sequoia-sq.spec ++++++ --- /var/tmp/diff_new_pack.KKShoF/_old 2026-07-15 22:15:27.554959899 +0200 +++ /var/tmp/diff_new_pack.KKShoF/_new 2026-07-15 22:15:27.554959899 +0200 @@ -26,9 +26,11 @@ URL: https://sequoia-pgp.org/ Source0: sequoia-sq-%{version}.tar.xz Source1: vendor.tar.xz +Patch1: 0001-Use-openssl.patch BuildRequires: capnproto BuildRequires: cargo-packaging BuildRequires: clang-devel +BuildRequires: git BuildRequires: pkgconfig BuildRequires: pkgconfig(nettle) BuildRequires: pkgconfig(openssl) @@ -75,7 +77,7 @@ Zsh command-line completion support for %{name}. %prep -%autosetup -a1 -n sequoia-sq-%{version} +%autosetup -Sgit -p1 -a1 -n sequoia-sq-%{version} mkdir -p .cargo %build ++++++ 0001-Use-openssl.patch ++++++ >From ef1e0ceb43a70657478a659e5617fb34f7c7acad Mon Sep 17 00:00:00 2001 From: phoenix <[email protected]> Date: Tue, 14 Jul 2026 19:41:14 +0200 Subject: [PATCH] Modifications --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5292d9cd..bb39bbcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ required-features = ["subplot"] [features] default = [ - "crypto-nettle", + "crypto-openssl", ] crypto-nettle = ["sequoia-openpgp/crypto-nettle"] crypto-openssl = ["sequoia-openpgp/crypto-openssl"] -- 2.55.0 ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/sequoia-sq/vendor.tar.xz /work/SRC/openSUSE:Factory/.sequoia-sq.new.1991/vendor.tar.xz differ: char 15, line 1
