Update to version 0.28.0; Fixes RHBZ#2265771

epel10
Fabio Valentini 12 months ago
parent cf890d63a9
commit a8159ed13b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/nix-0.26.3.crate
/nix-0.26.4.crate
/nix-0.27.1.crate
/nix-0.28.0.crate

@ -1,5 +1,5 @@
--- nix-0.27.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nix-0.27.1/Cargo.toml 2023-10-14T19:47:36.952259+00:00
--- nix-0.28.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nix-0.28.0/Cargo.toml 2024-03-08T12:11:40.094741+00:00
@@ -143,5 +143,3 @@
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
version = "0.5.3"

@ -1,4 +1,4 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
# * many tests don't work when virtualized / containerized
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate nix
Name: rust-nix
Version: 0.27.1
Version: 0.28.0
Release: %autorelease
Summary: Rust friendly bindings to *nix APIs
@ -110,6 +110,18 @@ use the "event" feature of the "%{crate}" crate.
%files -n %{name}+event-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fanotify-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fanotify-devel %{_description}
This package contains library source intended for building other packages which
use the "fanotify" feature of the "%{crate}" crate.
%files -n %{name}+fanotify-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+feature-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (nix-0.27.1.crate) = 7b35a0f87427eb1b5e1480d7daedafea4609b7f3a4fcf48ca99bdbc2f150865996539f2c51c7ae6a6a13169614681fc838efb306994b020d44b45735a7380010
SHA512 (nix-0.28.0.crate) = 73c0c94b360f4fc81ff07a13692b2a5b5ceda3a7203bdf1e526facabd36cdf160f0ae8fa479e31a4e4237c09bde11e9bf821aa496311cac8614f9c5626f8d69a

Loading…
Cancel
Save