Compare commits

...

4 Commits

2
.gitignore vendored

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

@ -1,5 +1,5 @@
--- nix-0.27.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- nix-0.29.0/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.29.0/Cargo.toml 2024-06-10T17:28:38.593825+00:00
@@ -143,5 +143,3 @@ @@ -143,5 +143,3 @@
[target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps] [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
version = "0.5.3" version = "0.5.3"

@ -1,4 +1,4 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
# * many tests don't work when virtualized / containerized # * many tests don't work when virtualized / containerized
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate nix %global crate nix
Name: rust-nix Name: rust-nix
Version: 0.27.1 Version: 0.29.0
Release: %autorelease Release: %autorelease
Summary: Rust friendly bindings to *nix APIs Summary: Rust friendly bindings to *nix APIs
@ -110,6 +110,18 @@ use the "event" feature of the "%{crate}" crate.
%files -n %{name}+event-devel %files -n %{name}+event-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+feature-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (nix-0.27.1.crate) = 7b35a0f87427eb1b5e1480d7daedafea4609b7f3a4fcf48ca99bdbc2f150865996539f2c51c7ae6a6a13169614681fc838efb306994b020d44b45735a7380010 SHA512 (nix-0.29.0.crate) = 86c05084aa0e6238f8d48df0f5ce6e6d7661b589f4f3fbdad43387c59c0d6afafea4badf25d31db1611615de19a0b9ef18ce614846b79a47cad4e2c9367dbe7f

Loading…
Cancel
Save