Update to version 0.4.8

epel9
Fabio Valentini 1 year ago
parent cc40dfe761
commit b9f4b2ea31
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/linux-raw-sys-0.3.7.crate
/linux-raw-sys-0.3.8.crate
/linux-raw-sys-0.4.7.crate
/linux-raw-sys-0.4.8.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate linux-raw-sys
Name: rust-linux-raw-sys
Version: 0.4.7
Version: 0.4.8
Release: %autorelease
Summary: Generated bindings for Linux's userspace API
@ -196,7 +196,7 @@ use the "system" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1,5 +0,0 @@
[DEFAULT]
unwanted-features =
compiler_builtins
core
rustc-dep-of-std

@ -0,0 +1,6 @@
[features]
hide = [
"compiler_builtins",
"core",
"rustc-dep-of-std",
]

@ -1 +1 @@
SHA512 (linux-raw-sys-0.4.7.crate) = df36f3f188767080f118aac32138233209a1f0cd11682425fc101cb054e138cf0582ad044d0f326a20ce517f425665ea1ad9ac5eda147712a994884101974d48
SHA512 (linux-raw-sys-0.4.8.crate) = aa35a1ad8774fb65a5866bd03c98861b8b445573ccb050bd365984dcabb37171f4456ef75d190bc770d316ea8efdd162eca6c555ad5538ed6f7f7d51827e7aaa

Loading…
Cancel
Save