diff --git a/libfprint.spec b/libfprint.spec index cdc6f34..d50db8f 100644 --- a/libfprint.spec +++ b/libfprint.spec @@ -1,6 +1,6 @@ Name: libfprint Version: 0.8.2 -Release: 3 +Release: 4 Summary: Development toolkit for fingerprint scanner License: LGPLv2+ @@ -8,7 +8,7 @@ URL: https://fprint.freedesktop.org/ Source0: https://gitlab.freedesktop.org/libfprint/libfprint/uploads/4272fab4f37516db5b20d07bb576a4b1/libfprint-%{version}.tar.xz BuildRequires: meson pkgconfig(glib-2.0) >= 2.28 pkgconfig(libusb-1.0) >= 0.9.1 pkgconfig(nss) -BuildRequires: pkgconfig(pixman-1) gtk-doc systemd +BuildRequires: pkgconfig(pixman-1) gtk-doc systemd gcc gcc-c++ Patch0000: 0001-build-Fix-build-with-newer-meson.patch @@ -52,6 +52,9 @@ The libfprint-devel package provides libraries and header files which are used t %{_datadir}/gtk-doc/html/libfprint/ %changelog +* Wed Jun 30 2021 zhouwenpei - 0.8.2-4 +- add buildrequire gcc and gcc-c++ + * Fri Dec 13 2019 lihao - 0.8.2-3 - Package Init