public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sequoia-cert-store] epel10: Update to version 0.5.3; Fixes RHBZ#2275113
Date: Mon, 15 Jun 2026 13:11:40 GMT	[thread overview]
Message-ID: <178152910000.1.16326486054693412401.rpms-rust-sequoia-cert-store-c0d335821a71@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sequoia-cert-store
Branch : epel10
Commit : c0d335821a71fe5e69eeb0c08672285a426b77d2
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2024-04-16T12:33:04+02:00
Stats  : +7/-17 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-cert-store/c/c0d335821a71fe5e69eeb0c08672285a426b77d2?branch=epel10

Log:
Update to version 0.5.3; Fixes RHBZ#2275113

---
diff --git a/.gitignore b/.gitignore
index b1070d4..35b5a1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /sequoia-cert-store-0.5.0.crate
 /sequoia-cert-store-0.5.1.crate
 /sequoia-cert-store-0.5.2.crate
+/sequoia-cert-store-0.5.3.crate

diff --git a/rust-sequoia-cert-store.spec b/rust-sequoia-cert-store.spec
index 814e96f..99bd01c 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.5.2
+Version:        0.5.3
 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
-# * relax rusqlite dependency to allow building with version 0.28
 # * 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 758e342..0c4e0f3 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,5 @@
 [package]
 cargo-toml-patch-comments = [
-    "relax rusqlite dependency to allow building with version 0.28",
     "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 353156c..8b48ca2 100644
--- a/sequoia-cert-store-fix-metadata-auto.diff
+++ b/sequoia-cert-store-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- sequoia-cert-store-0.5.2/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sequoia-cert-store-0.5.2/Cargo.toml	2024-04-09T17:29:03.503279+00:00
+--- sequoia-cert-store-0.5.3/Cargo.toml	1970-01-01T00:00:01+00:00
++++ sequoia-cert-store-0.5.3/Cargo.toml	2024-04-16T10:27:10.899155+00:00
 @@ -104,17 +104,6 @@
  ]
  default-features = false

diff --git a/sequoia-cert-store-fix-metadata.diff b/sequoia-cert-store-fix-metadata.diff
index 398bd4f..600d18b 100644
--- a/sequoia-cert-store-fix-metadata.diff
+++ b/sequoia-cert-store-fix-metadata.diff
@@ -1,5 +1,5 @@
---- sequoia-cert-store-0.5.2/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sequoia-cert-store-0.5.2/Cargo.toml	2024-04-09T17:29:30.290397+00:00
+--- sequoia-cert-store-0.5.3/Cargo.toml	1970-01-01T00:00:01+00:00
++++ sequoia-cert-store-0.5.3/Cargo.toml	2024-04-16T10:27:33.559258+00:00
 @@ -35,6 +35,7 @@
  ]
  license = "LGPL-2.0-or-later"
@@ -8,12 +8,3 @@
  
  [package.metadata.docs.rs]
  features = ["sequoia-openpgp/default"]
-@@ -65,7 +66,7 @@
- version = "1"
- 
- [dependencies.rusqlite]
--version = ">=0.29, <0.32"
-+version = ">=0.28, <0.32"
- features = [
-     "collation",
-     "blob",

diff --git a/sources b/sources
index 4e1499d..2e07ba3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-cert-store-0.5.2.crate) = 047da6a523cc07e3f99b4f507038eabe4a793779212ec6086139b4b90b116036608a6fc00cd7f549a8cfa09e5b6f8d16ef6d248fc203bc274ee2a24491a7983e
+SHA512 (sequoia-cert-store-0.5.3.crate) = 8198243aefb3dc11dc0e44a09079d410cc1a50c1d0cc463ad03379c4b8566631ec713f7e5b963e811fbd7147658bc53d9ef09e9acfb9ff137ff33bf4d94467f2

                 reply	other threads:[~2026-06-15 13:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178152910000.1.16326486054693412401.rpms-rust-sequoia-cert-store-c0d335821a71@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox