public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-cert-store] epel10: Update to version 0.6.2; Fixes RHBZ#2335173
@ 2026-06-15 13:11 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 13:11 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-sequoia-cert-store
Branch : epel10
Commit : 735fc37d587a1f05ad094698bacbd132ad6d74ea
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2025-01-01T20:16:57+01:00
Stats  : +10/-20 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-cert-store/c/735fc37d587a1f05ad094698bacbd132ad6d74ea?branch=epel10

Log:
Update to version 0.6.2; Fixes RHBZ#2335173

---
diff --git a/.gitignore b/.gitignore
index 36b2e35..921c841 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /sequoia-cert-store-0.5.3.crate
 /sequoia-cert-store-0.6.0.crate
 /sequoia-cert-store-0.6.1.crate
+/sequoia-cert-store-0.6.2.crate

diff --git a/rust-sequoia-cert-store.spec b/rust-sequoia-cert-store.spec
index 25aaee4..a70a260 100644
--- a/rust-sequoia-cert-store.spec
+++ b/rust-sequoia-cert-store.spec
@@ -5,7 +5,7 @@
 %global crate sequoia-cert-store
 
 Name:           rust-sequoia-cert-store
-Version:        0.6.1
+Version:        0.6.2
 Release:        %autorelease
 Summary:        Certificate database interface
 
@@ -15,7 +15,6 @@ Source:         %{crates_source}
 # Automatically generated patch to strip dependencies and normalize metadata
 Patch:          sequoia-cert-store-fix-metadata-auto.diff
 # Manually created patch for downstream crate metadata changes
-# * bump sequoia-net dependency from 0.28 to 0.29
 # * exclude integration tests, test data, and scripts from installed files
 Patch:          sequoia-cert-store-fix-metadata.diff
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 8e62b2f..0c4e0f3 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,5 @@
 [package]
 cargo-toml-patch-comments = [
-    "bump sequoia-net dependency from 0.28 to 0.29",
     "exclude integration tests, test data, and scripts from installed files",
 ]
 

diff --git a/sequoia-cert-store-fix-metadata-auto.diff b/sequoia-cert-store-fix-metadata-auto.diff
index 71fa4a3..2a099a6 100644
--- a/sequoia-cert-store-fix-metadata-auto.diff
+++ b/sequoia-cert-store-fix-metadata-auto.diff
@@ -1,11 +1,11 @@
---- sequoia-cert-store-0.6.1/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sequoia-cert-store-0.6.1/Cargo.toml	2024-12-16T18:05:16.817006+00:00
-@@ -119,17 +119,6 @@
+--- sequoia-cert-store-0.6.2/Cargo.toml	1970-01-01T00:00:01+00:00
++++ sequoia-cert-store-0.6.2/Cargo.toml	2025-01-01T19:09:48.297215+00:00
+@@ -129,17 +129,6 @@
  ]
  default-features = false
  
 -[target."cfg(windows)".dependencies.rusqlite]
--version = ">=0.29, <0.32"
+-version = ">=0.29, <0.33"
 -features = ["bundled"]
 -
 -[target."cfg(windows)".dev-dependencies.sequoia-openpgp]

diff --git a/sequoia-cert-store-fix-metadata.diff b/sequoia-cert-store-fix-metadata.diff
index 1b96736..8ba9336 100644
--- a/sequoia-cert-store-fix-metadata.diff
+++ b/sequoia-cert-store-fix-metadata.diff
@@ -1,6 +1,6 @@
---- sequoia-cert-store-0.6.1/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sequoia-cert-store-0.6.1/Cargo.toml	2024-12-16T18:05:20.967029+00:00
-@@ -35,6 +35,7 @@
+--- sequoia-cert-store-0.6.2/Cargo.toml	1970-01-01T00:00:01+00:00
++++ sequoia-cert-store-0.6.2/Cargo.toml	2025-01-01T19:10:22.462363+00:00
+@@ -41,6 +41,7 @@
  ]
  license = "LGPL-2.0-or-later"
  repository = "https://gitlab.com/sequoia-pgp/sequoia-cert-store"
@@ -8,12 +8,3 @@
  
  [package.metadata.docs.rs]
  features = ["sequoia-openpgp/default"]
-@@ -73,7 +74,7 @@
- ]
- 
- [dependencies.sequoia-net]
--version = "0.28"
-+version = "0.29"
- optional = true
- default-features = false
- 

diff --git a/sources b/sources
index 4e37f9e..739c1df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-cert-store-0.6.1.crate) = 9de0301c6994c2a45b45951a7131d0b7f66977f6f2f9d7a6906fb94a95521b365e64da802d026014d985157c370d00e4ac90209b09241084e75aa71cede96567
+SHA512 (sequoia-cert-store-0.6.2.crate) = c833697afa1fdcfc60a6c73e6ac30e3fa902a15f2325045ad5eba8082c686ad123311488e946ad76b0fdb86d7573289ffe5f482cbccd9b32f91f7c98f87da944

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

only message in thread, other threads:[~2026-06-15 13:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 13:11 [rpms/rust-sequoia-cert-store] epel10: Update to version 0.6.2; Fixes RHBZ#2335173 Fabio Valentini

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