public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: blinxen <h-k-81@hotmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-gix-index] rawhide: Update to version 0.53.0 (rhbz#2481355)
Date: Tue, 07 Jul 2026 18:15:11 GMT	[thread overview]
Message-ID: <178344811190.1.689734324343942315.rpms-rust-gix-index-fc9042a74530@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-gix-index
Branch : rawhide
Commit : fc9042a74530b6e9a4f51b76ad0542a463dfe56c
Author : blinxen <h-k-81@hotmail.com>
Date   : 2026-07-06T19:08:47+02:00
Stats  : +44/-2 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gix-index/c/fc9042a74530b6e9a4f51b76ad0542a463dfe56c?branch=rawhide

Log:
Update to version 0.53.0 (rhbz#2481355)

---
diff --git a/.gitignore b/.gitignore
index c1aa84f..f4fd316 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /gix-index-0.41.0.crate
 /gix-index-0.43.0.crate
 /gix-index-0.51.0.crate
+/gix-index-0.53.0.crate

diff --git a/gix-index-fix-metadata.diff b/gix-index-fix-metadata.diff
new file mode 100644
index 0000000..6b9141a
--- /dev/null
+++ b/gix-index-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- gix-index-0.53.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ gix-index-0.53.0/Cargo.toml	2026-06-27T16:53:57.979366+00:00
+@@ -101,7 +101,7 @@
+ version = "^0.11.2"
+ 
+ [dependencies.hashbrown]
+-version = "0.17.1"
++version = "0.17.0"
+ 
+ [dependencies.itoa]
+ version = "1.0.17"

diff --git a/rust-gix-index.spec b/rust-gix-index.spec
index a8a5620..0321a92 100644
--- a/rust-gix-index.spec
+++ b/rust-gix-index.spec
@@ -7,13 +7,16 @@
 %global crate gix-index
 
 Name:           rust-gix-index
-Version:        0.51.0
+Version:        0.53.0
 Release:        %autorelease
 Summary:        Git index file implementation used by gix
 
 License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/gix-index
 Source:         %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * relax hashbrown dependency
+Patch:          gix-index-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -62,6 +65,18 @@ use the "document-features" feature of the "%{crate}" crate.
 %files       -n %{name}+document-features-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+parallel-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+parallel-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "parallel" feature of the "%{crate}" crate.
+
+%files       -n %{name}+parallel-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+serde-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -86,6 +101,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 2650d32..79d7d81 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,8 @@
 [package]
 summary = "Git index file implementation used by gix"
+cargo-toml-patch-comments = [
+  "relax hashbrown dependency"
+]
 
 [tests]
 run = false

diff --git a/sources b/sources
index 66e523b..dcbc3d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gix-index-0.51.0.crate) = 5443491f1c424876533ed598e7b5c2b414740fce62fd9ae68b639e5aa469019a6d4edda665cce6baa82b80186221e00a992d542cdd3f02b50cf2da8ba53d7e3b
+SHA512 (gix-index-0.53.0.crate) = 7afd466c955ec3440b530744fc6f5cbe59975b6ad4c873d290cd52a37dad13a1e65d087904b9b51e5ef394f08d3ed8b80d0eb6641ac383f5a5b9b412104cb9ca

                 reply	other threads:[~2026-07-07 18:15 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=178344811190.1.689734324343942315.rpms-rust-gix-index-fc9042a74530@fedoraproject.org \
    --to=h-k-81@hotmail.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