Update to 1.0.1

epel9
Josh Stone 7 years ago
parent 70835ce60b
commit 5f8a4ecf49

1
.gitignore vendored

@ -7,3 +7,4 @@
/regex-0.2.10.crate
/regex-0.2.11.crate
/regex-1.0.0.crate
/regex-1.0.1.crate

@ -6,7 +6,7 @@
%global crate regex
Name: rust-%{crate}
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust
@ -69,6 +69,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci,scripts}
%changelog
* Wed Jun 20 2018 Josh Stone <jistone@redhat.com> - 1.0.1-1
- Update to 1.0.1
* Tue Jun 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-1
- Update to 1.0.0

@ -1 +1 @@
SHA512 (regex-1.0.0.crate) = 857e7406415c4f212c79384a0b2b6365615b9f49a4493146028b04fee3b6438a68fb57b08e77e041f776476fa71c50399508ce0c8c0c53069d125a5c8ec055ad
SHA512 (regex-1.0.1.crate) = 77429a575ecd419521e4abe031d7dc83692d32e36abba7f432f37166b903f5a30e2ffeedd141d7e5d6117932e60c053a34dc7ce07d809739bc7e1a165d0008ae

Loading…
Cancel
Save