Update to 0.19.1

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent 612dc75226
commit be4558f6ab
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -8,3 +8,4 @@
/nix-0.16.1.crate
/nix-0.17.0.crate
/nix-0.18.0.crate
/nix-0.19.1.crate

@ -1,6 +1,6 @@
--- 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 @@
--- 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
@@ -72,7 +72,3 @@
version = "3.0.5"
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
version = "0.3.1"

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate nix
Name: rust-%{crate}
Version: 0.18.0
Version: 0.19.1
Release: 1%{?dist}
Summary: Rust friendly bindings to *nix APIs
@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Dec 27 11:27:36 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.19.1-1
- Update to 0.19.1 (Fixes: RHBZ#1887620)
* Sun Oct 04 2020 Fabio Valentini <decathorpe@gmail.com> - 0.18.0-1
- Update to version 0.18.0.

@ -1 +1 @@
SHA512 (nix-0.18.0.crate) = b86660bfa2533fdfb945a3ef840c692b5d96108e3e73b76d6489b65039cde87ae04935d2f10878cab1ea38f039083aebf4ec9b2bb6ba66ee204be700e3e96581
SHA512 (nix-0.19.1.crate) = 0ac549babd0ea438825ad875dbaa4563d8eb90d83160dde429c0a97bb77d4ed3f19f1ad17437c61da69aed3f23382d464e99bbed0199678f7de41cd38953b51c

Loading…
Cancel
Save