diff --git a/.gitignore b/.gitignore index eff1045..251dfd6 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /umockdev-0.19.3.tar.xz /umockdev-0.19.4.tar.xz /umockdev-0.19.5.tar.xz +/umockdev-0.19.6.tar.xz diff --git a/README.packit b/README.packit index ebfd30b..1d61730 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.15.0.post1.dev2+g8f2adf816. +The file was generated using packit 1.15.1.post1.dev4+g9380a86a0. diff --git a/sources b/sources index 422774d..e345b84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umockdev-0.19.5.tar.xz) = 7827fd392cd30b54052921516b13c325b3ed27f929d594665f79f37f36db43db86de898dcd5a91949275ec332e0ae8abdf51b015a848276a153ce88136579919 +SHA512 (umockdev-0.19.6.tar.xz) = 3102f1b7e8fa866c8f9bf749296b4c1ea2cf83674ff546c319a64f36ff9ebd3e4f0bd62d09df6bd04ed96cfd8c414388be6e278426cd82b36840448488b315ff diff --git a/umockdev.spec b/umockdev.spec index 45eb842..fc09899 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,5 +1,5 @@ Name: umockdev -Version: 0.19.5 +Version: 0.19.6 Release: 1%{?dist} Summary: Mock hardware devices @@ -75,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* 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