public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-rusqlite] epel9: Allow hashlink 0.12
Date: Thu, 25 Jun 2026 12:20:45 GMT	[thread overview]
Message-ID: <178239004534.1.6265666175286620854.rpms-rust-rusqlite-bc1ba6a99451@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-rusqlite
Branch : epel9
Commit : bc1ba6a9945145ec9d2424f99dbf55a96f6ae9af
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-25T12:22:09+01:00
Stats  : +14/-2 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-rusqlite/c/bc1ba6a9945145ec9d2424f99dbf55a96f6ae9af?branch=epel9

Log:
Allow hashlink 0.12

---
diff --git a/rusqlite-fix-metadata-auto.diff b/rusqlite-fix-metadata-auto.diff
index 7f2e075..0a34785 100644
--- a/rusqlite-fix-metadata-auto.diff
+++ b/rusqlite-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
 --- rusqlite-0.38.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ rusqlite-0.38.0/Cargo.toml	2025-12-22T13:27:09.418772+00:00
++++ rusqlite-0.38.0/Cargo.toml	2026-06-25T11:21:45.842036+00:00
 @@ -73,7 +73,6 @@
  blob = []
  buildtime_bindgen = [

diff --git a/rusqlite-fix-metadata.diff b/rusqlite-fix-metadata.diff
index ff39e18..f84efb0 100644
--- a/rusqlite-fix-metadata.diff
+++ b/rusqlite-fix-metadata.diff
@@ -1,5 +1,5 @@
 --- rusqlite-0.38.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ rusqlite-0.38.0/Cargo.toml	2025-12-22T13:28:26.622634+00:00
++++ rusqlite-0.38.0/Cargo.toml	2026-06-25T11:21:58.784509+00:00
 @@ -74,23 +74,6 @@
  buildtime_bindgen = [
      "libsqlite3-sys/buildtime_bindgen",
@@ -78,6 +78,15 @@
  name = "owning_rows"
  path = "examples/owning_rows.rs"
  
+@@ -242,7 +207,7 @@
+ version = "0.1"
+ 
+ [dependencies.hashlink]
+-version = "0.11"
++version = ">=0.11, <0.13"
+ optional = true
+ 
+ [dependencies.jiff]
 @@ -250,10 +215,6 @@
  features = ["std"]
  optional = true

diff --git a/rust-rusqlite.spec b/rust-rusqlite.spec
index b087044..dba79e6 100644
--- a/rust-rusqlite.spec
+++ b/rust-rusqlite.spec
@@ -20,6 +20,8 @@ Patch:          rusqlite-fix-metadata-auto.diff
 # * drop unused optional rusqlite_macros dependency
 # * drop unused support for sqlcipher and loadable extensions
 # * drop unused, benchmark-only bencher dev-dependency
+# * allow hashlink 0.12:
+#   https://github.com/rusqlite/rusqlite/commit/6d9764f26920f54db54b0f24f3f026f6a2c24a7c
 Patch:          rusqlite-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 354a2b7..045f116 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,5 +5,6 @@ cargo-toml-patch-comments = [
     "drop unused optional rusqlite_macros dependency",
     "drop unused support for sqlcipher and loadable extensions",
     "drop unused, benchmark-only bencher dev-dependency",
+    "allow hashlink 0.12: https://github.com/rusqlite/rusqlite/commit/6d9764f26920f54db54b0f24f3f026f6a2c24a7c",
 ]
 

                 reply	other threads:[~2026-06-25 12:20 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=178239004534.1.6265666175286620854.rpms-rust-rusqlite-bc1ba6a99451@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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