public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-sop] epel10: Update to version 0.34.0; Fixes RHBZ#2284611
@ 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 : 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=epel10

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

^ 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.34.0; Fixes RHBZ#2284611 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox