update to version 0.18.0

epel9
Fabio Valentini 4 years ago
parent 23a04b942c
commit 612dc75226
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/nix-0.15.0.crate
/nix-0.16.1.crate
/nix-0.17.0.crate
/nix-0.18.0.crate

@ -1,6 +1,6 @@
--- nix-0.16.1/Cargo.toml 2019-12-24T03:39:07+00:00
+++ nix-0.16.1/Cargo.toml 2020-01-08T23:18:44.181140+00:00
@@ -65,7 +65,3 @@
--- nix-0.18.0/Cargo.toml 2020-07-27T01:15:11+00:00
+++ nix-0.18.0/Cargo.toml 2020-10-04T10:38:30.266495+00:00
@@ -70,7 +70,3 @@
version = "3.0.5"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
version = "0.3.1"

@ -5,8 +5,8 @@
%global crate nix
Name: rust-%{crate}
Version: 0.17.0
Release: 3%{?dist}
Version: 0.18.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
* Sun Oct 04 2020 Fabio Valentini <decathorpe@gmail.com> - 0.18.0-1
- Update to version 0.18.0.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (nix-0.17.0.crate) = 3f2bc4f0e9dcb9753535aec9d626ad8126f0a9ea18f73760ba72be0f35d82542c659b4c443783010de133a318f423a16f71cd1f1dd5b5a1f4f71ff7bda247b63
SHA512 (nix-0.18.0.crate) = b86660bfa2533fdfb945a3ef840c692b5d96108e3e73b76d6489b65039cde87ae04935d2f10878cab1ea38f039083aebf4ec9b2bb6ba66ee204be700e3e96581

Loading…
Cancel
Save