From 37f6e4519ff32c2df40d345edd7742532da33ffd Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 26 May 2021 19:23:30 +0200 Subject: [PATCH] Update to 0.15.5-2 from Fedora Rawhide Resolves: rhbz#1962633 --- .gitignore | 1 + sources | 2 +- umockdev.spec | 17 ++++++++++------- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a5c3b29..15fa6d3 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /0.15.1.tar.gz /0.15.3.tar.gz /0.15.4.tar.gz +/umockdev-0.15.5.tar.xz diff --git a/sources b/sources index a601067..b98d1b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.15.4.tar.gz) = dc04a14cdce8caba180c53e3403e312f05b946968161dfc02ba3edfb52e5ff45b7a4923e0ccb16abff32754965fce581eabdb32d139ce2af12ca6bef2e39d9bd +SHA512 (umockdev-0.15.5.tar.xz) = bceb91617817f077b4b8eb09656419616f2645c8645312baed514d10f9c7b28b30564f3dc408c4f65e176db5f202b96d07b7c7ab9f69ca0fb6651be43f68c7d2 diff --git a/umockdev.spec b/umockdev.spec index 8373282..4e21048 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,11 +1,11 @@ Name: umockdev -Version: 0.15.4 -Release: 3%{?dist} +Version: 0.15.5 +Release: 2%{?dist} Summary: Mock hardware devices License: LGPLv2+ URL: https://github.com/martinpitt/%{name} -Source0: https://github.com/martinpitt/%{name}/archive/%{version}.tar.gz +Source0: https://github.com/martinpitt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildRequires: git BuildRequires: meson @@ -15,8 +15,7 @@ BuildRequires: glib2-devel BuildRequires: libgudev1-devel systemd-devel BuildRequires: vala BuildRequires: chrpath -# Required for tests -BuildRequires: gphoto2 +# Optional for more test coverage BuildRequires: python3 %description @@ -77,8 +76,12 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog -* Fri Apr 16 2021 Mohan Boddu - 0.15.4-3 -- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 +* Thu May 20 2021 Martin Pitt - 0.15.5-2 +- Drop gphoto2 build dependency (rhbz#1962633) + +* Tue May 04 2021 Bastien Nocera - 0.15.5-1 ++ umockdev-0.15.5-1 +- Update to 0.15.5 * Wed Jan 27 2021 Fedora Release Engineering - 0.15.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild