Update to 1.0.5

epel9
Josh Stone 6 years ago
parent d5eac499c6
commit 98b861454a

1
.gitignore vendored

@ -10,3 +10,4 @@
/regex-1.0.1.crate /regex-1.0.1.crate
/regex-1.0.2.crate /regex-1.0.2.crate
/regex-1.0.4.crate /regex-1.0.4.crate
/regex-1.0.5.crate

@ -6,10 +6,11 @@
%global crate regex %global crate regex
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.4 Version: 1.0.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust Summary: Implementation of regular expressions for Rust
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/regex URL: https://crates.io/crates/regex
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
@ -69,6 +70,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci,scripts} %exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci,scripts}
%changelog %changelog
* Fri Sep 07 2018 Josh Stone <jistone@redhat.com> - 1.0.5-1
- Update to 1.0.5
* Thu Aug 30 2018 Josh Stone <jistone@redhat.com> - 1.0.4-1 * Thu Aug 30 2018 Josh Stone <jistone@redhat.com> - 1.0.4-1
- Update to 1.0.4 - Update to 1.0.4

@ -1 +1 @@
SHA512 (regex-1.0.4.crate) = b2b20e3f1c151f68423d248e33eac54d4868a37b5dd7480b90f10c0fa0aeb62a2151f5344043fbcde79bd1e9b884f3102e7b0f5ebc49c40cb4d736d6416a38e7 SHA512 (regex-1.0.5.crate) = a4ddc78fcae0a2b3c0e041382bc8c85a216ff380212762459637934c863782445cd289f5cd60c2a923ea9161f4dad9891210fe6a86cd6bbc8db8abd98ead34ce

Loading…
Cancel
Save