|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate regex
|
|
|
|
%global crate regex
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.2.10
|
|
|
|
Version: 0.2.11
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Implementation of regular expressions for Rust
|
|
|
|
Summary: Implementation of regular expressions for Rust
|
|
|
|
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ BuildRequires: rust-packaging
|
|
|
|
# [dependencies]
|
|
|
|
# [dependencies]
|
|
|
|
BuildRequires: (crate(aho-corasick) >= 0.6.0 with crate(aho-corasick) < 0.7.0)
|
|
|
|
BuildRequires: (crate(aho-corasick) >= 0.6.0 with crate(aho-corasick) < 0.7.0)
|
|
|
|
BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0)
|
|
|
|
BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0)
|
|
|
|
BuildRequires: (crate(regex-syntax) >= 0.5.1 with crate(regex-syntax) < 0.6.0)
|
|
|
|
BuildRequires: (crate(regex-syntax) >= 0.5.6 with crate(regex-syntax) < 0.6.0)
|
|
|
|
BuildRequires: (crate(thread_local) >= 0.3.2 with crate(thread_local) < 0.4.0)
|
|
|
|
BuildRequires: (crate(thread_local) >= 0.3.2 with crate(thread_local) < 0.4.0)
|
|
|
|
BuildRequires: (crate(utf8-ranges) >= 1.0.0 with crate(utf8-ranges) < 2.0.0)
|
|
|
|
BuildRequires: (crate(utf8-ranges) >= 1.0.0 with crate(utf8-ranges) < 2.0.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
@ -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
|
|
|
|
|
|
|
|
* Tue May 01 2018 Josh Stone <jistone@redhat.com> - 0.2.11-1
|
|
|
|
|
|
|
|
- Update to 0.2.11
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 16 2018 Josh Stone <jistone@redhat.com> - 0.2.10-1
|
|
|
|
* Fri Mar 16 2018 Josh Stone <jistone@redhat.com> - 0.2.10-1
|
|
|
|
- Update to 0.2.10
|
|
|
|
- Update to 0.2.10
|
|
|
|
|
|
|
|
|
|
|
|