public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-dtoa] epel10: Update to version 1.0.11; Fixes RHBZ#2425595
@ 2026-06-15 14:12 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 14:12 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-dtoa
Branch : epel10
Commit : 5b692d7fb0b10fb6b55d529a9237608ced21e181
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-01-07T16:38:30+01:00
Stats  : +30/-3 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-dtoa/c/5b692d7fb0b10fb6b55d529a9237608ced21e181?branch=epel10

Log:
Update to version 1.0.11; Fixes RHBZ#2425595

---
diff --git a/.gitignore b/.gitignore
index 3fbe588..2637aed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /dtoa-1.0.8.crate
 /dtoa-1.0.9.crate
 /dtoa-1.0.10.crate
+/dtoa-1.0.11.crate

diff --git a/dtoa-fix-metadata.diff b/dtoa-fix-metadata.diff
new file mode 100644
index 0000000..77e0cb4
--- /dev/null
+++ b/dtoa-fix-metadata.diff
@@ -0,0 +1,18 @@
+--- dtoa-1.0.11/Cargo.toml	2006-07-24T01:21:28+00:00
++++ dtoa-1.0.11/Cargo.toml	2026-01-07T15:37:42.362431+00:00
+@@ -55,15 +55,6 @@
+ name = "test"
+ path = "tests/test.rs"
+ 
+-[[bench]]
+-name = "bench"
+-path = "benches/bench.rs"
+-harness = false
+-
+ [dependencies.no-panic]
+ version = "0.1"
+ optional = true
+-
+-[target."cfg(not(miri))".dev-dependencies.criterion]
+-version = "0.8"
+-default-features = false

diff --git a/rust-dtoa.spec b/rust-dtoa.spec
index 1465586..6e1fbed 100644
--- a/rust-dtoa.spec
+++ b/rust-dtoa.spec
@@ -1,17 +1,20 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 %global debug_package %{nil}
 
 %global crate dtoa
 
 Name:           rust-dtoa
-Version:        1.0.10
+Version:        1.0.11
 Release:        %autorelease
 Summary:        Fast floating point primitive to string conversion
 
 License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/dtoa
 Source:         %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * drop unused, benchmark-only criterion dev-dependency
+Patch:          dtoa-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..2cd7101
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,5 @@
+[package]
+cargo-toml-patch-comments = [
+    "drop unused, benchmark-only criterion dev-dependency",
+]
+

diff --git a/sources b/sources
index 0e45024..f5b290b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dtoa-1.0.10.crate) = 924434926c411e5ca51afbf20d7ea35ca554aa392385214f0b379b9ae304b93774a249d43ec39d5cca12814209c178d9e978b5b8db0bcaa21b9e64871f569302
+SHA512 (dtoa-1.0.11.crate) = c2c1596688a6a0d74e2c8d6b67308d0d9cab89c2ba021556f7ca7e4de3a6156c7f2139b105e79a0e99bd06ca7c3b5e400f47ad9864d12ff0f58206eb978e19a0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 14:12 [rpms/rust-dtoa] epel10: Update to version 1.0.11; Fixes RHBZ#2425595 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox