Update to 0.2.4

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent b04e42797a
commit ce77872449

1
.gitignore vendored

@ -1 +1,2 @@
/permutohedron-0.2.2.crate /permutohedron-0.2.2.crate
/permutohedron-0.2.4.crate

@ -5,11 +5,10 @@
%global crate permutohedron %global crate permutohedron
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.2 Version: 0.2.4
Release: 4%{?dist} Release: 1%{?dist}
Summary: Generate permutations of sequences Summary: Generate permutations of sequences
# https://github.com/bluss/permutohedron/issues/5
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/permutohedron URL: https://crates.io/crates/permutohedron
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -48,11 +47,15 @@ which use %{crate} from crates.io.
%endif %endif
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.rst %doc README.rst
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,custom.css} %exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,custom.css}
%changelog %changelog
* Sat Nov 11 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.4-1
- Update to 0.2.4
* Sat Oct 21 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-4 * Sat Oct 21 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-4
- Rebuild to get dependency on cargo - Rebuild to get dependency on cargo

@ -1 +1 @@
SHA512 (permutohedron-0.2.2.crate) = 2e48574480aadef799655036145fda9a8a8f6ee02c726a3653562ccefb68d8cd89d06c6de81db86e788ccaa2a546912635e4a772b62b9cfb790ddcaa90d19d5d SHA512 (permutohedron-0.2.4.crate) = 40a355843b57c8e455456173b5de6816bd30102bcee857f1df40b8d7b7cb4101926737f10d9986b6beaa41807b2e1465f5600488f717301b9b21c921395ca3b0

Loading…
Cancel
Save