update to version 0.20.0

epel9
Fabio Valentini 4 years ago
parent 6598d926bb
commit 5f88123652
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/nix-0.17.0.crate
/nix-0.18.0.crate
/nix-0.19.1.crate
/nix-0.20.0.crate

@ -1,9 +1,9 @@
--- nix-0.19.1/Cargo.toml 2020-11-29T04:32:22+00:00
+++ nix-0.19.1/Cargo.toml 2020-12-27T10:27:36.736838+00:00
--- nix-0.20.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ nix-0.20.0/Cargo.toml 2021-02-25T15:51:23.494252+00:00
@@ -72,7 +72,3 @@
version = "3.0.5"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
version = "0.3.1"
version = "0.5.1"
-[target."cfg(target_os = \"dragonfly\")".build-dependencies.cc]
-version = "1"
-[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl]

@ -5,8 +5,8 @@
%global crate nix
Name: rust-%{crate}
Version: 0.19.1
Release: 2%{?dist}
Version: 0.20.0
Release: 1%{?dist}
Summary: Rust friendly bindings to *nix APIs
# Upstream license specification: MIT
@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Feb 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.20.0-1
- Update to version 0.20.0.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (nix-0.19.1.crate) = 0ac549babd0ea438825ad875dbaa4563d8eb90d83160dde429c0a97bb77d4ed3f19f1ad17437c61da69aed3f23382d464e99bbed0199678f7de41cd38953b51c
SHA512 (nix-0.20.0.crate) = 4efb0a6147870aca6b5612428216f36cd826320b75f4f12fb0c75140d47561834695db7745908a23d08ac7114d69848cdafcf87830718da1f03aa6f2c664c5d5

Loading…
Cancel
Save