Update to version 0.2.113; Fixes RHBZ#2043001

epel9
Fabio Valentini 3 years ago
parent 0107538eaa
commit 9a5c71c9be
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -59,3 +59,4 @@
/libc-0.2.108.crate
/libc-0.2.109.crate
/libc-0.2.112.crate
/libc-0.2.113.crate

@ -1,6 +1,5 @@
[DEFAULT]
unwanted-features =
const-extern-fn
rustc-dep-of-std
rustc-std-workspace-core
buildrequires =

@ -5,7 +5,7 @@
%global crate libc
Name: rust-%{crate}
Version: 0.2.112
Version: 0.2.113
Release: %autorelease
Summary: Raw FFI bindings to platform libraries like libc
@ -62,6 +62,18 @@ use the "align" feature of the "%{crate}" crate.
%files -n %{name}+align-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+const-extern-fn-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+const-extern-fn-devel %{_description}
This package contains library source intended for building other packages which
use the "const-extern-fn" feature of the "%{crate}" crate.
%files -n %{name}+const-extern-fn-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+extra_traits-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (libc-0.2.112.crate) = 6c1a027eff21d3ef8078ad19b90b06d90790919a848e95a4c878e8c8b850d2e9be3fca36d8db39b24e472f15e5352ead1182d5491a0b382e06f8c3ead379c45f
SHA512 (libc-0.2.113.crate) = 9b3740ae39ce8813b2add0f208764a0b91f1132d5ef28579ef26c1817fdf065746ff909eced162d920fd1d91d63d41a9963768e48f4e20dea4ec246bb0240181

Loading…
Cancel
Save