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-dtoa-short] epel10: update to version 0.3.3
Date: Mon, 15 Jun 2026 14:13:06 GMT [thread overview]
Message-ID: <178153278688.1.1794644507057426303.rpms-rust-dtoa-short-77c0d127de58@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-dtoa-short
Branch : epel10
Commit : 77c0d127de587e5d5330136dc8ab1439299f9f49
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2020-12-12T19:37:36+01:00
Stats : +20/-26 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-dtoa-short/c/77c0d127de587e5d5330136dc8ab1439299f9f49?branch=epel10
Log:
update to version 0.3.3
---
diff --git a/.gitignore b/.gitignore
index e8e0667..567ae78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/dtoa-short-0.3.1.crate
/dtoa-short-0.3.2.crate
+/dtoa-short-0.3.3.crate
diff --git a/dtoa-short-fix-metadata.diff b/dtoa-short-fix-metadata.diff
deleted file mode 100644
index 5e24882..0000000
--- a/dtoa-short-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- dtoa-short-0.3.2/Cargo.toml 1970-01-01T01:00:00+01:00
-+++ dtoa-short-0.3.2/Cargo.toml 2019-02-10T17:30:07.115863+01:00
-@@ -23,7 +23,7 @@
- [dependencies.dtoa]
- version = "0.4.1"
- [dev-dependencies.float-cmp]
--version = "0.3"
-+version = "0.4"
- [badges.codecov]
- repository = "upsuper/dtoa-short"
-
diff --git a/rust-dtoa-short.spec b/rust-dtoa-short.spec
index 92328a5..4087ff4 100644
--- a/rust-dtoa-short.spec
+++ b/rust-dtoa-short.spec
@@ -1,32 +1,29 @@
-# Generated by rust2rpm
+# Generated by rust2rpm 16
+# * float-cmp dependency is too old
%bcond_with check
%global debug_package %{nil}
%global crate dtoa-short
Name: rust-%{crate}
-Version: 0.3.2
-Release: 9%{?dist}
+Version: 0.3.3
+Release: 1%{?dist}
Summary: Serialize float number and truncate to certain precision
# Upstream license specification: MPL-2.0
License: MPLv2.0
URL: https://crates.io/crates/dtoa-short
Source: %{crates_source}
-# Initial patched metadata
-# * Bump float-cmp to 0.4, https://github.com/upsuper/dtoa-short/pull/6
-Patch0: dtoa-short-fix-metadata.diff
ExclusiveArch: %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch: noarch
+%endif
BuildRequires: rust-packaging
-BuildRequires: (crate(dtoa/default) >= 0.4.1 with crate(dtoa/default) < 0.5.0)
-%if %{with check}
-BuildRequires: (crate(float-cmp/default) >= 0.4.0 with crate(float-cmp/default) < 0.5.0)
-%endif
-%global _description \
-Serialize float number and truncate to certain precision.
+%global _description %{expand:
+Serialize float number and truncate to certain precision.}
%description %{_description}
@@ -41,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
-%{cargo_registry}/%{crate}-%{version}/
+%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -53,12 +50,15 @@ 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
%cargo_prep
+%generate_buildrequires
+%cargo_generate_buildrequires
+
%build
%cargo_build
@@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
+* Sat Dec 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.3-1
+- Update to version 0.3.3.
+- Fixes RHBZ#1906693
+
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-9
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index 70232f2..94dc5e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dtoa-short-0.3.2.crate) = 0f156fca7e312cc90c30c3a10898f2507ea887841195091babc7d03bad10e1f58ec9f70433ffa4678e2f727d0050fa021a3a92bd23aaa0cf019b75bf84038936
+SHA512 (dtoa-short-0.3.3.crate) = 92fce043874f589155e7e2f14f91a51e876bf0003d1eaccaa1e20026c041f7f84398e82937d6d0e834b0d671d2b7ca307111ddc085508573dac9298469488a4b
reply other threads:[~2026-06-15 14:13 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=178153278688.1.1794644507057426303.rpms-rust-dtoa-short-77c0d127de58@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