Update to 0.16.1

epel9
Josh Stone 5 years ago
parent 294bb79b4c
commit b66282fdda

1
.gitignore vendored

@ -5,3 +5,4 @@
/nix-0.14.0.crate
/nix-0.14.1.crate
/nix-0.15.0.crate
/nix-0.16.1.crate

@ -1,15 +1,7 @@
--- nix-0.15.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ nix-0.15.0/Cargo.toml 2019-09-08T14:09:30.459624+00:00
@@ -59,13 +59,9 @@
version = "1.2"
[dev-dependencies.rand]
-version = ">= 0.6, < 0.7"
+version = "0.6"
[dev-dependencies.tempfile]
-version = ">= 3.0.5, < 3.0.9"
+version = "3.0.5"
--- 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 @@
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]

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate nix
Name: rust-%{crate}
Version: 0.15.0
Version: 0.16.1
Release: 1%{?dist}
Summary: Rust friendly bindings to *nix APIs
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc CHANGELOG.md CONTRIBUTING.md CONVENTIONS.md README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,7 +53,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jan 09 2020 Josh Stone <jistone@redhat.com> - 0.16.1-1
- Update to 0.16.1
* Sun Sep 08 16:09:30 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.0-1
- Update to 0.15.0

@ -1 +1 @@
SHA512 (nix-0.15.0.crate) = 1b65fcf1701939b85a95dec1483c3ee3e86bcd3ee65b175cd9ba0fc951220594ed9368dca082ef0da566463143d7234a275c15d6b66a724beab128b287c26b3b
SHA512 (nix-0.16.1.crate) = 28b14a0d7e3f96eed91df500cd2a23fecc6e639efe4fd99c76cdda28a6ab84e32a9f246ac693d203704a1cdb3ab5f8dc6e16294ffd3cf30953557a5683406efe

Loading…
Cancel
Save