diff --git a/umockdev.spec b/umockdev.spec index 4a80029..faa6c69 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -1,12 +1,13 @@ Name: umockdev Version: 0.14.3 -Release: 1%{?dist} +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 +BuildRequires: git BuildRequires: autoconf automake libtool BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel @@ -18,6 +19,9 @@ BuildRequires: chrpath BuildRequires: gphoto2 BuildRequires: python3 +# FIXME +Patch0: 0001-preload-Better-debug-for-functions-missing-from-libc.patch + %description With this program and libraries you can easily create mock udev objects. This is useful for writing tests for software which talks to @@ -32,7 +36,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 +85,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/umockdev %{_datadir}/vala/vapi/umockdev-1.0.vapi %changelog +* 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