From b044a77c4e5a5c3462c45f0d34b597e1563516f6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Jul 02 2021 13:12:12 +0000 Subject: + umockdev-0.16.1-1 Update to 0.16.1 --- diff --git a/.gitignore b/.gitignore index 9b81080..0e5d093 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /0.15.4.tar.gz /umockdev-0.15.5.tar.xz /umockdev-0.16.0.tar.xz +/umockdev-0.16.1.tar.xz diff --git a/sources b/sources index db2ba74..cdef943 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (umockdev-0.16.0.tar.xz) = d05b7545aad0cc3a27818c8a30791489c2ad40f7679cb32f14a8c1b8f02344a353a0d4d74aaf71187f49964d23dc328da811166bcf78a2baffe0a671e2dc118b +SHA512 (umockdev-0.16.1.tar.xz) = baeaf05cc6b8d8e2a5cae16b808db759a18a969cea0f2ceed5f6c2521edc0c4c07dc16265a4821051de51f4314fd39d63ebf2da124fcd3e103ec743dadfedaa8 diff --git a/umockdev.spec b/umockdev.spec index 145b833..e8b3128 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,5 +1,5 @@ Name: umockdev -Version: 0.16.0 +Version: 0.16.1 Release: 1%{?dist} Summary: Mock hardware devices @@ -16,8 +16,6 @@ BuildRequires: libgudev1-devel systemd-devel BuildRequires: libpcap-devel BuildRequires: vala BuildRequires: chrpath -# Optional for more test coverage -BuildRequires: python3 %description With this program and libraries you can easily create mock udev objects. @@ -51,12 +49,6 @@ chrpath --delete %{buildroot}%{_libdir}/libumockdev-preload.so.* rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev -%check - -# Disabled for now, as the Xorg tests don't pass -# https://github.com/martinpitt/umockdev/issues/47 -# make check - %ldconfig_scriptlets %files @@ -77,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* Fri Jul 02 2021 Bastien Nocera - 0.16.1-1 ++ umockdev-0.16.1-1 +- Update to 0.16.1 + * Thu Jul 01 2021 Bastien Nocera - 0.16.0-1 + umockdev-0.16.0-1 - Update to 0.16.0