Update to 0.14.1

epel9
Josh Stone 6 years ago
parent a35aae8842
commit 473b69df86

1
.gitignore vendored

@ -3,3 +3,4 @@
/nix-0.11.0.crate
/nix-0.13.0.crate
/nix-0.14.0.crate
/nix-0.14.1.crate

@ -1,9 +1,9 @@
--- nix-0.14.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ nix-0.14.0/Cargo.toml 2019-06-04T22:49:16.077132+00:00
@@ -62,7 +62,3 @@
[dev-dependencies.tempfile]
--- nix-0.14.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ nix-0.14.1/Cargo.toml 2019-06-07T18:20:00.295983+00:00
@@ -64,7 +64,3 @@
version = "3.0.5"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
version = "0.3.1"
-[target."cfg(target_os = \"dragonfly\")".build-dependencies.cc]
-version = "1"
-[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl]

@ -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

@ -1 +1 @@
SHA512 (nix-0.14.0.crate) = 34e900f3119d62ac00fd2d8ef001bfd7474bafd8415ba9986562a943eac292f2c9a679dc27e9b09d26d04c1e020bd88ec87689793f78b7b5c45ba21d29510207
SHA512 (nix-0.14.1.crate) = c6393f47cdff2134cd51ca3d6becf0309697a11ac9956e3979a2d6cd00a86545d1af4efd63f6d5e417a80b2d9b247a7416b7182156d9966e00c6da25a3bfdcb3

Loading…
Cancel
Save