Accepting request 915146 from hardware
OBS-URL: https://build.opensuse.org/request/show/915146 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umockdev?expand=0&rev=3
This commit is contained in:
commit
8240ffaa0e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5309a46414ad8215cc9e90d2f72038640d3718b5f2305669863b5cf97ba6e26
|
||||
size 457120
|
3
umockdev-0.16.2.tar.xz
Normal file
3
umockdev-0.16.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5531ea05720025bd6e3410e68f843f6d298565a7cb7b11543fdd13c0e61e130e
|
||||
size 478388
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 26 18:45:30 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 0.16.2:
|
||||
* Implement pcap control transfer replaying.
|
||||
* Fix Coverity errors.
|
||||
* Fix most valac build warnings.
|
||||
- Changes from version 0.16.1:
|
||||
* Fix wrong ioctl constants on ppc64el.
|
||||
* Fix test-umockdev-record failure in some build environments.
|
||||
- Changes from version 0.16.0:
|
||||
* Move ioctl emulation from preload library to main test
|
||||
process.
|
||||
* Add test API for custom ioctl and device read/write handlers
|
||||
(gh#martinpitt/umockdev#96, gh#martinpitt/umockdev#128).
|
||||
* Support USB replay from usbmon pcap captures
|
||||
(gh#martinpitt/umockdev#82, gh#martinpitt/umockdev#117).
|
||||
* Support SPI ioctl/read/write record and replay
|
||||
(gh#martinpitt/umockdev#121).
|
||||
- New upstream BuildRequires: pkgconfig(libpcap).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 8 12:08:58 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define shlib libumockdev0
|
||||
%define shlibpre libumockdev-preload0
|
||||
Name: umockdev
|
||||
Version: 0.15.5
|
||||
Version: 0.16.2
|
||||
Release: 0
|
||||
Summary: Mock hardware devices for creating unit tests and bug reporting
|
||||
License: LGPL-2.1-or-later
|
||||
@ -35,6 +35,7 @@ BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(libpcap)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
|
||||
%description
|
||||
@ -101,7 +102,7 @@ umockdev.
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS README.rst
|
||||
%doc NEWS README.md
|
||||
%{_bindir}/*
|
||||
|
||||
%files -n %{shlib}
|
||||
|
Loading…
Reference in New Issue
Block a user