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.4.0; Fixes RHBZ#2253247
Date: Mon, 15 Jun 2026 13:11:36 GMT	[thread overview]
Message-ID: <178152909674.1.9324112080361243419.rpms-rust-sequoia-cert-store-5d899b13dcc4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sequoia-cert-store
Branch : epel10
Commit : 5d899b13dcc4cef1f6318034259dd90bc1485cc9
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2023-12-14T13:43:24+01:00
Stats  : +19/-17 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-cert-store/c/5d899b13dcc4cef1f6318034259dd90bc1485cc9?branch=epel10

Log:
Update to version 0.4.0; Fixes RHBZ#2253247

---
diff --git a/.gitignore b/.gitignore
index 5003d48..839d11d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /sequoia-cert-store-0.2.0.crate
 /sequoia-cert-store-0.3.2.crate
+/sequoia-cert-store-0.4.0.crate

diff --git a/rust-sequoia-cert-store.spec b/rust-sequoia-cert-store.spec
index f528ebe..47ec627 100644
--- a/rust-sequoia-cert-store.spec
+++ b/rust-sequoia-cert-store.spec
@@ -1,25 +1,25 @@
-# Generated by rust2rpm 24
+# Generated by rust2rpm 25
 %bcond_without check
 %global debug_package %{nil}
 
 %global crate sequoia-cert-store
 
 Name:           rust-sequoia-cert-store
-Version:        0.3.2
+Version:        0.4.0
 Release:        %autorelease
 Summary:        Certificate database interface
 
 License:        LGPL-2.0-or-later
 URL:            https://crates.io/crates/sequoia-cert-store
 Source:         %{crates_source}
-# Automatically generated patch to strip foreign dependencies
+# 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
-# * temporarily downgrade rusqlite dependency from 0.29 to 0.28
+# * 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
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 A certificate database interface.}
@@ -54,7 +54,7 @@ use the "default" 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

diff --git a/sequoia-cert-store-fix-metadata-auto.diff b/sequoia-cert-store-fix-metadata-auto.diff
index 65b6001..b917293 100644
--- a/sequoia-cert-store-fix-metadata-auto.diff
+++ b/sequoia-cert-store-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- sequoia-cert-store-0.3.2/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sequoia-cert-store-0.3.2/Cargo.toml	2023-08-02T11:51:23.515080+00:00
-@@ -101,13 +101,5 @@
+--- sequoia-cert-store-0.4.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ sequoia-cert-store-0.4.0/Cargo.toml	2023-12-14T09:47:09.948462+00:00
+@@ -97,13 +97,6 @@
  ]
  default-features = false
  
@@ -14,3 +14,4 @@
 -
  [badges.maintenance]
  status = "actively-developed"
++

diff --git a/sequoia-cert-store-fix-metadata.diff b/sequoia-cert-store-fix-metadata.diff
index 3604dfb..f4aeadd 100644
--- a/sequoia-cert-store-fix-metadata.diff
+++ b/sequoia-cert-store-fix-metadata.diff
@@ -1,19 +1,19 @@
---- sequoia-cert-store-0.3.2/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sequoia-cert-store-0.3.2/Cargo.toml	2023-08-02T11:52:12.863201+00:00
-@@ -36,6 +36,7 @@
+--- sequoia-cert-store-0.4.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ sequoia-cert-store-0.4.0/Cargo.toml	2023-12-14T09:47:37.668566+00:00
+@@ -35,6 +35,7 @@
+ ]
  license = "LGPL-2.0-or-later"
  repository = "https://gitlab.com/sequoia-pgp/sequoia-cert-store"
- resolver = "2"
 +exclude = ["/tests"]
  
  [package.metadata.docs.rs]
  features = ["sequoia-openpgp/default"]
-@@ -66,7 +67,7 @@
+@@ -62,7 +63,7 @@
  version = "1"
  
  [dependencies.rusqlite]
--version = "0.29"
-+version = "0.28"
+-version = ">=0.29, <0.31"
++version = ">=0.28, <0.31"
  features = [
      "collation",
      "blob",

diff --git a/sources b/sources
index 0b0a891..e9e6e0b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-cert-store-0.3.2.crate) = da8b247aef940d93eb29a0b6c9ccc11759a87876eb7b9bb4a9629b95bcf6da086175e61393040a8a7cdc7ac5e42cfe535a4d3a8e85d07c3c9bc45e25bcf64211
+SHA512 (sequoia-cert-store-0.4.0.crate) = c87a8f91906c5be0fe1a7cee1c7f15559c8e9f7ea7d127feb5fd4f0bdbfca41e8e0074e03842a43191d7d5ff70407062cc4390de0f5a9b9593527e7657b1d2be

                 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=178152909674.1.9324112080361243419.rpms-rust-sequoia-cert-store-5d899b13dcc4@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