diff --git a/umockdev.spec b/umockdev.spec index 36f670c..26ef39e 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,5 +1,5 @@ Name: umockdev -Version: 0.15.5 +Version: 0.16.1 Release: 1mamba Summary: Mock hardware devices for creating unit tests and bug reporting Group: System/Kernel and Hardware @@ -7,12 +7,12 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://launchpad.net/umockdev -## GITSOURCE https://github.com/martinpitt/umockdev.git 0.9.4 Source: https://github.com/martinpitt/umockdev.git/%{version}/umockdev-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libglib-devel +BuildRequires: libpcap-devel BuildRequires: libudev-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -83,9 +83,12 @@ rm -f %{buildroot}%{_libdir}/libumockdev.la #%{_datadir}/doc/umockdev/* %{_datadir}/gir-1.0/UMockdev-1.0.gir %{_datadir}/vala/vapi/umockdev-1.0.vapi -%doc NEWS README.rst +%doc NEWS %changelog +* Wed Jul 14 2021 Automatic Build System 0.16.1-1mamba +- automatic version update by autodist + * Tue May 04 2021 Automatic Build System 0.15.5-1mamba - automatic version update by autodist