public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-sop] epel10: Update to version 0.31.0; Fixes RHBZ#2231909
@ 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 : bc21b79c99248d606003feafe466836218fa7235
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2023-12-14T11:31:50+01:00
Stats  : +14/-11 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-sop/c/bc21b79c99248d606003feafe466836218fa7235?branch=epel10

Log:
Update to version 0.31.0; Fixes RHBZ#2231909

---
diff --git a/.gitignore b/.gitignore
index 76e17c8..79939cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /sequoia-sop-0.26.1.crate
 /sequoia-sop-0.27.3.crate
 /sequoia-sop-0.28.0.crate
+/sequoia-sop-0.31.0.crate

diff --git a/rust-sequoia-sop.spec b/rust-sequoia-sop.spec
index 6dc799a..dc2f7ce 100644
--- a/rust-sequoia-sop.spec
+++ b/rust-sequoia-sop.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 24
+# Generated by rust2rpm 25
 %bcond_without check
 
 %global crate sequoia-sop
@@ -6,9 +6,9 @@
 %global enabled_features cli,compression,compression-bzip2,compression-deflate,crypto-nettle
 
 Name:           rust-sequoia-sop
-Version:        0.28.0
+Version:        0.31.0
 Release:        %autorelease
-Summary:        Stateless OpenPGP Interface using Sequoia
+Summary:        Implementation of the Stateless OpenPGP Interface using Sequoia
 
 License:        GPL-2.0-or-later
 URL:            https://crates.io/crates/sequoia-sop
@@ -18,7 +18,7 @@ Source:         %{crates_source}
 # * remove features for unavailable crypto backends
 Patch:          sequoia-sop-fix-metadata.diff
 
-BuildRequires:  rust-packaging >= 23
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 An implementation of the Stateless OpenPGP Interface using Sequoia.}
@@ -30,6 +30,7 @@ Summary:        %{summary}
 # (MIT OR Apache-2.0) AND Unicode-DFS-2016
 # 0BSD OR MIT OR Apache-2.0
 # Apache-2.0 OR MIT
+# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
 # BSL-1.0
 # GPL-2.0-or-later
 # LGPL-2.0-or-later
@@ -40,7 +41,7 @@ Summary:        %{summary}
 # MIT OR Zlib OR Apache-2.0
 # Unlicense OR MIT
 # Zlib OR Apache-2.0 OR MIT
-License:        GPL-2.0-or-later 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 (LGPL-3.0 OR GPL-2.0 OR GPL-3.0) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT)
+License:        GPL-2.0-or-later 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 (LGPL-3.0 OR GPL-2.0 OR GPL-3.0) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT)
 # LICENSE.dependencies contains a full license breakdown
 
 %description -n %{crate} %{_description}
@@ -154,7 +155,7 @@ use the "crypto-openssl" feature of the "%{crate}" crate.
 %ghost %{crate_instdir}/Cargo.toml
 
 %prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
 %cargo_prep
 
 %generate_buildrequires
@@ -164,7 +165,7 @@ use the "crypto-openssl" feature of the "%{crate}" crate.
 %build
 # build binary with the Nettle crypto backend and support for compression
 %cargo_build -f %{enabled_features}
-%cargo_license_summary -f %{enabled_features}
+%{cargo_license_summary -f %{enabled_features}}
 %{cargo_license -f %{enabled_features}} > LICENSE.dependencies
 
 %install

diff --git a/sequoia-sop-fix-metadata.diff b/sequoia-sop-fix-metadata.diff
index c499ed3..0cbb21a 100644
--- a/sequoia-sop-fix-metadata.diff
+++ b/sequoia-sop-fix-metadata.diff
@@ -1,5 +1,5 @@
---- sequoia-sop-0.28.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sequoia-sop-0.28.0/Cargo.toml	2023-05-08T15:55:52.632695+00:00
+--- sequoia-sop-0.31.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ sequoia-sop-0.31.0/Cargo.toml	2023-12-14T09:57:17.934657+00:00
 @@ -31,6 +31,7 @@
  ]
  license = "GPL-2.0-or-later"
@@ -8,11 +8,12 @@
  
  [lib]
  
-@@ -60,8 +61,6 @@
+@@ -57,9 +58,6 @@
  compression = ["sequoia-openpgp/compression"]
  compression-bzip2 = ["sequoia-openpgp/compression-bzip2"]
  compression-deflate = ["sequoia-openpgp/compression-deflate"]
 -crypto-botan = ["sequoia-openpgp/crypto-botan"]
+-crypto-botan2 = ["sequoia-openpgp/crypto-botan2"]
 -crypto-cng = ["sequoia-openpgp/crypto-cng"]
  crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
  crypto-openssl = ["sequoia-openpgp/crypto-openssl"]

diff --git a/sources b/sources
index e677e36..79a90c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-sop-0.28.0.crate) = badbd73a79388be8f67c7f1f33981e9fb0d4b15df0c3ecdf0daec5d982f371b01d7512475dbef51fab4243996fe29cdb538dc8973c5f407ab789babf33bc0d41
+SHA512 (sequoia-sop-0.31.0.crate) = 950ddb8c9738e8b0a3016463ac2b2d4c9e5a7308ab1a4c40dd76d51e07783fb7d47f961420a6dae703b431c4b3a94ee985a71186b6c2ffc37ac7457cac4d3061

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

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