public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-sq] rawhide: Update to version 1.4.0; Fixes RHBZ#2497875
@ 2026-07-08 9:36 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-08 9:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sequoia-sq
Branch : rawhide
Commit : da9c8946466fbce867a8d22768bee2a99d5bf07b
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-07-08T11:34:55+02:00
Stats : +23/-45 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sequoia-sq/c/da9c8946466fbce867a8d22768bee2a99d5bf07b?branch=rawhide
Log:
Update to version 1.4.0; Fixes RHBZ#2497875
---
diff --git a/.gitignore b/.gitignore
index ee8a8c0..8d13a13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
/sequoia-sq-1.2.0.crate
/sequoia-sq-1.3.0.crate
/sequoia-sq-1.3.1.crate
+/sequoia-sq-1.4.0.crate
diff --git a/rust-sequoia-sq.spec b/rust-sequoia-sq.spec
index bfea934..31dfb5c 100644
--- a/rust-sequoia-sq.spec
+++ b/rust-sequoia-sq.spec
@@ -4,7 +4,7 @@
%global crate sequoia-sq
Name: rust-sequoia-sq
-Version: 1.3.1
+Version: 1.4.0
Release: %autorelease
Summary: Command-line frontends for Sequoia
@@ -32,6 +32,7 @@ Command-line frontends for Sequoia.}
%package -n %{crate}
Summary: %{summary}
# (Apache-2.0 OR MIT) AND BSD-3-Clause
+# (MIT OR Apache-2.0) AND Apache-2.0
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
# 0BSD OR MIT OR Apache-2.0
# Apache-2.0
@@ -52,6 +53,7 @@ Summary: %{summary}
# Unlicense OR MIT
# Zlib
# Zlib OR Apache-2.0 OR MIT
+# bzip2-1.0.6
License: %{shrink:
LGPL-2.0-or-later AND
Apache-2.0 AND
@@ -62,6 +64,7 @@ License: %{shrink:
Unicode-3.0 AND
Unicode-DFS-2016 AND
Zlib AND
+ bzip2-1.0.6 AND
(0BSD OR MIT OR Apache-2.0) AND
(Apache-2.0 OR BSL-1.0) AND
(Apache-2.0 OR MIT) AND
diff --git a/sequoia-sq-fix-metadata.diff b/sequoia-sq-fix-metadata.diff
index 9794f8d..ef133d0 100644
--- a/sequoia-sq-fix-metadata.diff
+++ b/sequoia-sq-fix-metadata.diff
@@ -1,5 +1,5 @@
---- sequoia-sq-1.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sequoia-sq-1.3.1/Cargo.toml 2026-05-27T13:39:39.992697+00:00
+--- sequoia-sq-1.4.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ sequoia-sq-1.4.0/Cargo.toml 2026-07-08T08:28:11.296604+00:00
@@ -49,6 +49,12 @@
]
license = "LGPL-2.0-or-later"
@@ -13,16 +13,18 @@
[badges.gitlab]
repository = "sequoia-pgp/sequoia-sq"
-@@ -57,18 +63,10 @@
+@@ -57,20 +63,9 @@
status = "actively-developed"
[features]
+-allow-experimental-crypto = ["sequoia-openpgp/allow-experimental-crypto"]
+-allow-variable-time-crypto = ["sequoia-openpgp/allow-variable-time-crypto"]
-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"]
- crypto-rust = ["sequoia-openpgp/crypto-rust"]
+-crypto-rust = ["sequoia-openpgp/crypto-rust"]
-default = ["crypto-nettle"]
-subplot = [
- "culpa",
@@ -33,20 +35,20 @@
[[bin]]
name = "sq"
-@@ -79,11 +77,6 @@
+@@ -80,11 +75,6 @@
+ [[test]]
name = "integration"
path = "tests/integration.rs"
-
+-
-[[test]]
-name = "sq-subplot"
-path = "tests/sq-subplot.rs"
-required-features = ["subplot"]
--
+
[dependencies.aho-corasick]
version = "1"
-
-@@ -111,12 +104,8 @@
- version = "0.7"
+@@ -113,10 +103,6 @@
+ version = ">=0.7, <2"
default-features = false
-[dependencies.culpa]
@@ -54,53 +56,25 @@
-optional = true
-
[dependencies.dirs]
--version = "5"
-+version = ">=5, <7"
-
- [dependencies.filetime]
- version = "0.2"
-@@ -134,7 +123,7 @@
- version = "2"
-
- [dependencies.indicatif]
--version = "0.17"
-+version = ">=0.17, <0.19"
-
- [dependencies.once_cell]
- version = "1.17"
-@@ -186,16 +175,12 @@
- version = "0.8"
-
- [dependencies.sequoia-wot]
--version = "0.14"
-+version = "0.15.2"
- default-features = false
+ version = ">=5, <7"
+@@ -197,10 +183,6 @@
[dependencies.serde]
version = "1.0.137"
features = ["derive"]
-
-[dependencies.subplotlib]
--version = ">=0.11, <0.13"
+-version = ">=0.11, <0.14"
-optional = true
[dependencies.tempfile]
version = "3.1"
-@@ -274,7 +259,7 @@
- default-features = false
-
- [build-dependencies.dirs]
--version = "5"
-+version = ">=5, <7"
-
- [build-dependencies.roff]
- version = "0.2.1"
-@@ -298,10 +283,6 @@
+@@ -303,10 +285,6 @@
version = "1.0.137"
features = ["derive"]
-[build-dependencies.subplot-build]
--version = ">=0.11, <0.13"
+-version = ">=0.11, <0.14"
-optional = true
-
[build-dependencies.terminal_size]
diff --git a/sources b/sources
index 0d50b7f..f2ab42c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-sq-1.3.1.crate) = 3aa4468b7bcb27532907ce759852e6b92b394a2fc91953b9f3723b9deaab3661c84fb298d79ef3332467aa7a5ca1158d6a8bd65dd961d30aafdcfb34a867c880
+SHA512 (sequoia-sq-1.4.0.crate) = 53a776ddd367e3d327770aff964f64010618a9ebc8380f57316fd65b3b76288bf8232ae4090d29b3bb57cc48092dfd932471dcef81b0672ba6e5ddbb060985f1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-08 9:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08 9:36 [rpms/rust-sequoia-sq] rawhide: Update to version 1.4.0; Fixes RHBZ#2497875 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox