diff --git a/.gitignore b/.gitignore index 534dd58..be82523 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libc-0.2.168.crate +SOURCES/libc-0.2.169.crate diff --git a/.rust-libc.metadata b/.rust-libc.metadata index 054f25b..e89f496 100644 --- a/.rust-libc.metadata +++ b/.rust-libc.metadata @@ -1 +1 @@ -ba28a1225d765c3d5c85bc9286608a28f83301eb SOURCES/libc-0.2.168.crate +abe7add8eb1664e427d43ed08c6beb0ee34f63c6 SOURCES/libc-0.2.169.crate diff --git a/SPECS/rust-libc.spec b/SPECS/rust-libc.spec index 8f92656..1c729c8 100644 --- a/SPECS/rust-libc.spec +++ b/SPECS/rust-libc.spec @@ -15,7 +15,7 @@ %global crate libc Name: rust-libc -Version: 0.2.168 +Version: 0.2.169 Release: %autorelease Summary: Raw FFI bindings to platform libraries like libc @@ -140,10 +140,13 @@ use the "use_std" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Fri Jan 03 2025 Fabio Valentini - 0.2.169-1 +- Update to version 0.2.169; Fixes RHBZ#2333194 + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.2.168-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Mon Dec 09 2024 Fabio Valentini - 0.2.168-1 - Update to version 0.2.168; Fixes RHBZ#2329465