public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-wot] epel10: Update to version 0.12.0; Fixes RHBZ#2292432
@ 2026-06-15 12:50 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 12:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sequoia-wot
Branch : epel10
Commit : 35cd3483e3d9aeea689517bb799509c48f4cb80d
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2024-06-15T18:39:01+02:00
Stats : +22/-10 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sequoia-wot/c/35cd3483e3d9aeea689517bb799509c48f4cb80d?branch=epel10
Log:
Update to version 0.12.0; Fixes RHBZ#2292432
---
diff --git a/.gitignore b/.gitignore
index 5aacb6f..d16bd32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/sequoia-wot-0.5.0.crate
/sequoia-wot-0.9.0.crate
/sequoia-wot-0.11.0.crate
+/sequoia-wot-0.12.0.crate
diff --git a/rust-sequoia-wot.spec b/rust-sequoia-wot.spec
index 56d6f06..6fc7d1b 100644
--- a/rust-sequoia-wot.spec
+++ b/rust-sequoia-wot.spec
@@ -4,7 +4,7 @@
%global crate sequoia-wot
Name: rust-sequoia-wot
-Version: 0.11.0
+Version: 0.12.0
Release: %autorelease
Summary: Implementation of OpenPGP's web of trust
@@ -158,6 +158,18 @@ 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
@@ -165,7 +177,7 @@ use the "crypto-openssl" feature of the "%{crate}" crate.
rm tests/tests.rs
%generate_buildrequires
-%cargo_generate_buildrequires -f crypto-nettle,crypto-openssl
+%cargo_generate_buildrequires -f crypto-openssl
%build
%cargo_build -f crypto-openssl
@@ -187,9 +199,7 @@ install -Dpm 0644 target/release/build/%{crate}-*/out/_sq-wot \
%if %{with check}
%check
-# * run tests with both cryptographic backends
# * skip test that requires a file which is not included in published crates
-%cargo_test -f crypto-nettle -- -- --skip gpg_trust_roots
%cargo_test -f crypto-openssl -- -- --skip gpg_trust_roots
%endif
diff --git a/sequoia-wot-fix-metadata-auto.diff b/sequoia-wot-fix-metadata-auto.diff
index 39c6b90..8ed5f16 100644
--- a/sequoia-wot-fix-metadata-auto.diff
+++ b/sequoia-wot-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- sequoia-wot-0.11.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-wot-0.11.0/Cargo.toml 2024-04-22T17:20:44.046462+00:00
+--- sequoia-wot-0.12.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ sequoia-wot-0.12.0/Cargo.toml 2024-06-15T16:20:26.112200+00:00
@@ -137,13 +137,6 @@
]
default-features = false
diff --git a/sequoia-wot-fix-metadata.diff b/sequoia-wot-fix-metadata.diff
index 0419123..1a3530b 100644
--- a/sequoia-wot-fix-metadata.diff
+++ b/sequoia-wot-fix-metadata.diff
@@ -1,5 +1,5 @@
---- sequoia-wot-0.11.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-wot-0.11.0/Cargo.toml 2024-04-22T17:21:31.793679+00:00
+--- sequoia-wot-0.12.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ sequoia-wot-0.12.0/Cargo.toml 2024-06-15T16:21:29.178468+00:00
@@ -63,10 +63,6 @@
[dependencies.crossbeam]
version = "0.8.1"
@@ -11,12 +11,13 @@
[dependencies.enumber]
version = "0.3"
-@@ -124,17 +120,14 @@
+@@ -124,17 +120,15 @@
"clap_complete",
"clap_mangen",
]
+crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
+crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
++crypto-rust = ["sequoia-openpgp/crypto-rust"]
default = [
"cli",
- "dot-writer",
diff --git a/sources b/sources
index 9d1fad5..43d54cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-wot-0.11.0.crate) = a200e0008fa3a14311b488d84425fb108a7c31c481a4b1077650755debfdf1061e74f5061dee99bcbec01d2f643733a76e95963f312396def5d8c7cd6c0f39bd
+SHA512 (sequoia-wot-0.12.0.crate) = fb4e99e620cd03549d5b39f9fa4b0054f27ec820b911341fce93f1e2ba02d84b4e949b98c9ce6973c6cf916dc485ed467752f688d4f396ef0bf9c3900583c10a
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 12:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 12:50 [rpms/rust-sequoia-wot] epel10: Update to version 0.12.0; Fixes RHBZ#2292432 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox