public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-dtoa] epel10: Update to version 1.0.6; Fixes RHBZ#2031558
@ 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 : 588daa6210db924b06595a6a0ef06bd09a90eb37
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2023-06-13T00:21:56+02:00
Stats  : +17/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-dtoa/c/588daa6210db924b06595a6a0ef06bd09a90eb37?branch=epel10

Log:
Update to version 1.0.6; Fixes RHBZ#2031558

---
diff --git a/.gitignore b/.gitignore
index 5ef3790..39126c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /dtoa-0.4.6.crate
 /dtoa-0.4.7.crate
 /dtoa-0.4.8.crate
+/dtoa-1.0.6.crate

diff --git a/rust-dtoa.spec b/rust-dtoa.spec
index 8656fb9..77b7717 100644
--- a/rust-dtoa.spec
+++ b/rust-dtoa.spec
@@ -5,9 +5,9 @@
 %global crate dtoa
 
 Name:           rust-dtoa
-Version:        0.4.8
+Version:        1.0.6
 Release:        %autorelease
-Summary:        Fast functions for printing floating-point primitives to an io::Write
+Summary:        Fast floating point primitive to string conversion
 
 License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/dtoa
@@ -16,7 +16,7 @@ Source:         %{crates_source}
 BuildRequires:  rust-packaging >= 21
 
 %global _description %{expand:
-Fast functions for printing floating-point primitives to an io::Write.}
+Fast floating point primitive to string conversion.}
 
 %description %{_description}
 
@@ -47,6 +47,18 @@ use the "default" feature of the "%{crate}" crate.
 %files       -n %{name}+default-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+no-panic-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+no-panic-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "no-panic" feature of the "%{crate}" crate.
+
+%files       -n %{name}+no-panic-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep

diff --git a/sources b/sources
index fcfd042..7ce1836 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dtoa-0.4.8.crate) = fe1701ba2c40988b92f5f4ef78a8c81718b140ff8ca2d04023b09a89440e6ddb53ef36d1ebd9dd3e948428b361ed6611bd24ec1a31b5010c220c555e1f0bf6b8
+SHA512 (dtoa-1.0.6.crate) = 50f603579dc2a6175ad544bd71d2f780e256ede1ffcb4a8e79f8916f7202e1aba4cc5eb4845cc5ed0f33488cca5a07604e74892c9e5ee9796c9df74f4eb89e01

^ 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.6; Fixes RHBZ#2031558 Fabio Valentini

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