Update to 0.2.6

epel9
Josh Stone 7 years ago
parent 460588619a
commit 32bab3f15a

1
.gitignore vendored

@ -1,3 +1,4 @@
/regex-0.2.2.crate /regex-0.2.2.crate
/regex-0.2.3.crate /regex-0.2.3.crate
/regex-0.2.5.crate /regex-0.2.5.crate
/regex-0.2.6.crate

@ -6,8 +6,8 @@
%global crate regex %global crate regex
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.5 Version: 0.2.6
Release: 2%{?dist} Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust Summary: Implementation of regular expressions for Rust
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -69,6 +69,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 Feb 09 2018 Josh Stone <jistone@redhat.com> - 0.2.6-1
- Update to 0.2.6
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.5-2 * Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.5-2
- Rebuild for rust-packaging v5 - Rebuild for rust-packaging v5

@ -1 +1 @@
SHA512 (regex-0.2.5.crate) = 572f90bdfab4af1eed9905ef1b4ecdb97ad42849000f4efe0d0e24f7c1d4084ea0805dbdb7b18ed553c3ca796d64b5d2c59f4c1667608a7f74e29136172fde8c SHA512 (regex-0.2.6.crate) = 69c84096834b794227e4937db7598f35e8c489ef8445d3b5f3c0b2a73fe54be029f6db609b046441fda6374485c16943197f7416ed9545c784d14fb61c9e804d

Loading…
Cancel
Save