|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm
|
|
|
|
|
# Generated by rust2rpm-9-1.fc30
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate nix
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.14.0
|
|
|
|
|
Version: 0.14.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Rust friendly bindings to *nix APIs
|
|
|
|
|
|
|
|
|
@ -22,10 +22,11 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(bitflags/default) >= 1.0.0 with crate(bitflags/default) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.55 with crate(libc/default) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(libc/default) >= 0.2.57 with crate(libc/default) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(void/default) >= 1.0.2 with crate(void/default) < 2.0.0)
|
|
|
|
|
%if %{with check}
|
|
|
|
|
BuildRequires: (crate(bytes/default) >= 0.4.8 with crate(bytes/default) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(caps/default) >= 0.3.1 with crate(caps/default) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(lazy_static/default) >= 1.2.0 with crate(lazy_static/default) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(tempfile/default) >= 3.0.5 with crate(tempfile/default) < 4.0.0)
|
|
|
|
@ -79,6 +80,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 07 2019 Josh Stone <jistone@redhat.com> - 0.14.1-1
|
|
|
|
|
- Update to 0.14.1
|
|
|
|
|
|
|
|
|
|
* Tue Jun 04 2019 Josh Stone <jistone@redhat.com> - 0.14.0-1
|
|
|
|
|
- Update to 0.14.0
|
|
|
|
|
|
|
|
|
|