public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-dtoa] epel10: Update to 0.4.5
@ 2026-06-15 14:12 Josh Stone
0 siblings, 0 replies; only message in thread
From: Josh Stone @ 2026-06-15 14:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-dtoa
Branch : epel10
Commit : db4d59f7bd1ab2cdedf2eaa942d1c47f927e2160
Author : Josh Stone <jistone@redhat.com>
Date : 2020-01-29T17:27:19-08:00
Stats : +11/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-dtoa/c/db4d59f7bd1ab2cdedf2eaa942d1c47f927e2160?branch=epel10
Log:
Update to 0.4.5
---
diff --git a/.gitignore b/.gitignore
index 93877ca..2413231 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/dtoa-0.4.2.crate
/dtoa-0.4.3.crate
/dtoa-0.4.4.crate
+/dtoa-0.4.5.crate
diff --git a/rust-dtoa.spec b/rust-dtoa.spec
index 83662d0..e122a2d 100644
--- a/rust-dtoa.spec
+++ b/rust-dtoa.spec
@@ -1,15 +1,15 @@
-# Generated by rust2rpm 10
+# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate dtoa
Name: rust-%{crate}
-Version: 0.4.4
-Release: 3%{?dist}
+Version: 0.4.5
+Release: 1%{?dist}
Summary: Fast functions for printing floating-point primitives to an io::Write
-# Upstream license specification: MIT/Apache-2.0
+# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/dtoa
Source: %{crates_source}
@@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
-%{cargo_registry}/%{crate}-%{version}/
+%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
+* Thu Jan 30 2020 Josh Stone <jistone@redhat.com> - 0.4.5-1
+- Update to 0.4.5
+
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index f008205..92c9417 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dtoa-0.4.4.crate) = d2ca487cf950dbab9cfa20eb8b712e07276e40f2cb8b0c5c56f60719ae18d8a1c7fbed2bbea869255b0d5286b9890ad6fc6b3d7be2cc13af28c84c2882de8044
+SHA512 (dtoa-0.4.5.crate) = 7f9cd7d2e8f143c81896f8a242b09de3384d9dd6c375659a48b4e4f0506b2eb642c8aba6d500a989668760458861f2249bd82f5f3d6fa22d0ffb68e508d059c0
^ 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 0.4.5 Josh Stone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox