public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sequoia-sop] rawhide: Update to version 0.38.0; Fixes RHBZ#2496877
Date: Fri, 03 Jul 2026 15:54:22 GMT [thread overview]
Message-ID: <178309406214.1.2929868339573660619.rpms-rust-sequoia-sop-4a0eb869fc7d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-sequoia-sop
Branch : rawhide
Commit : 4a0eb869fc7d79bd78ed4f0d02aa56826b836cba
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-07-03T16:41:00+02:00
Stats : +22/-46 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sequoia-sop/c/4a0eb869fc7d79bd78ed4f0d02aa56826b836cba?branch=rawhide
Log:
Update to version 0.38.0; Fixes RHBZ#2496877
---
diff --git a/.gitignore b/.gitignore
index 53a70ec..16febd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
/sequoia-sop-0.37.1.crate
/sequoia-sop-0.37.2.crate
/sequoia-sop-0.37.3.crate
+/sequoia-sop-0.38.0.crate
diff --git a/rust-sequoia-sop.spec b/rust-sequoia-sop.spec
index 5beddaf..4faed54 100644
--- a/rust-sequoia-sop.spec
+++ b/rust-sequoia-sop.spec
@@ -4,7 +4,7 @@
%global crate sequoia-sop
Name: rust-sequoia-sop
-Version: 0.37.3
+Version: 0.38.0
Release: %autorelease
Summary: Implementation of the Stateless OpenPGP Interface using Sequoia
@@ -14,7 +14,6 @@ Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * switch crypto backend from Nettle to OpenSSL
# * exclude files that are only useful for upstream development
-# * bump sequoia-wot dependency from 0.14 to 0.15
Patch: sequoia-sop-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@@ -28,7 +27,6 @@ An implementation of the Stateless OpenPGP Interface using Sequoia.}
Summary: %{summary}
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
# Apache-2.0
-# Apache-2.0 OR BSL-1.0
# Apache-2.0 OR MIT
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
# BSD-3-Clause
@@ -42,20 +40,19 @@ Summary: %{summary}
# Unlicense OR MIT
# Zlib
License: %{shrink:
- GPL-2.0-or-later AND
- Apache-2.0 AND
- BSD-3-Clause AND
- BSL-1.0 AND
- LGPL-2.0-or-later AND
- MIT AND
- MPL-2.0 AND
- Unicode-3.0 AND
- Unicode-DFS-2016 AND
- Zlib AND
- (Apache-2.0 OR BSL-1.0) AND
- (Apache-2.0 OR MIT) AND
- (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND
- (Unlicense OR MIT)
+ GPL-2.0-or-later
+ AND Apache-2.0
+ AND BSD-3-Clause
+ AND BSL-1.0
+ AND LGPL-2.0-or-later
+ AND MIT
+ AND MPL-2.0
+ AND Unicode-3.0
+ AND Unicode-DFS-2016
+ AND Zlib
+ AND (Apache-2.0 OR MIT)
+ AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
+ AND (Unlicense OR MIT)
}
# LICENSE.dependencies contains a full license breakdown
@@ -151,18 +148,6 @@ use the "crypto-openssl" feature of the "%{crate}" crate.
%files -n %{name}+crypto-openssl-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+crypto-rust-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+crypto-rust-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "crypto-rust" feature of the "%{crate}" crate.
-
-%files -n %{name}+crypto-rust-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 91a1f44..0b719ff 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,7 +2,6 @@
cargo-toml-patch-comments = [
"switch crypto backend from Nettle to OpenSSL",
"exclude files that are only useful for upstream development",
- "bump sequoia-wot dependency from 0.14 to 0.15",
]
extra-files = [
"%{_mandir}/man1/sqop*",
diff --git a/sequoia-sop-fix-metadata.diff b/sequoia-sop-fix-metadata.diff
index 79ecba6..e6b21df 100644
--- a/sequoia-sop-fix-metadata.diff
+++ b/sequoia-sop-fix-metadata.diff
@@ -1,16 +1,16 @@
---- sequoia-sop-0.37.3/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-sop-0.37.3/Cargo.toml 2026-05-27T13:38:41.192986+00:00
-@@ -38,6 +38,9 @@
- ]
+--- sequoia-sop-0.38.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ sequoia-sop-0.38.0/Cargo.toml 2026-07-03T13:52:56.725400+00:00
+@@ -39,6 +39,9 @@
license = "GPL-2.0-or-later"
repository = "https://gitlab.com/sequoia-pgp/sequoia-sop"
+ resolver = "3"
+exclude = [
+ "/openpgp-policy.toml",
+]
[badges.gitlab]
repository = "sequoia-pgp/sequoia-sop"
-@@ -54,13 +57,10 @@
+@@ -55,13 +58,9 @@
"sop/cliv",
"dep:sequoia-policy-config",
]
@@ -19,18 +19,9 @@
-crypto-cng = ["sequoia-openpgp/crypto-cng"]
crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
- crypto-rust = ["sequoia-openpgp/crypto-rust"]
+-crypto-rust = ["sequoia-openpgp/crypto-rust"]
-default = ["crypto-nettle"]
+default = ["crypto-openssl"]
[lib]
name = "sequoia_sop"
-@@ -89,7 +89,7 @@
- default-features = false
-
- [dependencies.sequoia-wot]
--version = "0.14.0"
-+version = "0.15.2"
- default-features = false
-
- [dependencies.sop]
diff --git a/sources b/sources
index 10e1225..fa34a37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-sop-0.37.3.crate) = f538b9bdf5aee2d13479c57ebab2365ae265591ca3cdcd4f196b383d3c3389a035ab151ccc3e58581e4ea6d2985a14be075a992af8b3d369d551e726de4fbbcd
+SHA512 (sequoia-sop-0.38.0.crate) = f36e79d18e6a4696f06e66301d1154a42dc3dc41b4de55521e62151251afbc3e2a3553d9469e4e855ac2ce39c31019bc8e9ccd084c284a1519347470fdf6ecb2
reply other threads:[~2026-07-03 15:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178309406214.1.2929868339573660619.rpms-rust-sequoia-sop-4a0eb869fc7d@fedoraproject.org \
--to=decathorpe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox