diff --git a/changelog b/changelog new file mode 100644 index 0000000..334ff6b --- /dev/null +++ b/changelog @@ -0,0 +1,60 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Apr 30 2021 Fabio Valentini - 0.2.2-1 +- Update to version 0.2.2. +- Fixes RHBZ#1955370 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 10 2020 Josh Stone - 0.2.1-1 +- Update to 0.2.1 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Aug 18 15:50:42 CEST 2019 Igor Gnatenko - 0.2.0-1 +- Update to 0.2.0 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 20 11:35:49 CEST 2019 Igor Gnatenko - 0.1.0-10 +- Regenerate + +* Sun Jun 09 11:07:50 CEST 2019 Igor Gnatenko - 0.1.0-9 +- Regenerate + +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Oct 26 2018 Igor Gnatenko - 0.1.0-7 +- Adapt to new packaging + +* Sun Oct 07 2018 Igor Gnatenko - 0.1.0-6 +- Run tests in infrastructure + +* Sat Jul 14 2018 Fedora Release Engineering - 0.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 0.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 0.1.0-3 +- Rebuild for rust-packaging v5 + +* Sat Oct 21 2017 Igor Gnatenko - 0.1.0-2 +- Rebuild to get dependency on cargo + +* Thu Jun 15 2017 Igor Gnatenko - 0.1.0-1 +- Update to 0.1.0 + +* Wed Jun 14 2017 Igor Gnatenko - 0.0.4-2 +- Port to use rust-packaging + +* Sat Feb 18 2017 Igor Gnatenko - 0.0.4-1 +- Initial package diff --git a/rust-unicode-xid.spec b/rust-unicode-xid.spec index c39fef6..0b8fee2 100644 --- a/rust-unicode-xid.spec +++ b/rust-unicode-xid.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 17 +# Generated by rust2rpm 19 %bcond_without check %global debug_package %{nil} @@ -6,8 +6,8 @@ Name: rust-%{crate} Version: 0.2.2 -Release: 2%{?dist} -Summary: Determine whether characters have XID_Start/XID_Continue properties +Release: %autorelease +Summary: Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31 # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 @@ -33,11 +33,11 @@ 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 COPYRIGHT +%license COPYRIGHT LICENSE-APACHE LICENSE-MIT %doc README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ @@ -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}+bench-devel %{_description} -This package contains library source intended for building other packages -which use "bench" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the bench" feature of the "%{crate}" crate. %files -n %{name}+bench-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -71,8 +71,8 @@ BuildArch: noarch %description -n %{name}+no_std-devel %{_description} -This package contains library source intended for building other packages -which use "no_std" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the no_std" feature of the "%{crate}" crate. %files -n %{name}+no_std-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -96,63 +96,4 @@ which use "no_std" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Apr 30 2021 Fabio Valentini - 0.2.2-1 -- Update to version 0.2.2. -- Fixes RHBZ#1955370 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.2.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jul 10 2020 Josh Stone - 0.2.1-1 -- Update to 0.2.1 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Aug 18 15:50:42 CEST 2019 Igor Gnatenko - 0.2.0-1 -- Update to 0.2.0 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.1.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jun 20 11:35:49 CEST 2019 Igor Gnatenko - 0.1.0-10 -- Regenerate - -* Sun Jun 09 11:07:50 CEST 2019 Igor Gnatenko - 0.1.0-9 -- Regenerate - -* Sat Feb 02 2019 Fedora Release Engineering - 0.1.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Oct 26 2018 Igor Gnatenko - 0.1.0-7 -- Adapt to new packaging - -* Sun Oct 07 2018 Igor Gnatenko - 0.1.0-6 -- Run tests in infrastructure - -* Sat Jul 14 2018 Fedora Release Engineering - 0.1.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.1.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Jan 08 2018 Igor Gnatenko - 0.1.0-3 -- Rebuild for rust-packaging v5 - -* Sat Oct 21 2017 Igor Gnatenko - 0.1.0-2 -- Rebuild to get dependency on cargo - -* Thu Jun 15 2017 Igor Gnatenko - 0.1.0-1 -- Update to 0.1.0 - -* Wed Jun 14 2017 Igor Gnatenko - 0.0.4-2 -- Port to use rust-packaging - -* Sat Feb 18 2017 Igor Gnatenko - 0.0.4-1 -- Initial package +%autochangelog