public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rusqlite] epel10: Allow hashlink 0.12
@ 2026-06-25 12:20 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-25 12:20 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-rusqlite
Branch : epel10
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=epel10

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",
 ]
 

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

only message in thread, other threads:[~2026-06-25 12:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 12:20 [rpms/rust-rusqlite] epel10: Allow hashlink 0.12 Benjamin A. Beasley

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