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] epel9: Update to version 0.34.0; Fixes RHBZ#2284611
Date: Mon, 15 Jun 2026 21:24:34 GMT [thread overview]
Message-ID: <178155867451.1.4625034345681817646.rpms-rust-sequoia-sop-48122943b4a4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-sequoia-sop
Branch : epel9
Commit : 48122943b4a465034767c02ba2332d67fbe723f2
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2024-06-10T22:42:19+02:00
Stats : +11/-10 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sequoia-sop/c/48122943b4a465034767c02ba2332d67fbe723f2?branch=epel9
Log:
Update to version 0.34.0; Fixes RHBZ#2284611
---
diff --git a/.gitignore b/.gitignore
index 5646b4c..5943332 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/sequoia-sop-0.31.0.crate
/sequoia-sop-0.32.0.crate
/sequoia-sop-0.33.0.crate
+/sequoia-sop-0.34.0.crate
diff --git a/rust-sequoia-sop.spec b/rust-sequoia-sop.spec
index ed7e586..dac9d84 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.33.0
+Version: 0.34.0
Release: %autorelease
Summary: Implementation of the Stateless OpenPGP Interface using Sequoia
@@ -134,11 +134,11 @@ use the "crypto-openssl" feature of the "%{crate}" crate.
mkdir -p %{buildroot}/%{_mandir}/man1
cp -pav man-sqop/* %{buildroot}/%{_mandir}/man1/
# install shell completions
-install -Dpm 0644 target/release/build/%{crate}-*/out/sqop.bash \
+install -Dpm 0644 target/release/build/%{crate}-*/out/shell-completions/sqop.bash \
%{buildroot}/%{bash_completions_dir}/sqop.bash
-install -Dpm 0644 target/release/build/%{crate}-*/out/sqop.fish \
+install -Dpm 0644 target/release/build/%{crate}-*/out/shell-completions/sqop.fish \
%{buildroot}/%{fish_completions_dir}/sqop.fish
-install -Dpm 0644 target/release/build/%{crate}-*/out/_sqop \
+install -Dpm 0644 target/release/build/%{crate}-*/out/shell-completions/_sqop \
%{buildroot}/%{zsh_completions_dir}/_sqop
%if %{with check}
diff --git a/rust2rpm.toml b/rust2rpm.toml
index d5500fc..e55d39e 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -16,11 +16,11 @@ install.post = [
"mkdir -p %{buildroot}/%{_mandir}/man1",
"cp -pav man-sqop/* %{buildroot}/%{_mandir}/man1/",
"# install shell completions",
- "install -Dpm 0644 target/release/build/%{crate}-*/out/sqop.bash \\",
+ "install -Dpm 0644 target/release/build/%{crate}-*/out/shell-completions/sqop.bash \\",
" %{buildroot}/%{bash_completions_dir}/sqop.bash",
- "install -Dpm 0644 target/release/build/%{crate}-*/out/sqop.fish \\",
+ "install -Dpm 0644 target/release/build/%{crate}-*/out/shell-completions/sqop.fish \\",
" %{buildroot}/%{fish_completions_dir}/sqop.fish",
- "install -Dpm 0644 target/release/build/%{crate}-*/out/_sqop \\",
+ "install -Dpm 0644 target/release/build/%{crate}-*/out/shell-completions/_sqop \\",
" %{buildroot}/%{zsh_completions_dir}/_sqop",
]
diff --git a/sequoia-sop-fix-metadata.diff b/sequoia-sop-fix-metadata.diff
index 2ed1234..7111287 100644
--- a/sequoia-sop-fix-metadata.diff
+++ b/sequoia-sop-fix-metadata.diff
@@ -1,5 +1,5 @@
---- sequoia-sop-0.33.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-sop-0.33.0/Cargo.toml 2024-05-20T19:06:05.166986+00:00
+--- sequoia-sop-0.34.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ sequoia-sop-0.34.0/Cargo.toml 2024-06-10T20:20:21.540777+00:00
@@ -31,6 +31,7 @@
]
license = "GPL-2.0-or-later"
diff --git a/sources b/sources
index ba5f4dc..3e85460 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-sop-0.33.0.crate) = e58821c0c0323a9b62902ef7ac33fc9288a14639b53959c679c231f22f84fccb5fb87c6cc1e226583190c43ae4616f6e9d0b50e8fb60b73575ae53a5c9d81823
+SHA512 (sequoia-sop-0.34.0.crate) = 9c8cf2049073874f0dbe5c8cc10bbc935972cbcd6ff936c1eadcef0acae74c6c172673a4f3f9a21673965990c301363a9bc1423fe28f836859616b15783b8e14
reply other threads:[~2026-06-15 21:24 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=178155867451.1.4625034345681817646.rpms-rust-sequoia-sop-48122943b4a4@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