From b6ce115ec6b68cecd22c6ede34d0317bbe59154a740436e5423e72c1b3d71b70 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sat, 18 Sep 2021 17:00:02 +0000 Subject: [PATCH] Accepting request 919079 from home:badshah400:branches:hardware Update to version 0.16.3 OBS-URL: https://build.opensuse.org/request/show/919079 OBS-URL: https://build.opensuse.org/package/show/hardware/umockdev?expand=0&rev=7 --- umockdev-0.16.2.tar.xz | 3 --- umockdev-0.16.3.tar.xz | 3 +++ umockdev.changes | 13 +++++++++++++ umockdev.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 umockdev-0.16.2.tar.xz create mode 100644 umockdev-0.16.3.tar.xz diff --git a/umockdev-0.16.2.tar.xz b/umockdev-0.16.2.tar.xz deleted file mode 100644 index ff3ddc9..0000000 --- a/umockdev-0.16.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5531ea05720025bd6e3410e68f843f6d298565a7cb7b11543fdd13c0e61e130e -size 478388 diff --git a/umockdev-0.16.3.tar.xz b/umockdev-0.16.3.tar.xz new file mode 100644 index 0000000..fafc292 --- /dev/null +++ b/umockdev-0.16.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e31f1aadcfc98f873a6c31be655d6763f21c7fc21b1a7537e8af84b6c785363 +size 479852 diff --git a/umockdev.changes b/umockdev.changes index 899f944..baa8361 100644 --- a/umockdev.changes +++ b/umockdev.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Sep 15 08:15:19 UTC 2021 - Atri Bhattacharya + +- Update to version 0.16.3: + * Several pcap replay fixes. + * Immediately create "bus" and "class" directories in /sys to + fix udev enumerator (gh#martinpitt/umockdev#144). + * preload: Avoid some unaligned access to fix failure on sparc + (gh#martinpitt/umockdev#147). + * Fix build on Alpine. + * Don't build with -Werror by default; use meson setup --werror + to re-enable. + ------------------------------------------------------------------- Mon Sep 13 13:09:28 UTC 2021 - Atri Bhattacharya diff --git a/umockdev.spec b/umockdev.spec index 67e9427..619d636 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -19,7 +19,7 @@ %define shlib libumockdev0 %define shlibpre libumockdev-preload0 Name: umockdev -Version: 0.16.2 +Version: 0.16.3 Release: 0 Summary: Mock hardware devices for creating unit tests and bug reporting License: LGPL-2.1-or-later