public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-tame-index] epel10: Update to version 0.25.0; Fixes RHBZ#2357190
@ 2026-09-21 15:11 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-21 15:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-tame-index
Branch : epel10
Commit : b25087769a043b41a73258da4267d6f695927815
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2025-12-11T11:26:01+00:00
Stats : +13/-24 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-tame-index/c/b25087769a043b41a73258da4267d6f695927815?branch=epel10
Log:
Update to version 0.25.0; Fixes RHBZ#2357190
---
diff --git a/.gitignore b/.gitignore
index 2caf84e..e0bfe4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/tame-index-0.14.0.crate
/tame-index-0.17.0.crate
/tame-index-0.18.1.crate
+/tame-index-0.25.0.crate
diff --git a/rust-tame-index.spec b/rust-tame-index.spec
index db13383..d2b99a0 100644
--- a/rust-tame-index.spec
+++ b/rust-tame-index.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate tame-index
Name: rust-tame-index
-Version: 0.18.1
+Version: 0.25.0
Release: %autorelease
Summary: Access to local and remote cargo registry indices
@@ -14,7 +14,8 @@ URL: https://crates.io/crates/tame-index
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * remove unused benchmark-only tiny-bench dev-dependency
-# * bump gix to 0.73
+# * allow older gix 0.73 (wants 0.75):
+# https://bugzilla.redhat.com/show_bug.cgi?id=2405612
Patch: tame-index-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 7734011..b15f9f9 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,7 +1,7 @@
[package]
cargo-toml-patch-comments = [
"remove unused benchmark-only tiny-bench dev-dependency",
- "bump gix to 0.73",
+ "allow older gix 0.73 (wants 0.75): https://bugzilla.redhat.com/show_bug.cgi?id=2405612",
]
[tests]
diff --git a/sources b/sources
index 51465ee..5fc8dc4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tame-index-0.18.1.crate) = 4ea74465a1f1a96f864f1e87739bb2439bcb6c7d63f0a5950ca16db17ffe07f7ee3f41d23c612d0f876499eb2f711dab2c3d13f93c62df5a99685e2b1f551697
+SHA512 (tame-index-0.25.0.crate) = 06ff45e33032fb99e97bc718e0a300b96ac88ca107716adb79635c07a62a478a2cc6c4827a9c18a2f57c52c4e559be57e8a12d719996b5982ba09de699f046fa
diff --git a/tame-index-fix-metadata.diff b/tame-index-fix-metadata.diff
index e302388..30fb3df 100644
--- a/tame-index-fix-metadata.diff
+++ b/tame-index-fix-metadata.diff
@@ -1,28 +1,15 @@
---- tame-index-0.18.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ tame-index-0.18.1/Cargo.toml 2025-08-01T10:20:15.253467+00:00
-@@ -96,12 +96,6 @@
- name = "utils"
- path = "tests/utils.rs"
-
--[[bench]]
--name = "sparse"
--path = "benches/sparse.rs"
--harness = false
--required-features = ["sparse"]
--
- [dependencies.bytes]
- version = "1.10"
- optional = true
-@@ -114,7 +108,7 @@
+--- tame-index-0.25.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ tame-index-0.25.0/Cargo.toml 2025-12-11T11:25:19.058048+00:00
+@@ -114,7 +114,7 @@
optional = true
[dependencies.gix]
--version = "0.70"
-+version = "0.73"
+-version = "0.75"
++version = ">=0.73, <0.76"
features = []
optional = true
default-features = false
-@@ -198,9 +192,6 @@
+@@ -198,9 +198,6 @@
[dev-dependencies.tempfile]
version = "3.15"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 15:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 15:11 [rpms/rust-tame-index] epel10: Update to version 0.25.0; Fixes RHBZ#2357190 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