import rust-libc-0.2.150-1.el9

i9ce changed/i9ce/rust-libc-0.2.150-1.el9
Arkady L. Shane 1 year ago
parent 246c109b17
commit 90d05775d0
Signed by: tigro
GPG Key ID: 8D1597B4AD3AFAA0

Binary file not shown.

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libc %global crate libc
Name: rust-libc Name: rust-libc
Version: 0.2.148 Version: 0.2.150
Release: %autorelease Release: %autorelease
Summary: Raw FFI bindings to platform libraries like libc Summary: Raw FFI bindings to platform libraries like libc
@ -23,7 +23,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/libc URL: https://crates.io/crates/libc
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Raw FFI bindings to platform libraries like libc.} Raw FFI bindings to platform libraries like libc.}
@ -120,7 +120,7 @@ use the "use_std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -139,9 +139,15 @@ echo 'glibc-devel'
%endif %endif
%changelog %changelog
* Fri Oct 13 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.148-1 * Sun Nov 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.150-1
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2
* Thu Nov 09 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.150-1
- Update to version 0.2.150; Fixes RHBZ#2248005
* Sat Oct 07 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.149-1
- Update to version 0.2.149; Fixes RHBZ#2242563
* Wed Sep 13 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.148-1 * Wed Sep 13 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.148-1
- Update to version 0.2.148; Fixes RHBZ#2238726 - Update to version 0.2.148; Fixes RHBZ#2238726

Loading…
Cancel
Save