|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate memchr
|
|
|
|
%global crate memchr
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 2.1.2
|
|
|
|
Version: 2.1.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Safe interface to memchr
|
|
|
|
Summary: Safe interface to memchr
|
|
|
|
|
|
|
|
|
|
|
@ -21,9 +21,8 @@ BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(cfg-if/default) >= 0.1.5 with crate(cfg-if/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(cfg-if/default) >= 0.1.5 with crate(cfg-if/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(libc) >= 0.2.18 with crate(libc) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libc) >= 0.2.18 with crate(libc) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libc/use_std) >= 0.2.18 with crate(libc/use_std) < 0.3.0)
|
|
|
|
BuildRequires: (crate(libc/use_std) >= 0.2.18 with crate(libc/use_std) < 0.3.0)
|
|
|
|
BuildRequires: (crate(version_check/default) >= 0.1.4 with crate(version_check/default) < 0.2.0)
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
BuildRequires: (crate(quickcheck) >= 0.7.0 with crate(quickcheck) < 0.8.0)
|
|
|
|
BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
@ -97,6 +96,9 @@ which use "use_std" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jan 19 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.3-1
|
|
|
|
|
|
|
|
- Update to 2.1.3
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 12 2018 Josh Stone <jistone@redhat.com> - 2.1.2-1
|
|
|
|
* Wed Dec 12 2018 Josh Stone <jistone@redhat.com> - 2.1.2-1
|
|
|
|
- Update to 2.1.2
|
|
|
|
- Update to 2.1.2
|
|
|
|
|
|
|
|
|
|
|
|