|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate libc
|
|
|
|
%global crate libc
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.2.93
|
|
|
|
Version: 0.2.94
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Raw FFI bindings to platform libraries like libc
|
|
|
|
Summary: Raw FFI bindings to platform libraries like libc
|
|
|
|
|
|
|
|
|
|
|
@ -20,7 +20,6 @@ BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Raw FFI bindings to platform libraries like libc.}
|
|
|
|
Raw FFI bindings to platform libraries like libc.}
|
|
|
@ -108,6 +107,7 @@ which use "use_std" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|
|
|
|
echo 'glibc-devel'
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%cargo_build
|
|
|
|
%cargo_build
|
|
|
@ -121,6 +121,10 @@ which use "use_std" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.94-1
|
|
|
|
|
|
|
|
- Update to version 0.2.94.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1953638
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.93-1
|
|
|
|
* Tue Apr 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.93-1
|
|
|
|
- Update to version 0.2.93.
|
|
|
|
- Update to version 0.2.93.
|
|
|
|
- Fixes RHBZ#1946703
|
|
|
|
- Fixes RHBZ#1946703
|
|
|
|