From 385f61b66dfc194f2ca87fe6ee5738b8d854c21f Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 27 Nov 2021 19:53:48 +0100 Subject: [PATCH] Regenerate Signed-off-by: Igor Raits --- changelog | 79 ++++++++++++++++++++++++++++++++++++++ rust-bincode.spec | 96 +++++------------------------------------------ 2 files changed, 88 insertions(+), 87 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..a337b05 --- /dev/null +++ b/changelog @@ -0,0 +1,79 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Apr 29 2021 Fabio Valentini - 1.3.3-1 +- Update to version 1.3.3. +- Fixes RHBZ#1948155 + +* Fri Mar 26 2021 Fabio Valentini - 1.3.2-2 +- Relax byteorder dependency. + +* Sat Feb 27 2021 Fabio Valentini - 1.3.2-1 +- Update to version 1.3.2. +- Fixes RHBZ#1932248 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 26 2020 Josh Stone - 1.3.1-1 +- Update to 1.3.1 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Dec 10 09:16:38 CET 2019 Igor Gnatenko - 1.2.1-1 +- Update to 1.2.1 + +* Thu Sep 26 13:13:39 CEST 2019 Igor Gnatenko - 1.2.0-1 +- Update to 1.2.0 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 20 16:43:28 CEST 2019 Igor Gnatenko - 1.1.4-2 +- Regenerate + +* Wed May 15 08:17:16 CEST 2019 Igor Gnatenko - 1.1.4-1 +- Update to 1.1.4 + +* Tue Apr 16 2019 Josh Stone - 1.1.3-1 +- Update to 1.1.3 + +* Sun Feb 17 2019 Igor Gnatenko - 1.1.2-1 +- Update to 1.1.2 + +* Sun Feb 10 2019 Igor Gnatenko - 1.1.1-1 +- Update to 1.1.1 + +* Sat Feb 02 2019 Fedora Release Engineering - 1.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Nov 03 2018 Igor Gnatenko - 1.0.1-3 +- Adapt to new packaging + +* Sat Jul 14 2018 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Josh Stone - 1.0.1-1 +- Update to 1.0.1 + +* Thu May 10 2018 Igor Gnatenko - 1.0.0-1 +- Update to 1.0.0 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.9.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 0.9.2-2 +- Rebuild for rust-packaging v5 + +* Mon Nov 13 2017 Igor Gnatenko - 0.9.2-1 +- Update to 0.9.2 + +* Sat Jul 08 2017 Igor Gnatenko - 0.8.0-2 +- Don't patch 1.*.* + +* Fri Jun 16 2017 Igor Gnatenko - 0.8.0-1 +- Initial package diff --git a/rust-bincode.spec b/rust-bincode.spec index fc7e540..64ec27d 100644 --- a/rust-bincode.spec +++ b/rust-bincode.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 17 +# Generated by rust2rpm 19 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.3.3 -Release: 2%{?dist} +Release: %autorelease Summary: Binary serialization / deserialization strategy that uses Serde # Upstream license specification: MIT @@ -33,8 +33,8 @@ BuildArch: noarch %description devel %{_description} -This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use "%{crate}" crate. %files devel %license LICENSE.md @@ -47,8 +47,8 @@ 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. +This package contains library source intended for building other packages which +use "the default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -59,8 +59,8 @@ BuildArch: noarch %description -n %{name}+i128-devel %{_description} -This package contains library source intended for building other packages -which use "i128" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the i128" feature of the "%{crate}" crate. %files -n %{name}+i128-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -84,82 +84,4 @@ which use "i128" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Apr 29 2021 Fabio Valentini - 1.3.3-1 -- Update to version 1.3.3. -- Fixes RHBZ#1948155 - -* Fri Mar 26 2021 Fabio Valentini - 1.3.2-2 -- Relax byteorder dependency. - -* Sat Feb 27 2021 Fabio Valentini - 1.3.2-1 -- Update to version 1.3.2. -- Fixes RHBZ#1932248 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.3.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 26 2020 Josh Stone - 1.3.1-1 -- Update to 1.3.1 - -* Thu Jan 30 2020 Fedora Release Engineering - 1.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Dec 10 09:16:38 CET 2019 Igor Gnatenko - 1.2.1-1 -- Update to 1.2.1 - -* Thu Sep 26 13:13:39 CEST 2019 Igor Gnatenko - 1.2.0-1 -- Update to 1.2.0 - -* Fri Jul 26 2019 Fedora Release Engineering - 1.1.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jun 20 16:43:28 CEST 2019 Igor Gnatenko - 1.1.4-2 -- Regenerate - -* Wed May 15 08:17:16 CEST 2019 Igor Gnatenko - 1.1.4-1 -- Update to 1.1.4 - -* Tue Apr 16 2019 Josh Stone - 1.1.3-1 -- Update to 1.1.3 - -* Sun Feb 17 2019 Igor Gnatenko - 1.1.2-1 -- Update to 1.1.2 - -* Sun Feb 10 2019 Igor Gnatenko - 1.1.1-1 -- Update to 1.1.1 - -* Sat Feb 02 2019 Fedora Release Engineering - 1.0.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Nov 03 2018 Igor Gnatenko - 1.0.1-3 -- Adapt to new packaging - -* Sat Jul 14 2018 Fedora Release Engineering - 1.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Josh Stone - 1.0.1-1 -- Update to 1.0.1 - -* Thu May 10 2018 Igor Gnatenko - 1.0.0-1 -- Update to 1.0.0 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.9.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Jan 08 2018 Igor Gnatenko - 0.9.2-2 -- Rebuild for rust-packaging v5 - -* Mon Nov 13 2017 Igor Gnatenko - 0.9.2-1 -- Update to 0.9.2 - -* Sat Jul 08 2017 Igor Gnatenko - 0.8.0-2 -- Don't patch 1.*.* - -* Fri Jun 16 2017 Igor Gnatenko - 0.8.0-1 -- Initial package +%autochangelog