Update to 0.14.0

epel9
Josh Stone 6 years ago
parent 0e9497e1b6
commit a35aae8842

1
.gitignore vendored

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

@ -1,9 +1,9 @@
--- nix-0.13.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ nix-0.13.0/Cargo.toml 2019-02-04T09:59:32.626418+01:00
--- 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]
version = "3"
version = "3.0.5"
-[target."cfg(target_os = \"dragonfly\")".build-dependencies.cc]
-version = "1"
-[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl]

@ -5,10 +5,11 @@
%global crate nix
Name: rust-%{crate}
Version: 0.13.0
Release: 2%{?dist}
Version: 0.14.0
Release: 1%{?dist}
Summary: Rust friendly bindings to *nix APIs
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/nix
Source: %{crates_source}
@ -21,13 +22,13 @@ 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.47 with crate(libc/default) < 0.3.0)
BuildRequires: (crate(libc/default) >= 0.2.55 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(lazy_static/default) >= 1.2.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0)
BuildRequires: (crate(tempfile/default) >= 3.0.0 with crate(tempfile/default) < 4.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)
%endif
%global _description \
@ -78,6 +79,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jun 04 2019 Josh Stone <jistone@redhat.com> - 0.14.0-1
- Update to 0.14.0
* Tue Feb 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.13.0-2
- Run tests in infrastructure

@ -1 +1 @@
SHA512 (nix-0.13.0.crate) = 6345871b599ea0c4482248d0ff98953e4976d5af85d596d8a1ef739c661e54734f1379f3a6c41162a9e2b8eff1d9dd9a9e3fdef6928ba21eb855bd369a278752
SHA512 (nix-0.14.0.crate) = 34e900f3119d62ac00fd2d8ef001bfd7474bafd8415ba9986562a943eac292f2c9a679dc27e9b09d26d04c1e020bd88ec87689793f78b7b5c45ba21d29510207

Loading…
Cancel
Save