public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-sop] epel10: Update to version 0.37.3
@ 2026-06-15 10:51 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 10:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sequoia-sop
Branch : epel10
Commit : 6c82bd8c8817f56b147c565e7b4ac03860ca3a54
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2025-12-11T15:00:44+01:00
Stats : +20/-15 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sequoia-sop/c/6c82bd8c8817f56b147c565e7b4ac03860ca3a54?branch=epel10
Log:
Update to version 0.37.3
---
diff --git a/.gitignore b/.gitignore
index dee30a9..53a70ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
/sequoia-sop-0.37.0.crate
/sequoia-sop-0.37.1.crate
/sequoia-sop-0.37.2.crate
+/sequoia-sop-0.37.3.crate
diff --git a/rust-sequoia-sop.spec b/rust-sequoia-sop.spec
index a9ec79c..70e97e7 100644
--- a/rust-sequoia-sop.spec
+++ b/rust-sequoia-sop.spec
@@ -1,10 +1,10 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global crate sequoia-sop
Name: rust-sequoia-sop
-Version: 0.37.2
+Version: 0.37.3
Release: %autorelease
Summary: Implementation of the Stateless OpenPGP Interface using Sequoia
@@ -26,7 +26,6 @@ An implementation of the Stateless OpenPGP Interface using Sequoia.}
%package -n %{crate}
Summary: %{summary}
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
-# 0BSD OR MIT OR Apache-2.0
# Apache-2.0
# Apache-2.0 OR BSL-1.0
# Apache-2.0 OR MIT
@@ -37,7 +36,6 @@ Summary: %{summary}
# LGPL-2.0-or-later
# MIT
# MIT OR Apache-2.0
-# MIT OR Zlib OR Apache-2.0
# MPL-2.0
# Unicode-3.0
# Unlicense OR MIT
@@ -53,11 +51,9 @@ License: %{shrink:
Unicode-3.0 AND
Unicode-DFS-2016 AND
Zlib AND
- (0BSD OR MIT OR Apache-2.0) 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
- (MIT OR Zlib OR Apache-2.0) AND
(Unlicense OR MIT)
}
# LICENSE.dependencies contains a full license breakdown
@@ -67,6 +63,7 @@ License: %{shrink:
%files -n %{crate}
%license LICENSE.txt
%license LICENSE.dependencies
+%doc NEWS
%doc README.md
%{_bindir}/sqop
%{_bindir}/sqopv
@@ -89,6 +86,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE.txt
+%doc %{crate_instdir}/NEWS
%doc %{crate_instdir}/README.md
%{crate_instdir}/
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 767ce6a..0b719ff 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -13,6 +13,9 @@ extra-files = [
"%{zsh_completions_dir}/_sqopv",
]
+[features]
+enable = ["cli", "cliv"]
+
[scripts]
build.pre = [
"export ASSET_OUT_DIR=target/assets",
diff --git a/sequoia-sop-fix-metadata.diff b/sequoia-sop-fix-metadata.diff
index c79dd4f..f65f67e 100644
--- a/sequoia-sop-fix-metadata.diff
+++ b/sequoia-sop-fix-metadata.diff
@@ -1,5 +1,5 @@
---- sequoia-sop-0.37.2/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-sop-0.37.2/Cargo.toml 2025-06-12T13:58:43.499030+00:00
+--- sequoia-sop-0.37.3/Cargo.toml 1970-01-01T00:00:01+00:00
++++ sequoia-sop-0.37.3/Cargo.toml 2025-12-11T13:49:27.522393+00:00
@@ -38,6 +38,9 @@
]
license = "GPL-2.0-or-later"
@@ -10,15 +10,18 @@
[badges.gitlab]
repository = "sequoia-pgp/sequoia-sop"
-@@ -54,7 +57,10 @@
+@@ -54,13 +57,10 @@
"sop/cliv",
"dep:sequoia-policy-config",
]
--default = ["sequoia-openpgp/default"]
-+crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
-+crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
-+crypto-rust = ["sequoia-openpgp/crypto-rust"]
-+default = ["crypto-openssl", "sequoia-openpgp/compression"]
+-crypto-botan = ["sequoia-openpgp/crypto-botan"]
+-crypto-botan2 = ["sequoia-openpgp/crypto-botan2"]
+-crypto-cng = ["sequoia-openpgp/crypto-cng"]
+ crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
+ crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
+ crypto-rust = ["sequoia-openpgp/crypto-rust"]
+-default = ["crypto-nettle"]
++default = ["crypto-openssl"]
[lib]
name = "sequoia_sop"
diff --git a/sources b/sources
index d31d7f7..10e1225 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-sop-0.37.2.crate) = 84f6a8ffac98194d0d3fed3248be3270eb1a52350694618a2ef94908aba951a5c148b6ef0029348ed46742192b0b917d4e5d6f6bfed6ca2df03327276a923b3e
+SHA512 (sequoia-sop-0.37.3.crate) = f538b9bdf5aee2d13479c57ebab2365ae265591ca3cdcd4f196b383d3c3389a035ab151ccc3e58581e4ea6d2985a14be075a992af8b3d369d551e726de4fbbcd
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 10:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 10:51 [rpms/rust-sequoia-sop] epel10: Update to version 0.37.3 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox