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] epel10: Convert to %autorelease and %autochangelog
Date: Mon, 15 Jun 2026 14:12:54 GMT [thread overview]
Message-ID: <178153277408.1.10560404135786550933.rpms-rust-dtoa-8a57d7fc53ac@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-dtoa
Branch : epel10
Commit : 8a57d7fc53ac67b7798bdb69675cef169b368e0e
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2023-05-21T14:53:43+02:00
Stats : +76/-75 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-dtoa/c/8a57d7fc53ac67b7798bdb69675cef169b368e0e?branch=epel10
Log:
Convert to %autorelease and %autochangelog
[skip changelog]
---
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..1a22d55
--- /dev/null
+++ b/changelog
@@ -0,0 +1,74 @@
+* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
+* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
+* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-2
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Sun May 02 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.8-1
+- Update to version 0.4.8.
+- Fixes RHBZ#1944010
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Mon Dec 28 11:01:39 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.7-1
+- Update to 0.4.7 (Fixes: RHBZ#1911136)
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-3
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 0.4.6-1
+- Update to 0.4.6
+
+* 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
+
+* Wed Jun 19 23:15:32 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.4-2
+- Regenerate
+
+* Thu May 02 08:38:44 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.4-1
+- Update to 0.4.4
+
+* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.3-5
+- Run tests in infrastructure
+
+* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 0.4.3-3
+- Adapt to new packaging
+
+* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Fri Jul 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.3-1
+- Update to 0.4.3
+
+* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.2-2
+- Rebuild for rust-packaging v5
+
+* Sat Nov 04 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.2-1
+- Update to 0.4.2
+
+* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-2
+- Port to use rust-packaging
+
+* Sun Feb 26 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1
+- Initial package
diff --git a/rust-dtoa.spec b/rust-dtoa.spec
index e94888f..dab40b7 100644
--- a/rust-dtoa.spec
+++ b/rust-dtoa.spec
@@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.4.8
-Release: 5%{?dist}
+Release: %autorelease
Summary: Fast functions for printing floating-point primitives to an io::Write
# Upstream license specification: MIT OR Apache-2.0
@@ -71,77 +71,4 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
-* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
-
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-2
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Sun May 02 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.8-1
-- Update to version 0.4.8.
-- Fixes RHBZ#1944010
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Dec 28 11:01:39 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.7-1
-- Update to 0.4.7 (Fixes: RHBZ#1911136)
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-3
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 0.4.6-1
-- Update to 0.4.6
-
-* 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
-
-* Wed Jun 19 23:15:32 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.4-2
-- Regenerate
-
-* Thu May 02 08:38:44 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.4-1
-- Update to 0.4.4
-
-* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.3-5
-- Run tests in infrastructure
-
-* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 0.4.3-3
-- Adapt to new packaging
-
-* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Fri Jul 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.3-1
-- Update to 0.4.3
-
-* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.2-2
-- Rebuild for rust-packaging v5
-
-* Sat Nov 04 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.2-1
-- Update to 0.4.2
-
-* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-2
-- Port to use rust-packaging
-
-* Sun Feb 26 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1
-- Initial package
+%autochangelog
reply other threads:[~2026-06-15 14:12 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=178153277408.1.10560404135786550933.rpms-rust-dtoa-8a57d7fc53ac@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