diff --git a/.gitignore b/.gitignore index a056aa6..72f3671 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,7 @@ /umockdev-0.19.1.tar.xz /umockdev-0.19.2.tar.xz /umockdev-0.19.3.tar.xz +/umockdev-0.19.4.tar.xz +/umockdev-0.19.5.tar.xz +/umockdev-0.19.6.tar.xz +/umockdev-0.19.8.tar.xz diff --git a/README.packit b/README.packit index 3ad54d6..dd0af79 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.11.0. +The file was generated using packit 1.16.1. diff --git a/sources b/sources index a7fdb4d..2114801 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umockdev-0.19.3.tar.xz) = c0de1b6cbb0f2d6d880154c392cfc5a28e91079b16053acd76f50febb9073436d6cc9f4e0d354227169b1a6d6876e1c23dbbd8b835956f7b360af5ac24cd77b5 +SHA512 (umockdev-0.19.8.tar.xz) = 165517e36324ad0a10e5cc63b6bfd85c7d62853e0d970c06568d9aff49642f0ff6a66830d43c1b9deb10a49b53b1cc89eb8cbe70b2400b1db6019bc4aaa3ded4 diff --git a/umockdev.spec b/umockdev.spec index a81ef6f..4dce8a5 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,5 +1,5 @@ Name: umockdev -Version: 0.19.3 +Version: 0.19.8 Release: 1%{?dist} Summary: Mock hardware devices @@ -75,6 +75,29 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* Mon Jul 06 2026 Packit - 0.19.8-1 +- preload: Fix libc name on alpha architecture (Thanks Michael Cree!) +- preload: Check dlopen(libc) failure +- ioctl: Fix array.resize(0) to work with gcc 16 static analyzer +- tests: Fix Gentoo tests, re-enable them in CI + +* Sun Mar 22 2026 Packit - 0.19.6-1 +- preload: Reinitialize mutexes after forking. (Thanks Daniel van Vugt) (LP: #2144723) + + +* Sat Feb 21 2026 Packit - 0.19.5-1 +- ioctl: Forward standard termios calls to real pty (fixes tests with Rust coreutils) +- ioctl: Implement POSIX-compliant errno handling + + +* Sun Oct 12 2025 Packit - 0.19.4-1 +- preload: Hide sticky bit from emulated block dev stat +- preload: Wrap listxattr() +- uevent-sender: Retry udev_device_new_from_syspath() on failure +- uevent_sender: Retry sendmsg() on EAGAIN +- tests: Adjust for evtest 1.36 + + * Fri Aug 01 2025 Packit - 0.19.3-1 - preload: Wrap __fstat64_time64()