diff --git a/changelog b/changelog new file mode 100644 index 0000000..b5f337c --- /dev/null +++ b/changelog @@ -0,0 +1,27 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 01 2020 Fedora Release Engineering - 0.3.3-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Mar 17 2020 Josh Stone - 0.3.3-1 +- Update to 0.3.3 + +* Tue Mar 10 2020 Josh Stone - 0.3.2-1 +- Update to 0.3.2 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu May 02 08:42:17 CEST 2019 Igor Gnatenko - 0.3.1-1 +- Initial package diff --git a/rust-doc-comment.spec b/rust-doc-comment.spec index a8ab4e6..bf58c22 100644 --- a/rust-doc-comment.spec +++ b/rust-doc-comment.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 13 -%bcond_with check +# Generated by rust2rpm 19 +%bcond_without check %global debug_package %{nil} %global crate doc-comment Name: rust-%{crate} Version: 0.3.3 -Release: 5%{?dist} +Release: %autorelease Summary: Macro to generate doc comments # Upstream license specification: MIT @@ -32,8 +32,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 @@ -46,8 +46,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 @@ -58,8 +58,8 @@ BuildArch: noarch %description -n %{name}+no_core-devel %{_description} -This package contains library source intended for building other packages -which use "no_core" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the no_core" feature of the "%{crate}" crate. %files -n %{name}+no_core-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -70,8 +70,8 @@ BuildArch: noarch %description -n %{name}+old_macros-devel %{_description} -This package contains library source intended for building other packages -which use "old_macros" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the old_macros" feature of the "%{crate}" crate. %files -n %{name}+old_macros-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -95,30 +95,4 @@ which use "old_macros" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.3.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.3.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Aug 01 2020 Fedora Release Engineering - 0.3.3-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Mar 17 2020 Josh Stone - 0.3.3-1 -- Update to 0.3.3 - -* Tue Mar 10 2020 Josh Stone - 0.3.2-1 -- Update to 0.3.2 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.3.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jul 26 2019 Fedora Release Engineering - 0.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu May 02 08:42:17 CEST 2019 Igor Gnatenko - 0.3.1-1 -- Initial package +%autochangelog