+ libfprint-1.0-1
Update to 1.0
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ libfprint-0.3.0.tar.bz2
|
|||||||
/libfprint-0.7.0.tar.xz
|
/libfprint-0.7.0.tar.xz
|
||||||
/libfprint-0.8.1.tar.xz
|
/libfprint-0.8.1.tar.xz
|
||||||
/libfprint-0.8.2.tar.xz
|
/libfprint-0.8.2.tar.xz
|
||||||
|
/libfprint-1.0.tar.xz
|
||||||
|
|||||||
@@ -1,32 +0,0 @@
|
|||||||
From c9abbec48a2c1db5a88a9fb60fc350514af3dcf2 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Bastien Nocera <hadess@hadess.net>
|
|
||||||
Date: Fri, 20 Jul 2018 12:22:50 +0200
|
|
||||||
Subject: [PATCH] build: Fix build with newer meson
|
|
||||||
|
|
||||||
The gtk-doc meson helper regressed in that it didn't expect the
|
|
||||||
libfprint.types file to not exist, as earlier versions did. Remove
|
|
||||||
the --rebuild-types call so that it is not generated, and meson carries
|
|
||||||
on compiling the rest of the library.
|
|
||||||
|
|
||||||
See https://gitlab.gnome.org/GNOME/gtk-doc/issues/48
|
|
||||||
See https://github.com/mesonbuild/meson/issues/3892
|
|
||||||
See https://bugzilla.redhat.com/show_bug.cgi?id=1604585
|
|
||||||
---
|
|
||||||
doc/meson.build | 1 -
|
|
||||||
2 files changed, 1 insertion(+), 2 deletions(-)
|
|
||||||
|
|
||||||
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.17.1
|
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: libfprint
|
Name: libfprint
|
||||||
Version: 0.8.2
|
Version: 1.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Toolkit for fingerprint scanner
|
Summary: Toolkit for fingerprint scanner
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@@ -20,8 +20,6 @@ BuildRequires: gtk-doc
|
|||||||
# For the udev.pc to install the rules
|
# For the udev.pc to install the rules
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
|
||||||
Patch0: 0001-build-Fix-build-with-newer-meson.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libfprint offers support for consumer fingerprint reader devices.
|
libfprint offers support for consumer fingerprint reader devices.
|
||||||
|
|
||||||
@@ -59,6 +57,10 @@ developing applications that use %{name}.
|
|||||||
%{_datadir}/gtk-doc/html/libfprint/
|
%{_datadir}/gtk-doc/html/libfprint/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 14 2019 Benjamin Berg <bberg@redhat.com> - 1.0-1
|
||||||
|
+ libfprint-1.0-1
|
||||||
|
- Update to 1.0
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-4
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@@ -1 +1 @@
|
|||||||
SHA512 (libfprint-0.8.2.tar.xz) = 4f051bffd8f09a634031f44f1ef8b030cff4300a237a97b824a1894fd5db0e3b13548e0919d0256bfd62658216d37797bd4f4bad43382dd70f5de1aca934ba6d
|
SHA512 (libfprint-1.0.tar.xz) = 6a38a691d1f2d5fe19b5bbda9b77321d2e34f1a3aa8b61f38109e0095b28e156cdd7be5ade8f3db8ff26045f8556b68e938b3e1378f4b6d84a2106566e7fdb53
|
||||||
|
|||||||
Reference in New Issue
Block a user