Update to 0.6.1

epel9
Josh Stone 7 years ago
parent aecb181615
commit d343a0f1b7

1
.gitignore vendored

@ -1,3 +1,4 @@
/quickcheck-0.4.1.crate
/quickcheck-0.5.0.crate
/quickcheck-0.6.0.crate
/quickcheck-0.6.1.crate

@ -5,8 +5,8 @@
%global crate quickcheck
Name: rust-%{crate}
Version: 0.6.0
Release: 2%{?dist}
Version: 0.6.1
Release: 1%{?dist}
Summary: Automatic property based testing with shrinking
License: Unlicense or MIT
@ -56,6 +56,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,ctags.rust,session.vim}
%changelog
* Wed Feb 07 2018 Josh Stone <jistone@redhat.com> - 0.6.1-1
- Update to 0.6.1
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.0-2
- Rebuild for rust-packaging v5

@ -1 +1 @@
SHA512 (quickcheck-0.6.0.crate) = b570716b7a33ec5bf5b38109f158414d89728e97e86f464c58a650844835bd9d9da6b53136809e4d4d2c63352008ec0fc9436a3a662bb1907066504dc87ed5db
SHA512 (quickcheck-0.6.1.crate) = 426d5e9138e7d271f85e99dc2ff9081ae790b45c1870953af9cc11843bbd3812a745c1d1e06eb08250f1927f3aec6ba5e893d479ef6cdc62508c76bd863f773d

Loading…
Cancel
Save