Update to 1.0.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 3191eeac2b
commit a4ae8d42d7
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/statistical-0.1.1.crate /statistical-0.1.1.crate
/statistical-1.0.0.crate

@ -6,17 +6,13 @@
%global crate statistical %global crate statistical
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.1 Version: 1.0.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Simple statistics library Summary: Simple statistics library
# License is in the repo, but no new version has been published yet
License: MIT License: MIT
URL: https://crates.io/crates/statistical URL: https://crates.io/crates/statistical
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Update dependencies, https://github.com/JeffBelgum/statistical/pull/14
Patch0: statistical-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -39,6 +35,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
@ -70,6 +67,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-1
- Update to 1.0.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (statistical-0.1.1.crate) = 0608aaedabfab7e269c9e559a0bf09f9ef2ae882f5e42c8766b82323a593ea88eba745ad6fc6b4f800b352554eeff8075d1979029a51b8e616b4bb2759050c26 SHA512 (statistical-1.0.0.crate) = 00f58a7e1b8c818336fdf55def5a46b1347c5961b4fc27d156fc03f5c197af6f53f23485eea80b2b3ca6ce2acfb304fa4846904d85c6290d1750ad4b5a635c22

Loading…
Cancel
Save