Update to 0.19.6 upstream release
Upstream tag: 0.19.6 Upstream commit: 15ddf350 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
f75fbaae5a
commit
ae0b3f701c
4 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (umockdev-0.19.5.tar.xz) = 7827fd392cd30b54052921516b13c325b3ed27f929d594665f79f37f36db43db86de898dcd5a91949275ec332e0ae8abdf51b015a848276a153ce88136579919
|
||||
SHA512 (umockdev-0.19.6.tar.xz) = 3102f1b7e8fa866c8f9bf749296b4c1ea2cf83674ff546c319a64f36ff9ebd3e4f0bd62d09df6bd04ed96cfd8c414388be6e278426cd82b36840448488b315ff
|
||||
|
|
|
|||
|
|
@ -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 <hello@packit.dev> - 0.19.6-1
|
||||
- preload: Reinitialize mutexes after forking. (Thanks Daniel van Vugt) (LP: #2144723)
|
||||
|
||||
|
||||
* Sat Feb 21 2026 Packit <hello@packit.dev> - 0.19.5-1
|
||||
- ioctl: Forward standard termios calls to real pty (fixes tests with Rust coreutils)
|
||||
- ioctl: Implement POSIX-compliant errno handling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue