public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Hrcka <thrcka@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-dtoa-short] epel10: Unretirement request: https://pagure.io/releng/issue/11013
Date: Mon, 15 Jun 2026 14:13:09 GMT	[thread overview]
Message-ID: <178153278928.1.16282748293105466309.rpms-rust-dtoa-short-82a6cbaefcfb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-dtoa-short
Branch : epel10
Commit : 82a6cbaefcfbb2b650563909812c3c67212fb0db
Author : Tomas Hrcka <thrcka@redhat.com>
Date   : 2022-09-09T10:06:49+02:00
Stats  : +130/-1 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-dtoa-short/c/82a6cbaefcfbb2b650563909812c3c67212fb0db?branch=epel10

Log:
Unretirement request: https://pagure.io/releng/issue/11013

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..567ae78
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/dtoa-short-0.3.1.crate
+/dtoa-short-0.3.2.crate
+/dtoa-short-0.3.3.crate

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dc87ccf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-dtoa-short
+
+The rust-dtoa-short package
\ No newline at end of file

diff --git a/dead.package b/dead.package
deleted file mode 100644
index c7912ba..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-no longer needed

diff --git a/rust-dtoa-short.spec b/rust-dtoa-short.spec
new file mode 100644
index 0000000..0ef1f9e
--- /dev/null
+++ b/rust-dtoa-short.spec
@@ -0,0 +1,123 @@
+# 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.3
+Release:        4%{?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}
+
+ExclusiveArch:  %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch:      noarch
+%endif
+
+BuildRequires:  rust-packaging
+
+%global _description %{expand:
+Serialize float number and truncate to certain precision.}
+
+%description %{_description}
+
+%package        devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description    devel %{_description}
+
+This package contains library source intended for building other packages
+which use "%{crate}" crate.
+
+%files          devel
+%license LICENSE
+%{cargo_registry}/%{crate}-%{version_no_tilde}/
+
+%package     -n %{name}+default-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+default-devel %{_description}
+
+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_no_tilde}/Cargo.toml
+
+%prep
+%autosetup -n %{crate}-%{version_no_tilde} -p1
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires
+
+%build
+%cargo_build
+
+%install
+%cargo_install
+
+%if %{with check}
+%check
+%cargo_test
+%endif
+
+%changelog
+* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
+- Second attempt - Rebuilt for
+  https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* 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
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.2-5
+- Adapt to new packaging
+
+* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Mon Mar 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.2-2
+- Bump float-cmp to 0.4
+
+* Thu Mar 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.2-1
+- Update to 0.3.2
+
+* Tue Feb 27 2018 Josh Stone <jistone@redhat.com> - 0.3.1-3
+- Bump float-cmp to 0.3
+
+* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Wed Jan 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.1-1
+- Initial package

diff --git a/sources b/sources
new file mode 100644
index 0000000..94dc5e8
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+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=178153278928.1.16282748293105466309.rpms-rust-dtoa-short-82a6cbaefcfb@fedoraproject.org \
    --to=thrcka@redhat.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