diff --git a/SOURCES/9843c2d7648158dfe7cd8966021078083481ee03.patch b/SOURCES/9843c2d7648158dfe7cd8966021078083481ee03.patch new file mode 100644 index 0000000..099c9a3 --- /dev/null +++ b/SOURCES/9843c2d7648158dfe7cd8966021078083481ee03.patch @@ -0,0 +1,15 @@ +diff --git a/doc/meson.build b/doc/meson.build +index 48358c8..c2c1b77 100644 +--- a/doc/meson.build ++++ b/doc/meson.build +@@ -54,7 +54,6 @@ gnome.gtkdoc('libfprint', + content_files: content_files, + expand_content_files: expand_content_files, + scan_args: [ +- '--rebuild-types', + '--ignore-decorators=API_EXPORTED', + '--ignore-headers=' + ' '.join(private_headers), + ], +-- +2.18.1 + diff --git a/SPECS/libfprint.spec b/SPECS/libfprint.spec index ab9b0eb..3da58b9 100644 --- a/SPECS/libfprint.spec +++ b/SPECS/libfprint.spec @@ -1,6 +1,6 @@ Name: libfprint Version: 0.8.2 -Release: 1%{?dist} +Release: 1%{?dist}.0.1 Summary: Toolkit for fingerprint scanner Group: System Environment/Libraries @@ -22,6 +22,7 @@ Summary: Development files for %{name} Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} +Patch1: 9843c2d7648158dfe7cd8966021078083481ee03.patch %description devel The %{name}-devel package contains libraries and header files for @@ -31,6 +32,8 @@ developing applications that use %{name}. %prep %setup -q +%patch1 -p1 + %build %meson -Dx11-examples=false %meson_build @@ -54,6 +57,9 @@ developing applications that use %{name}. %{_datadir}/gtk-doc/html/libfprint/ %changelog +* Mon May 20 2019 Pablo Greco - 0.8.2-1.0.1 +- Fix FTBFS with newer meson + * Tue Jul 17 2018 Bastien Nocera - 0.8.2-1 + libfprint-0.8.2-1 - Update to 0.8.2