public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-hdrhistogram] epel10: Update to version 7.6.0; Fixes RHBZ#2502085
Date: Thu, 23 Jul 2026 15:19:41 GMT	[thread overview]
Message-ID: <178481998118.1.7232918968932318280.rpms-rust-hdrhistogram-c74879f9634c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-hdrhistogram
Branch : epel10
Commit : c74879f9634c58c7d765a6679d1b71df15831b66
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-23T16:31:10+02:00
Stats  : +6/-72 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-hdrhistogram/c/c74879f9634c58c7d765a6679d1b71df15831b66?branch=epel10

Log:
Update to version 7.6.0; Fixes RHBZ#2502085

---
diff --git a/.gitignore b/.gitignore
index d6d4eeb..0fd6eef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /hdrhistogram-7.5.2.crate
 /hdrhistogram-7.5.3.crate
 /hdrhistogram-7.5.4.crate
+/hdrhistogram-7.6.0.crate

diff --git a/hdrhistogram-fix-metadata.diff b/hdrhistogram-fix-metadata.diff
deleted file mode 100644
index dfbf4fe..0000000
--- a/hdrhistogram-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- hdrhistogram-7.5.4/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ hdrhistogram-7.5.4/Cargo.toml	2024-09-21T21:16:07.891291+00:00
-@@ -47,7 +47,7 @@
- required-features = ["serialization"]
- 
- [dependencies.base64]
--version = "0.21"
-+version = "0.22"
- optional = true
- 
- [dependencies.byteorder]

diff --git a/rust-hdrhistogram.spec b/rust-hdrhistogram.spec
index c573c6b..e916476 100644
--- a/rust-hdrhistogram.spec
+++ b/rust-hdrhistogram.spec
@@ -1,12 +1,12 @@
-# Generated by rust2rpm 26
+# Generated by rust2rpm 28
 # * missing dev-dependencies: ieee754 ^0.2.2, rug ^1.2.0
-%bcond_with check
+%bcond check 0
 %global debug_package %{nil}
 
 %global crate hdrhistogram
 
 Name:           rust-hdrhistogram
-Version:        7.5.4
+Version:        7.6.0
 Release:        %autorelease
 Summary:        Port of HdrHistogram to Rust
 
@@ -14,9 +14,6 @@ Summary:        Port of HdrHistogram to Rust
 License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/hdrhistogram
 Source:         %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * bump base64 dependency from 0.21 to 0.22
-Patch:          hdrhistogram-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -53,18 +50,6 @@ use the "default" feature of the "%{crate}" crate.
 %files       -n %{name}+default-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+base64-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+base64-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "base64" feature of the "%{crate}" crate.
-
-%files       -n %{name}+base64-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %package     -n %{name}+bench_private-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -77,42 +62,6 @@ use the "bench_private" feature of the "%{crate}" crate.
 %files       -n %{name}+bench_private-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+crossbeam-channel-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+crossbeam-channel-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "crossbeam-channel" feature of the "%{crate}" crate.
-
-%files       -n %{name}+crossbeam-channel-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+flate2-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+flate2-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "flate2" feature of the "%{crate}" crate.
-
-%files       -n %{name}+flate2-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+nom-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+nom-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "nom" feature of the "%{crate}" crate.
-
-%files       -n %{name}+nom-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %package     -n %{name}+serialization-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/rust2rpm.toml b/rust2rpm.toml
index b2509fe..8845ba4 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,9 +1,4 @@
-[package]
-cargo-toml-patch-comments = [
-    "bump base64 dependency from 0.21 to 0.22",
-]
-
 [tests]
-run = ["none"]
+run = false
 comments = ["missing dev-dependencies: ieee754 ^0.2.2, rug ^1.2.0"]
 

diff --git a/sources b/sources
index 11ca0a2..27b01fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (hdrhistogram-7.5.4.crate) = b9b65919721530f9a7c8efec68596a55735cc195cbe01a9cfd08baf7940c2c8019cb315a31187c9e3da6ea272611f343104fb365ea7f2237fb7c896f4f1af0c5
+SHA512 (hdrhistogram-7.6.0.crate) = 23c4060d8c6b5c0da83bdd433f2783a9dd4ad007906125976222ac672a994773e7c35d861f9332c35f189ab41679930632ff868647f47b9b9de9e5fb9e1e00e0

                 reply	other threads:[~2026-07-23 15:19 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=178481998118.1.7232918968932318280.rpms-rust-hdrhistogram-c74879f9634c@fedoraproject.org \
    --to=decathorpe@gmail.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