public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-sq] eln: Update to version 1.4.1
@ 2026-09-14 19:12 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-14 19:12 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-sequoia-sq
Branch : eln
Commit : dbf11eff21ed9c5622ccc6414c6c11a448c276c5
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-09-14T21:11:06+02:00
Stats  : +13/-11 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-sq/c/dbf11eff21ed9c5622ccc6414c6c11a448c276c5?branch=eln

Log:
Update to version 1.4.1

---
diff --git a/.gitignore b/.gitignore
index a51f214..923e6d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,5 @@
 /sequoia-sq-1.3.1-vendor.tar.xz
 /sequoia-sq-1.4.0.crate
 /sequoia-sq-1.4.0-vendor.tar.xz
+/sequoia-sq-1.4.1.crate
+/sequoia-sq-1.4.1-vendor.tar.xz

diff --git a/rust-sequoia-sq.spec b/rust-sequoia-sq.spec
index b148a10..adbb670 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.4.0
+Version:        1.4.1
 Release:        %autorelease
 Summary:        Command-line frontends for Sequoia
 

diff --git a/sequoia-sq-fix-metadata.diff b/sequoia-sq-fix-metadata.diff
index c9f834b..b6162cc 100644
--- a/sequoia-sq-fix-metadata.diff
+++ b/sequoia-sq-fix-metadata.diff
@@ -1,5 +1,5 @@
---- sequoia-sq-1.4.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ sequoia-sq-1.4.0/Cargo.toml	2026-07-14T09:57:35.879880+00:00
+--- sequoia-sq-1.4.1/Cargo.toml	1970-01-01T00:00:01+00:00
++++ sequoia-sq-1.4.1/Cargo.toml	2026-09-14T16:12:00.550531+00:00
 @@ -49,6 +49,12 @@
  ]
  license = "LGPL-2.0-or-later"
@@ -13,7 +13,7 @@
  
  [badges.gitlab]
  repository = "sequoia-pgp/sequoia-sq"
-@@ -57,20 +63,8 @@
+@@ -57,20 +63,9 @@
  status = "actively-developed"
  
  [features]
@@ -22,7 +22,7 @@
 -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-nettle = ["sequoia-openpgp/crypto-nettle"]
  crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
 -crypto-rust = ["sequoia-openpgp/crypto-rust"]
 -default = ["crypto-nettle"]
@@ -35,7 +35,7 @@
  
  [[bin]]
  name = "sq"
-@@ -80,11 +74,6 @@
+@@ -80,11 +75,6 @@
  [[test]]
  name = "integration"
  path = "tests/integration.rs"
@@ -47,7 +47,7 @@
  
  [dependencies.aho-corasick]
  version = "1"
-@@ -113,10 +102,6 @@
+@@ -113,10 +103,6 @@
  version = ">=0.7, <2"
  default-features = false
  
@@ -58,7 +58,7 @@
  [dependencies.dirs]
  version = ">=5, <7"
  
-@@ -197,10 +182,6 @@
+@@ -197,10 +183,6 @@
  [dependencies.serde]
  version = "1.0.137"
  features = ["derive"]
@@ -69,7 +69,7 @@
  
  [dependencies.tempfile]
  version = "3.1"
-@@ -303,10 +284,6 @@
+@@ -303,10 +285,6 @@
  version = "1.0.137"
  features = ["derive"]
  

diff --git a/sources b/sources
index 23f7922..e3560b2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (sequoia-sq-1.4.0.crate) = 53a776ddd367e3d327770aff964f64010618a9ebc8380f57316fd65b3b76288bf8232ae4090d29b3bb57cc48092dfd932471dcef81b0672ba6e5ddbb060985f1
-SHA512 (sequoia-sq-1.4.0-vendor.tar.xz) = 150ca3e0d06735b944c35aa85c00031d802ae7d7a41c3856271fb3a65b8d3cbf8acac4483d0d95ccc8be9c61981b803541bcd13fd8b50530bcb60939693cf1f7
+SHA512 (sequoia-sq-1.4.1.crate) = eda0f400d74e711570dcec740e8fb9302b9d8e02c4a6e3b34eb51f8c96455bcb7c4e2e86386d83e9729695a23da4d05c8a0c9084c2c8004293072fb1d8e7acb9
+SHA512 (sequoia-sq-1.4.1-vendor.tar.xz) = 462dab41a81d1ab4cc18f8870b9406c3da8e6a65cd116b2587cc0b803c718d342c4a0ffbcc4fda86354472cc114d2664f85fdb76c393468a3963b75ff8eef8e8

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-14 19:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 19:12 [rpms/rust-sequoia-sq] eln: Update to version 1.4.1 Fabio Valentini

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