Update to 1.1.5

epel9
Josh Stone 6 years ago
parent 3b32c066c9
commit eed6a815a9

1
.gitignore vendored

@ -14,3 +14,4 @@
/regex-1.0.6.crate
/regex-1.1.0.crate
/regex-1.1.2.crate
/regex-1.1.5.crate

@ -6,7 +6,7 @@
%global crate regex
Name: rust-%{crate}
Version: 1.1.2
Version: 1.1.5
Release: 1%{?dist}
Summary: Implementation of regular expressions for Rust
@ -18,15 +18,15 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(aho-corasick/default) >= 0.6.7 with crate(aho-corasick/default) < 0.7.0)
BuildRequires: (crate(aho-corasick/default) >= 0.7.3 with crate(aho-corasick/default) < 0.8.0)
BuildRequires: (crate(memchr/default) >= 2.0.2 with crate(memchr/default) < 3.0.0)
BuildRequires: (crate(regex-syntax/default) >= 0.6.2 with crate(regex-syntax/default) < 0.7.0)
BuildRequires: (crate(regex-syntax/default) >= 0.6.6 with crate(regex-syntax/default) < 0.7.0)
BuildRequires: (crate(thread_local/default) >= 0.3.6 with crate(thread_local/default) < 0.4.0)
BuildRequires: (crate(utf8-ranges/default) >= 1.0.1 with crate(utf8-ranges/default) < 2.0.0)
%if %{with check}
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(quickcheck) >= 0.7.0 with crate(quickcheck) < 0.8.0)
BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0)
BuildRequires: (crate(rand/default) >= 0.6.5 with crate(rand/default) < 0.7.0)
%endif
%global _description \
@ -113,6 +113,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 03 2019 Josh Stone <jistone@redhat.com> - 1.1.5-1
- Update to 1.1.5
* Thu Feb 28 2019 Josh Stone <jistone@redhat.com> - 1.1.2-1
- Update to 1.1.2

@ -1 +1 @@
SHA512 (regex-1.1.2.crate) = 84d4bc302daf92c71354c53565f55bc931b1a1d9f6a3ca11d1959ba9d6fc9a8cdb6d47ecad2e9edab451574a5159bbb4fe82f344513c56f63f42510cb76b1d16
SHA512 (regex-1.1.5.crate) = 19bf5616b9ea4161e007e6c690dfd51fa930bba58e8b52256000cbbba637e1690ecbed6ce9d65803ee369c37a8cba498bd9001f3b5a08b3b76cd23ea1b50f9a8

Loading…
Cancel
Save