From 72005082c3c3018a880a0b4942f3e62237f029d2 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Nov 27 2021 20:04:55 +0000 Subject: Regenerate Signed-off-by: Igor Raits --- diff --git a/changelog b/changelog new file mode 100644 index 0000000..8d60d07 --- /dev/null +++ b/changelog @@ -0,0 +1,94 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon May 10 2021 Fabio Valentini - 0.4.14-1 +- Update to version 0.4.14. +- Fixes RHBZ#1920796 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.4.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jan 12 2021 Fabio Valentini - 0.4.13-1 +- Update to version 0.4.13. +- Fixes RHBZ#1914865 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.4.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jul 16 2020 Josh Stone - 0.4.11-1 +- Update to 0.4.11 + +* Thu Feb 27 2020 Josh Stone - 0.4.8-3 +- Bump sval to 0.5 + +* Fri Feb 21 22:17:48 CET 2020 Igor Raits - 0.4.8-2 +- Rebuild + +* Mon Jul 29 06:56:34 CEST 2019 Igor Gnatenko - 0.4.8-1 +- Update to 0.4.8 + +* Sun Jul 28 17:38:40 CEST 2019 Igor Gnatenko - 0.4.7-1 +- Update to 0.4.7 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.4.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 20 11:04:26 CEST 2019 Igor Gnatenko - 0.4.6-5 +- Regenerate + +* Sun Jun 09 11:17:24 CEST 2019 Igor Gnatenko - 0.4.6-4 +- Regenerate + +* Sun Mar 10 2019 Igor Gnatenko - 0.4.6-3 +- Do not pull optional dependencies + +* Sat Feb 02 2019 Fedora Release Engineering - 0.4.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Oct 29 2018 Josh Stone - 0.4.6-1 +- Update to 0.4.6 + +* Fri Oct 26 2018 Igor Gnatenko - 0.4.5-3 +- Adapt to new packaging + +* Sun Oct 07 2018 Igor Gnatenko - 0.4.5-2 +- Run tests in infrastructure + +* Fri Sep 07 2018 Josh Stone - 0.4.5-1 +- Update to 0.4.5 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jun 29 2018 Josh Stone - 0.4.3-1 +- Update to 0.4.3 + +* Mon Jun 11 2018 Igor Gnatenko - 0.4.2-1 +- Update to 0.4.2 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 0.4.1-2 +- Rebuild for rust-packaging v5 + +* Tue Jan 02 2018 Igor Gnatenko - 0.4.1-1 +- Update to 0.4.1 + +* Sat Oct 21 2017 Igor Gnatenko - 0.3.8-3 +- Rebuild to get dependency on cargo + +* Sat Sep 23 2017 Igor Gnatenko - 0.3.8-2 +- Exclude appveyor.yml + +* Wed Jun 14 2017 Igor Gnatenko - 0.3.8-1 +- Update to 0.3.8 + +* Wed Jun 14 2017 Igor Gnatenko - 0.3.7-2 +- Port to use rust-packaging + +* Wed Mar 08 2017 Igor Gnatenko - 0.3.7-1 +- Update to 0.3.7 + +* Sun Feb 12 2017 Igor Gnatenko - 0.3.6-1 +- Initial package diff --git a/rust-log.spec b/rust-log.spec index 878755d..198e1e9 100644 --- a/rust-log.spec +++ b/rust-log.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: 0.4.14 -Release: 2%{?dist} +Release: %autorelease Summary: Lightweight logging facade for Rust # Upstream license specification: MIT OR Apache-2.0 @@ -35,12 +35,12 @@ 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-MIT LICENSE-APACHE -%doc README.md CHANGELOG.md +%license LICENSE-APACHE LICENSE-MIT +%doc CHANGELOG.md README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel @@ -49,8 +49,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 @@ -61,8 +61,8 @@ BuildArch: noarch %description -n %{name}+kv_unstable-devel %{_description} -This package contains library source intended for building other packages -which use "kv_unstable" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the kv_unstable" feature of the "%{crate}" crate. %files -n %{name}+kv_unstable-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -73,8 +73,8 @@ BuildArch: noarch %description -n %{name}+kv_unstable_serde-devel %{_description} -This package contains library source intended for building other packages -which use "kv_unstable_serde" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the kv_unstable_serde" feature of the "%{crate}" crate. %files -n %{name}+kv_unstable_serde-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -85,8 +85,8 @@ BuildArch: noarch %description -n %{name}+kv_unstable_std-devel %{_description} -This package contains library source intended for building other packages -which use "kv_unstable_std" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the kv_unstable_std" feature of the "%{crate}" crate. %files -n %{name}+kv_unstable_std-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -97,8 +97,8 @@ BuildArch: noarch %description -n %{name}+kv_unstable_sval-devel %{_description} -This package contains library source intended for building other packages -which use "kv_unstable_sval" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the kv_unstable_sval" feature of the "%{crate}" crate. %files -n %{name}+kv_unstable_sval-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -109,8 +109,8 @@ BuildArch: noarch %description -n %{name}+max_level_debug-devel %{_description} -This package contains library source intended for building other packages -which use "max_level_debug" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the max_level_debug" feature of the "%{crate}" crate. %files -n %{name}+max_level_debug-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -121,8 +121,8 @@ BuildArch: noarch %description -n %{name}+max_level_error-devel %{_description} -This package contains library source intended for building other packages -which use "max_level_error" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the max_level_error" feature of the "%{crate}" crate. %files -n %{name}+max_level_error-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -133,8 +133,8 @@ BuildArch: noarch %description -n %{name}+max_level_info-devel %{_description} -This package contains library source intended for building other packages -which use "max_level_info" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the max_level_info" feature of the "%{crate}" crate. %files -n %{name}+max_level_info-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -145,8 +145,8 @@ BuildArch: noarch %description -n %{name}+max_level_off-devel %{_description} -This package contains library source intended for building other packages -which use "max_level_off" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the max_level_off" feature of the "%{crate}" crate. %files -n %{name}+max_level_off-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -157,8 +157,8 @@ BuildArch: noarch %description -n %{name}+max_level_trace-devel %{_description} -This package contains library source intended for building other packages -which use "max_level_trace" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the max_level_trace" feature of the "%{crate}" crate. %files -n %{name}+max_level_trace-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -169,8 +169,8 @@ BuildArch: noarch %description -n %{name}+max_level_warn-devel %{_description} -This package contains library source intended for building other packages -which use "max_level_warn" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the max_level_warn" feature of the "%{crate}" crate. %files -n %{name}+max_level_warn-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -181,8 +181,8 @@ BuildArch: noarch %description -n %{name}+release_max_level_debug-devel %{_description} -This package contains library source intended for building other packages -which use "release_max_level_debug" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the release_max_level_debug" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_debug-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -193,8 +193,8 @@ BuildArch: noarch %description -n %{name}+release_max_level_error-devel %{_description} -This package contains library source intended for building other packages -which use "release_max_level_error" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the release_max_level_error" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_error-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -205,8 +205,8 @@ BuildArch: noarch %description -n %{name}+release_max_level_info-devel %{_description} -This package contains library source intended for building other packages -which use "release_max_level_info" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the release_max_level_info" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_info-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -217,8 +217,8 @@ BuildArch: noarch %description -n %{name}+release_max_level_off-devel %{_description} -This package contains library source intended for building other packages -which use "release_max_level_off" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the release_max_level_off" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_off-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -229,8 +229,8 @@ BuildArch: noarch %description -n %{name}+release_max_level_trace-devel %{_description} -This package contains library source intended for building other packages -which use "release_max_level_trace" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the release_max_level_trace" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_trace-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -241,8 +241,8 @@ BuildArch: noarch %description -n %{name}+release_max_level_warn-devel %{_description} -This package contains library source intended for building other packages -which use "release_max_level_warn" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the release_max_level_warn" feature of the "%{crate}" crate. %files -n %{name}+release_max_level_warn-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -253,8 +253,8 @@ BuildArch: noarch %description -n %{name}+serde-devel %{_description} -This package contains library source intended for building other packages -which use "serde" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the serde" feature of the "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -265,8 +265,8 @@ BuildArch: noarch %description -n %{name}+std-devel %{_description} -This package contains library source intended for building other packages -which use "std" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the std" feature of the "%{crate}" crate. %files -n %{name}+std-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -277,8 +277,8 @@ BuildArch: noarch %description -n %{name}+sval-devel %{_description} -This package contains library source intended for building other packages -which use "sval" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the sval" feature of the "%{crate}" crate. %files -n %{name}+sval-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -289,8 +289,8 @@ BuildArch: noarch %description -n %{name}+value-bag-devel %{_description} -This package contains library source intended for building other packages -which use "value-bag" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the value-bag" feature of the "%{crate}" crate. %files -n %{name}+value-bag-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -314,97 +314,4 @@ which use "value-bag" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.4.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon May 10 2021 Fabio Valentini - 0.4.14-1 -- Update to version 0.4.14. -- Fixes RHBZ#1920796 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.4.13-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Jan 12 2021 Fabio Valentini - 0.4.13-1 -- Update to version 0.4.13. -- Fixes RHBZ#1914865 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.4.11-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 16 2020 Josh Stone - 0.4.11-1 -- Update to 0.4.11 - -* Thu Feb 27 2020 Josh Stone - 0.4.8-3 -- Bump sval to 0.5 - -* Fri Feb 21 22:17:48 CET 2020 Igor Raits - 0.4.8-2 -- Rebuild - -* Mon Jul 29 06:56:34 CEST 2019 Igor Gnatenko - 0.4.8-1 -- Update to 0.4.8 - -* Sun Jul 28 17:38:40 CEST 2019 Igor Gnatenko - 0.4.7-1 -- Update to 0.4.7 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.4.6-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jun 20 11:04:26 CEST 2019 Igor Gnatenko - 0.4.6-5 -- Regenerate - -* Sun Jun 09 11:17:24 CEST 2019 Igor Gnatenko - 0.4.6-4 -- Regenerate - -* Sun Mar 10 2019 Igor Gnatenko - 0.4.6-3 -- Do not pull optional dependencies - -* Sat Feb 02 2019 Fedora Release Engineering - 0.4.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Oct 29 2018 Josh Stone - 0.4.6-1 -- Update to 0.4.6 - -* Fri Oct 26 2018 Igor Gnatenko - 0.4.5-3 -- Adapt to new packaging - -* Sun Oct 07 2018 Igor Gnatenko - 0.4.5-2 -- Run tests in infrastructure - -* Fri Sep 07 2018 Josh Stone - 0.4.5-1 -- Update to 0.4.5 - -* Sat Jul 14 2018 Fedora Release Engineering - 0.4.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Jun 29 2018 Josh Stone - 0.4.3-1 -- Update to 0.4.3 - -* Mon Jun 11 2018 Igor Gnatenko - 0.4.2-1 -- Update to 0.4.2 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Jan 08 2018 Igor Gnatenko - 0.4.1-2 -- Rebuild for rust-packaging v5 - -* Tue Jan 02 2018 Igor Gnatenko - 0.4.1-1 -- Update to 0.4.1 - -* Sat Oct 21 2017 Igor Gnatenko - 0.3.8-3 -- Rebuild to get dependency on cargo - -* Sat Sep 23 2017 Igor Gnatenko - 0.3.8-2 -- Exclude appveyor.yml - -* Wed Jun 14 2017 Igor Gnatenko - 0.3.8-1 -- Update to 0.3.8 - -* Wed Jun 14 2017 Igor Gnatenko - 0.3.7-2 -- Port to use rust-packaging - -* Wed Mar 08 2017 Igor Gnatenko - 0.3.7-1 -- Update to 0.3.7 - -* Sun Feb 12 2017 Igor Gnatenko - 0.3.6-1 -- Initial package +%autochangelog