diff --git a/SOURCES/libc-0.2.150.crate b/SOURCES/libc-0.2.150.crate new file mode 100644 index 0000000..9b0f428 Binary files /dev/null and b/SOURCES/libc-0.2.150.crate differ diff --git a/SPECS/rust-libc.spec b/SPECS/rust-libc.spec index 64d92f3..74032d1 100644 --- a/SPECS/rust-libc.spec +++ b/SPECS/rust-libc.spec @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate libc Name: rust-libc -Version: 0.2.148 +Version: 0.2.150 Release: %autorelease 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 Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: 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 %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires @@ -139,9 +139,15 @@ echo 'glibc-devel' %endif %changelog -* Fri Oct 13 2023 Arkady L. Shane - 0.2.148-1 +* Sun Nov 19 2023 Arkady L. Shane - 0.2.150-1 - Rebuilt for MSVSphere 9.2 +* Thu Nov 09 2023 Fabio Valentini - 0.2.150-1 +- Update to version 0.2.150; Fixes RHBZ#2248005 + +* Sat Oct 07 2023 Fabio Valentini - 0.2.149-1 +- Update to version 0.2.149; Fixes RHBZ#2242563 + * Wed Sep 13 2023 Fabio Valentini - 0.2.148-1 - Update to version 0.2.148; Fixes RHBZ#2238726