diff --git a/changelog b/changelog new file mode 100644 index 0000000..9993cbe --- /dev/null +++ b/changelog @@ -0,0 +1,39 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jun 01 2021 Fabio Valentini - 0.1.10-1 +- Update to version 0.1.10. +- Fixes RHBZ#1966668 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Dec 12 2020 Fabio Valentini - 0.1.9-3 +- Remove features with missing dependencies (fst). + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Mar 10 2020 Josh Stone - 0.1.9-1 +- Update to 0.1.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Jul 28 21:16:45 CEST 2019 Igor Gnatenko - 0.1.8-1 +- Update to 0.1.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 20 09:18:24 CEST 2019 Igor Gnatenko - 0.1.7-2 +- Regenerate + +* Sun Jun 09 15:16:47 CEST 2019 Igor Gnatenko - 0.1.7-1 +- Update to 0.1.7 + +* Sun Jun 09 10:40:42 CEST 2019 Igor Gnatenko - 0.1.6-2 +- Regenerate + +* Tue Apr 16 08:34:36 CEST 2019 Igor Gnatenko - 0.1.6-1 +- Initial package diff --git a/rust-regex-automata.spec b/rust-regex-automata.spec index cbf04c7..4edf0a5 100644 --- a/rust-regex-automata.spec +++ b/rust-regex-automata.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.1.10 -Release: 2%{?dist} +Release: %autorelease Summary: Automata construction and matching using regular expressions # Upstream license specification: Unlicense/MIT @@ -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 UNLICENSE COPYING -%doc README.md +%license COPYING LICENSE-MIT UNLICENSE +%doc README.md TODO %{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}+regex-syntax-devel %{_description} -This package contains library source intended for building other packages -which use "regex-syntax" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the regex-syntax" feature of the "%{crate}" crate. %files -n %{name}+regex-syntax-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -73,8 +73,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 @@ -98,42 +98,4 @@ which use "std" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.1.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jun 01 2021 Fabio Valentini - 0.1.10-1 -- Update to version 0.1.10. -- Fixes RHBZ#1966668 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.1.9-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Dec 12 2020 Fabio Valentini - 0.1.9-3 -- Remove features with missing dependencies (fst). - -* Wed Jul 29 2020 Fedora Release Engineering - 0.1.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Mar 10 2020 Josh Stone - 0.1.9-1 -- Update to 0.1.9 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.1.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Jul 28 21:16:45 CEST 2019 Igor Gnatenko - 0.1.8-1 -- Update to 0.1.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.1.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jun 20 09:18:24 CEST 2019 Igor Gnatenko - 0.1.7-2 -- Regenerate - -* Sun Jun 09 15:16:47 CEST 2019 Igor Gnatenko - 0.1.7-1 -- Update to 0.1.7 - -* Sun Jun 09 10:40:42 CEST 2019 Igor Gnatenko - 0.1.6-2 -- Regenerate - -* Tue Apr 16 08:34:36 CEST 2019 Igor Gnatenko - 0.1.6-1 -- Initial package +%autochangelog