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-policy-config] rawhide: Update to version 0.8.2
Date: Fri, 03 Jul 2026 13:48:48 GMT [thread overview]
Message-ID: <178308652896.1.10690395701986572445.rpms-rust-sequoia-policy-config-9de4125601c9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-sequoia-policy-config
Branch : rawhide
Commit : 9de4125601c9dbcfba9ad5d8a80f3136d261eb9b
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-07-03T12:36:02+02:00
Stats : +35/-27 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sequoia-policy-config/c/9de4125601c9dbcfba9ad5d8a80f3136d261eb9b?branch=rawhide
Log:
Update to version 0.8.2
---
diff --git a/.gitignore b/.gitignore
index 6f56600..64eb782 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/sequoia-policy-config-0.7.0.crate
/sequoia-policy-config-0.8.0.crate
/sequoia-policy-config-0.8.1.crate
+/sequoia-policy-config-0.8.2.crate
diff --git a/rust-sequoia-policy-config.spec b/rust-sequoia-policy-config.spec
index 005f6aa..77a0dae 100644
--- a/rust-sequoia-policy-config.spec
+++ b/rust-sequoia-policy-config.spec
@@ -4,7 +4,7 @@
%global crate sequoia-policy-config
Name: rust-sequoia-policy-config
-Version: 0.8.1
+Version: 0.8.2
Release: %autorelease
Summary: Configure Sequoia using a configuration file
@@ -106,18 +106,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/sequoia-policy-config-fix-metadata-auto.diff b/sequoia-policy-config-fix-metadata-auto.diff
index 3b8038f..c4a35af 100644
--- a/sequoia-policy-config-fix-metadata-auto.diff
+++ b/sequoia-policy-config-fix-metadata-auto.diff
@@ -1,13 +1,22 @@
---- sequoia-policy-config-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-policy-config-0.8.1/Cargo.toml 2025-11-18T14:38:34.378887+00:00
-@@ -83,10 +83,3 @@
+--- sequoia-policy-config-0.8.2/Cargo.toml 2006-07-24T01:21:28+00:00
++++ sequoia-policy-config-0.8.2/Cargo.toml 2026-07-03T10:20:46.046744+00:00
+@@ -84,14 +84,6 @@
]
default-features = false
-[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
--version = "2"
+-version = "2.4.0"
-features = [
- "crypto-cng",
- "__implicit-crypto-backend-for-tests",
-]
-default-features = false
+-
+ [lints.clippy.complexity]
+ level = "allow"
+ priority = -1
+@@ -103,3 +95,4 @@
+ [lints.clippy.suspicious]
+ level = "deny"
+ priority = -1
++
diff --git a/sequoia-policy-config-fix-metadata.diff b/sequoia-policy-config-fix-metadata.diff
index 95d6794..8b6f74f 100644
--- a/sequoia-policy-config-fix-metadata.diff
+++ b/sequoia-policy-config-fix-metadata.diff
@@ -1,18 +1,28 @@
---- sequoia-policy-config-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-policy-config-0.8.1/Cargo.toml 2025-11-18T14:38:34.380555+00:00
-@@ -75,11 +75,8 @@
+--- sequoia-policy-config-0.8.2/Cargo.toml 2006-07-24T01:21:28+00:00
++++ sequoia-policy-config-0.8.2/Cargo.toml 2026-07-03T10:21:29.794538+00:00
+@@ -50,6 +50,10 @@
+ name = "check"
+ path = "tests/check.rs"
+
++[features]
++crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
++crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
++
+ [dependencies.anyhow]
+ version = "1.0.18"
+
+@@ -76,14 +80,6 @@
version = "1"
default-features = false
-[target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
--version = "2"
+-version = "2.4.0"
-features = [
- "crypto-nettle",
- "__implicit-crypto-backend-for-tests",
-]
-default-features = false
-+[features]
-+crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
-+crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
-+crypto-rust = ["sequoia-openpgp/crypto-rust"]
-
+-
+ [lints.clippy.complexity]
+ level = "allow"
+ priority = -1
diff --git a/sources b/sources
index 5aa336c..1f83fc4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-policy-config-0.8.1.crate) = a0ec22eb48d4f99d3aa9c3790b7e811cd9e104371c02d85b931c9e48a8dee3dd5f02c43c686d73641565bc180dcb396a3126c224f0447557b631b73687a49901
+SHA512 (sequoia-policy-config-0.8.2.crate) = 527ab98c78479895b7eab1fd42506cd115d9b64347ec63f26a8e6c6afb3e7834cee3cf3e9c211ce9d580daaf66d5e61077fb3e995fc59bff605112fc3ebf1d3e
reply other threads:[~2026-07-03 13:48 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=178308652896.1.10690395701986572445.rpms-rust-sequoia-policy-config-9de4125601c9@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