diff --git a/.gitignore b/.gitignore index 4f8ed40..3a48de5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /0.14.1.tar.gz /0.14.2.tar.gz /0.14.3.tar.gz +/0.14.4.tar.gz diff --git a/sources b/sources index 06e154e..b3225b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (0.14.3.tar.gz) = 20d74adcc25617af1ea7c5e3a9c55192635af2c1df2512a19545b2055ac9657dea6c09715c791039e897b562a51fe8d0d30bd247bdb099251f40211fef065d8d +SHA512 (0.14.4.tar.gz) = aa580a58a1dc251ca3eccd01da107d237040e22d091d2f17fc316e7a33d84cacc927f97241ec229bbf820399ffeb4a0511764dbe9fba0ed7da7c0605d7640d18 diff --git a/umockdev.spec b/umockdev.spec index 4a80029..a03e22b 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,5 +1,5 @@ Name: umockdev -Version: 0.14.3 +Version: 0.14.4 Release: 1%{?dist} Summary: Mock hardware devices @@ -7,6 +7,7 @@ License: LGPLv2+ URL: https://github.com/martinpitt/%{name} Source0: https://github.com/martinpitt/%{name}/archive/%{version}.tar.gz +BuildRequires: git BuildRequires: autoconf automake libtool BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel @@ -32,7 +33,7 @@ The %{name}-devel package contains the libraries to develop using %{name}. %prep -%setup -q -n %{name}-%{version} +%autosetup -S git -n %{name}-%{version} %build NOCONFIGURE=1 ./autogen.sh @@ -81,6 +82,14 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* Fri Oct 23 2020 Bastien Nocera - 0.14.4-1 ++ umockdev-0.14.4-1 +- Update to 0.14.4 + +* Thu Oct 22 2020 Bastien Nocera - 0.14.3-2 ++ umockdev-0.14.3-2 +- Better debug for missing functions + * Mon Aug 24 2020 Bastien Nocera - 0.14.3-1 + umockdev-0.14.3-1 - Update to 0.14.3