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-tame-index] rawhide: Update to version 0.26.1; Fixes RHBZ#2427601
Date: Wed, 01 Jul 2026 10:57:53 GMT	[thread overview]
Message-ID: <178290347310.1.11828589202196101216.rpms-rust-tame-index-52e7dc914e5d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-tame-index
Branch : rawhide
Commit : 52e7dc914e5d263d0a59c6ab7c66f048992e865c
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-29T11:15:36+01:00
Stats  : +8/-104 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-tame-index/c/52e7dc914e5d263d0a59c6ab7c66f048992e865c?branch=rawhide

Log:
Update to version 0.26.1; Fixes RHBZ#2427601

---
diff --git a/.gitignore b/.gitignore
index e0bfe4a..7557c45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /tame-index-0.17.0.crate
 /tame-index-0.18.1.crate
 /tame-index-0.25.0.crate
+/tame-index-0.26.3.crate

diff --git a/rust-tame-index.spec b/rust-tame-index.spec
index e1405ad..4c45e17 100644
--- a/rust-tame-index.spec
+++ b/rust-tame-index.spec
@@ -5,7 +5,7 @@
 %global crate tame-index
 
 Name:           rust-tame-index
-Version:        0.25.0
+Version:        0.26.3
 Release:        %autorelease
 Summary:        Access to local and remote cargo registry indices
 
@@ -14,7 +14,6 @@ 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 version 0.83
 Patch:          tame-index-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
@@ -54,78 +53,6 @@ use the "default" feature of the "%{crate}" crate.
 %files       -n %{name}+default-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+__git-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+__git-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "__git" feature of the "%{crate}" crate.
-
-%files       -n %{name}+__git-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+__internal_all-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+__internal_all-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "__internal_all" feature of the "%{crate}" crate.
-
-%files       -n %{name}+__internal_all-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+git-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+git-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "git" feature of the "%{crate}" crate.
-
-%files       -n %{name}+git-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+gix-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+gix-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "gix" feature of the "%{crate}" crate.
-
-%files       -n %{name}+gix-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+gix-curl-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+gix-curl-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "gix-curl" feature of the "%{crate}" crate.
-
-%files       -n %{name}+gix-curl-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+gix-reqwest-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+gix-reqwest-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "gix-reqwest" feature of the "%{crate}" crate.
-
-%files       -n %{name}+gix-reqwest-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %package     -n %{name}+local-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -150,18 +77,6 @@ use the "local-builder" feature of the "%{crate}" crate.
 %files       -n %{name}+local-builder-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+native-certs-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+native-certs-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "native-certs" feature of the "%{crate}" crate.
-
-%files       -n %{name}+native-certs-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %package     -n %{name}+sparse-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 5ba1e2b..df99d74 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,7 +1,6 @@
 [package]
 cargo-toml-patch-comments = [
     "remove unused benchmark-only tiny-bench dev-dependency",
-    "bump gix to version 0.83",
 ]
 
 [tests]

diff --git a/sources b/sources
index 5fc8dc4..60a4b74 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tame-index-0.25.0.crate) = 06ff45e33032fb99e97bc718e0a300b96ac88ca107716adb79635c07a62a478a2cc6c4827a9c18a2f57c52c4e559be57e8a12d719996b5982ba09de699f046fa
+SHA512 (tame-index-0.26.3.crate) = cecdd40cad35533bf4b9f3a011936b5fe1226c731a2fee51acce3d42b5229c55ab165063592b275a08045b2aefaa8db1ae307aa2bf60d1b00f3f15fd23e25c15

diff --git a/tame-index-fix-metadata.diff b/tame-index-fix-metadata.diff
index b668f70..635a7e1 100644
--- a/tame-index-fix-metadata.diff
+++ b/tame-index-fix-metadata.diff
@@ -1,23 +1,12 @@
---- tame-index-0.25.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ tame-index-0.25.0/Cargo.toml	2026-05-09T13:14:26.157081+00:00
-@@ -114,8 +114,8 @@
- optional = true
- 
- [dependencies.gix]
--version = "0.75"
--features = []
-+version = "0.83"
-+features = ["sha1"]
- optional = true
- default-features = false
- 
-@@ -198,9 +198,6 @@
+--- tame-index-0.26.3/Cargo.toml	2006-07-24T01:21:28+00:00
++++ tame-index-0.26.3/Cargo.toml	2026-06-29T10:14:24.243969+00:00
+@@ -182,9 +182,6 @@
  [dev-dependencies.tempfile]
  version = "3.15"
  
 -[dev-dependencies.tiny-bench]
 -version = "0.4"
 -
- [target."cfg(unix)".dependencies.libc]
- version = "0.2"
+ [dev-dependencies.webpki-roots]
+ version = "1.0"
  

                 reply	other threads:[~2026-07-01 10:57 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=178290347310.1.11828589202196101216.rpms-rust-tame-index-52e7dc914e5d@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