public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-sop] epel9: Update to version 0.36.0; Fixes RHBZ#2323730
@ 2026-06-15 21:24 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 21:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sequoia-sop
Branch : epel9
Commit : e6f32d3cbcc734fd72789bd51481ffa92fc02d28
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2024-11-27T11:50:10+01:00
Stats : +17/-12 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sequoia-sop/c/e6f32d3cbcc734fd72789bd51481ffa92fc02d28?branch=epel9
Log:
Update to version 0.36.0; Fixes RHBZ#2323730
---
diff --git a/.gitignore b/.gitignore
index 92d5dea..e931603 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/sequoia-sop-0.33.0.crate
/sequoia-sop-0.34.0.crate
/sequoia-sop-0.35.0.crate
+/sequoia-sop-0.36.0.crate
diff --git a/rust-sequoia-sop.spec b/rust-sequoia-sop.spec
index 255ae8d..922d3d4 100644
--- a/rust-sequoia-sop.spec
+++ b/rust-sequoia-sop.spec
@@ -1,10 +1,10 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 27
+%bcond check 1
%global crate sequoia-sop
Name: rust-sequoia-sop
-Version: 0.35.0
+Version: 0.36.0
Release: %autorelease
Summary: Implementation of the Stateless OpenPGP Interface using Sequoia
@@ -28,8 +28,10 @@ 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
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
+# BSD-2-Clause OR Apache-2.0 OR MIT
# BSL-1.0
# GPL-2.0-or-later
# LGPL-2.0-or-later
@@ -37,9 +39,10 @@ Summary: %{summary}
# MIT OR Apache-2.0
# MIT OR Apache-2.0 OR Zlib
# MIT OR Zlib OR Apache-2.0
+# MPL-2.0
# Unlicense OR MIT
# Zlib OR Apache-2.0 OR MIT
-License: GPL-2.0-or-later AND Apache-2.0 AND BSL-1.0 AND LGPL-2.0-or-later AND MIT AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT)
+License: GPL-2.0-or-later AND Apache-2.0 AND BSL-1.0 AND LGPL-2.0-or-later AND MIT AND MPL-2.0 AND Unicode-DFS-2016 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 (BSD-2-Clause OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT)
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
@@ -160,7 +163,7 @@ use the "crypto-rust" feature of the "%{crate}" crate.
%cargo_install -f cli,cliv
# install manual pages
mkdir -p %{buildroot}/%{_mandir}/man1
-cp -pav man-sqop/* %{buildroot}/%{_mandir}/man1/
+cp -pav target/release/build/%{crate}-*/out/man-pages/sqop*.1 %{buildroot}/%{_mandir}/man1/
# install shell completions
install -Dpm 0644 target/release/build/%{crate}-*/out/shell-completions/sqop.bash \
%{buildroot}/%{bash_completions_dir}/sqop.bash
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 9fddc91..dff11fd 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -17,7 +17,8 @@ extra-files = [
install.post = [
"# install manual pages",
"mkdir -p %{buildroot}/%{_mandir}/man1",
- "cp -pav man-sqop/* %{buildroot}/%{_mandir}/man1/",
+ "cp -pav target/release/build/%{crate}-*/out/man-pages/sqop*.1 %{buildroot}/%{_mandir}/man1/",
+ " -t %{buildroot}/%{bash_completions_dir}/",
"# install shell completions",
"install -Dpm 0644 target/release/build/%{crate}-*/out/shell-completions/sqop.bash \\",
" %{buildroot}/%{bash_completions_dir}/sqop.bash",
diff --git a/sequoia-sop-fix-metadata.diff b/sequoia-sop-fix-metadata.diff
index 7919c6b..e6bef65 100644
--- a/sequoia-sop-fix-metadata.diff
+++ b/sequoia-sop-fix-metadata.diff
@@ -1,14 +1,14 @@
---- sequoia-sop-0.35.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-sop-0.35.0/Cargo.toml 2024-07-29T22:51:19.047601+00:00
-@@ -31,6 +31,7 @@
+--- sequoia-sop-0.36.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ sequoia-sop-0.36.0/Cargo.toml 2024-11-27T10:13:17.423201+00:00
+@@ -36,6 +36,7 @@
]
license = "GPL-2.0-or-later"
repository = "https://gitlab.com/sequoia-pgp/sequoia-sop"
+exclude = ["/man-sqop/"]
[lib]
-
-@@ -60,7 +61,10 @@
+ name = "sequoia_sop"
+@@ -75,7 +76,10 @@
[features]
cli = ["sop/cli"]
cliv = ["sop/cliv"]
diff --git a/sources b/sources
index c513164..d07c0ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-sop-0.35.0.crate) = 35a5089cf1dc0c68b9fc6ab19ef70d93fc79387e59346e78e12b49a9fe78cf4d232c805a3cee49b4996b4a8fb99c261fe611d8b0e791a2adfd5929ebad801427
+SHA512 (sequoia-sop-0.36.0.crate) = d93ec2f30f407f10f210dabdd791aae2bea03e5ad7d18305a9fef5a8088f52851b293797e18031512a30e7b99f86b777344cd736e14145145e630e59e67ef20c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 21:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 21:24 [rpms/rust-sequoia-sop] epel9: Update to version 0.36.0; Fixes RHBZ#2323730 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox