|
|
|
@ -6,10 +6,10 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.0.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: The Elegant Parser
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Elegant Parser
|
|
|
|
|
|
|
|
|
|
License: MIT/Apache-2.0
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
|
URL: https://crates.io/crates/pest
|
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The Elegant Parser
|
|
|
|
|
The Elegant Parser.
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use %{crate} from crates.io.
|
|
|
|
@ -46,8 +46,40 @@ which use %{crate} from crates.io.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
|
%doc _README.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.6-2
|
|
|
|
|
- Restore spec
|
|
|
|
|
|
|
|
|
|
* Fri Feb 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.6-1
|
|
|
|
|
- Update to 1.0.6
|
|
|
|
|
|
|
|
|
|
* Mon Feb 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.5-1
|
|
|
|
|
- Update to 1.0.5
|
|
|
|
|
|
|
|
|
|
* Mon Feb 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-1
|
|
|
|
|
- Update to 1.0.4
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.3-1
|
|
|
|
|
- Update to 1.0.3
|
|
|
|
|
|
|
|
|
|
* Tue Jan 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.2-1
|
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-1
|
|
|
|
|
- Update to 1.0.1
|
|
|
|
|
|
|
|
|
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-3
|
|
|
|
|
- Rebuild for rust-packaging v5
|
|
|
|
|
|
|
|
|
|
* Sun Dec 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-2
|
|
|
|
|
- Exclude unneeded files
|
|
|
|
|
|
|
|
|
|
* Thu Jul 06 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1
|
|
|
|
|
- Initial package
|
|
|
|
|