public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gix-hashtable] f43: Update to version 0.15.2 (rhbz#2481352)
@ 2026-07-07 18:14 blinxen
0 siblings, 0 replies; only message in thread
From: blinxen @ 2026-07-07 18:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-gix-hashtable
Branch : f43
Commit : 1120027d8db59ee4f9af7ae025e206d08824a45e
Author : blinxen <h-k-81@hotmail.com>
Date : 2026-07-06T19:08:42+02:00
Stats : +32/-2 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gix-hashtable/c/1120027d8db59ee4f9af7ae025e206d08824a45e?branch=f43
Log:
Update to version 0.15.2 (rhbz#2481352)
---
diff --git a/.gitignore b/.gitignore
index 02b7ee5..aa2d425 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/gix-hashtable-0.9.0.crate
/gix-hashtable-0.10.0.crate
/gix-hashtable-0.15.0.crate
+/gix-hashtable-0.15.2.crate
diff --git a/gix-hashtable-fix-metadata.diff b/gix-hashtable-fix-metadata.diff
new file mode 100644
index 0000000..28c9536
--- /dev/null
+++ b/gix-hashtable-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- gix-hashtable-0.15.2/Cargo.toml 2006-07-24T01:21:28+00:00
++++ gix-hashtable-0.15.2/Cargo.toml 2026-06-26T19:45:00.907322+00:00
+@@ -47,7 +47,7 @@
+ version = "^0.25.1"
+
+ [dependencies.hashbrown]
+-version = "0.17.1"
++version = "0.17.0"
+ features = ["inline-more"]
+ default-features = false
+
diff --git a/rust-gix-hashtable.spec b/rust-gix-hashtable.spec
index 6c159ef..2ac1985 100644
--- a/rust-gix-hashtable.spec
+++ b/rust-gix-hashtable.spec
@@ -5,13 +5,16 @@
%global crate gix-hashtable
Name: rust-gix-hashtable
-Version: 0.15.0
+Version: 0.15.2
Release: %autorelease
Summary: Hashtable based data structures optimized to utilize ObjectId keys
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-hashtable
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * relax hashbrown dependency
+Patch: gix-hashtable-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@@ -59,6 +62,18 @@ use the "sha1" feature of the "%{crate}" crate.
%files -n %{name}+sha1-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+sha256-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+sha256-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "sha256" feature of the "%{crate}" crate.
+
+%files -n %{name}+sha256-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
diff --git a/rust2rpm.toml b/rust2rpm.toml
index e96fd6f..ec4473c 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,8 @@
[package]
summary = "Hashtable based data structures optimized to utilize ObjectId keys"
+cargo-toml-patch-comments = [
+ "relax hashbrown dependency"
+]
[features]
# https://github.com/GitoxideLabs/gitoxide/blob/b1102c24055bbf15987a6a8c2e66338aa8a56438/gix-hash/src/lib.rs#L32
diff --git a/sources b/sources
index f685143..8c4e740 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gix-hashtable-0.15.0.crate) = 979773ea5daa32c48c867495d8ccf3cf2448ccb7aa9962bd05664bf212928a909669753437edb7b3174ddf91bbee6aec8d40b56b20a0ed02050a86bd3f4462a3
+SHA512 (gix-hashtable-0.15.2.crate) = 466d42670a8662650aacde1f2206b9aee83ce709abe724f84c97e8e2d997e3b8a690ca60638add2d960e1b67961a9defd9e95905213e7e1da6fcb90ef0843a8f
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 18:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 18:14 [rpms/rust-gix-hashtable] f43: Update to version 0.15.2 (rhbz#2481352) blinxen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox