|
|
@ -1,16 +1,14 @@
|
|
|
|
Name: libfprint
|
|
|
|
Name: libfprint
|
|
|
|
|
|
|
|
|
|
|
|
Version: 1.90.7
|
|
|
|
Version: 1.94.5
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Toolkit for fingerprint scanner
|
|
|
|
Summary: Toolkit for fingerprint scanner
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.freedesktop.org/wiki/Software/fprint/libfprint
|
|
|
|
URL: http://www.freedesktop.org/wiki/Software/fprint/libfprint
|
|
|
|
Source0: https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v%{version}/libfprint-v%{version}.tar.gz
|
|
|
|
Source0: https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v%{version}/libfprint-v%{version}.tar.gz
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rpm-build
|
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
@ -21,23 +19,22 @@ BuildRequires: pkgconfig(gusb) >= 0.3.0
|
|
|
|
BuildRequires: pkgconfig(nss)
|
|
|
|
BuildRequires: pkgconfig(nss)
|
|
|
|
BuildRequires: pkgconfig(pixman-1)
|
|
|
|
BuildRequires: pkgconfig(pixman-1)
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
|
|
|
BuildRequires: libgudev-devel
|
|
|
|
# For the udev.pc to install the rules
|
|
|
|
# For the udev.pc to install the rules
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
# For internal CI tests
|
|
|
|
# For internal CI tests; umockdev 0.13.2 has an important locking fix
|
|
|
|
BuildRequires: cairo-devel
|
|
|
|
BuildRequires: python3-cairo python3-gobject cairo-devel
|
|
|
|
BuildRequires: python3-cairo python3-gobject
|
|
|
|
BuildRequires: umockdev >= 0.13.2
|
|
|
|
#BuildRequires: umockdev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
libfprint offers support for consumer fingerprint reader devices.
|
|
|
|
libfprint offers support for consumer fingerprint reader devices.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
@ -47,7 +44,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# Include the virtual image driver for integration tests
|
|
|
|
# Include the virtual image driver for integration tests
|
|
|
|
%meson -Dx11-examples=false -Ddrivers=all
|
|
|
|
%meson -Dgtk-examples=false -Ddrivers=all -Dudev_hwdb=disabled
|
|
|
|
%meson_build
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -56,14 +53,14 @@ developing applications that use %{name}.
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
%meson_test
|
|
|
|
%meson_test -t 4
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc NEWS TODO THANKS AUTHORS README
|
|
|
|
%doc NEWS THANKS AUTHORS README.md
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_libdir}/girepository-1.0/*.typelib
|
|
|
|
%{_libdir}/girepository-1.0/*.typelib
|
|
|
|
%{_udevrulesdir}/60-libfprint-2-autosuspend.rules
|
|
|
|
%{_udevrulesdir}/70-libfprint-2.rules
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%doc HACKING.md
|
|
|
|
%doc HACKING.md
|
|
|
@ -74,42 +71,97 @@ developing applications that use %{name}.
|
|
|
|
%{_datadir}/gtk-doc/html/libfprint-2/
|
|
|
|
%{_datadir}/gtk-doc/html/libfprint-2/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Jan 20 14:11:30 CET 2021 Benjamin Berg <bberg@redhat.com> - 1.90.7-1
|
|
|
|
* Mon Dec 19 2022 Bastien Nocera <bnocera@redhat.com> - 1.94.5-1
|
|
|
|
- New upstream release 1.90.7
|
|
|
|
- Update to 1.94.5
|
|
|
|
Related: #1888181
|
|
|
|
Resolves: rhbz#2148088
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 25 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-3
|
|
|
|
|
|
|
|
- Rebuilt with gating test fix for skipped tests
|
|
|
|
|
|
|
|
Related: #1981216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 25 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-2
|
|
|
|
|
|
|
|
- Rebuilt for gating
|
|
|
|
|
|
|
|
Related: #1981216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 23 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-1
|
|
|
|
|
|
|
|
- Update to 1.94.0
|
|
|
|
|
|
|
|
Resolves: #1981216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.90.7-4
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.90.7-3
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.90.7-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 13 13:33:12 CET 2021 Benjamin Berg <bberg@redhat.com> - 1.90.7-1
|
|
|
|
|
|
|
|
- Update to 1.90.7 (#1902256)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 14 2020 Benjamin Berg <bberg@redhat.com> - 1.90.6-1
|
|
|
|
* Wed Dec 09 2020 Benjamin Berg <bberg@redhat.com> - 1.90.6-1
|
|
|
|
- New upstream release 1.90.6
|
|
|
|
- New upstream release 1.90.6 (#1902256)
|
|
|
|
Related: #1888181
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 08 2020 Benjamin Berg <bberg@redhat.com> - 1.90.5-2
|
|
|
|
* Tue Dec 01 2020 Benjamin Berg <bberg@redhat.com> - 1.90.5-1
|
|
|
|
- New upstream release 1.90.5
|
|
|
|
- New upstream release 1.90.5 (#1902256)
|
|
|
|
Related: #1888181
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 20 2020 Benjamin Berg <bberg@redhat.com> - 1.90.0-4
|
|
|
|
* Fri Nov 27 2020 Benjamin Berg <bberg@redhat.com> - 1.90.4-1
|
|
|
|
- Add patch to fix unit-test failure
|
|
|
|
- New upstream release 1.90.4 (#1902256)
|
|
|
|
|
|
|
|
Resolves #1889384
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 15 2020 Benjamin Berg <bberg@redhat.com> - 1.90.0-3
|
|
|
|
* Mon Sep 14 2020 Benjamin Berg <bberg@redhat.com> - 1.90.3-1
|
|
|
|
- Pull in upstream fixes from the not-yet released 1.90.1
|
|
|
|
- Update to libfprint 1.90.3 (#1878746)
|
|
|
|
- Related: rhbz1791256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 22 2019 Benjamin Berg <bberg@redhat.com> - 1.90.0-2
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.90.2-2
|
|
|
|
- Add patch to remove debug spew from udev rules
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Add patch to fix compilation error
|
|
|
|
|
|
|
|
- Related: rhbz1740752
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 09 2019 Benjamin Berg <bberg@redhat.com> - 1.90.0-1
|
|
|
|
* Mon Jun 08 2020 Benjamin Berg <bberg@redhat.com> - 1.90.2-1
|
|
|
|
+ libfprint-1.90.0-1
|
|
|
|
- Update to libfprint 1.90.2
|
|
|
|
- Update to 1.90.0
|
|
|
|
- Resolves #1832229
|
|
|
|
- Resolves: rhbz1740752
|
|
|
|
- Resolves #1841834
|
|
|
|
|
|
|
|
- Resolves #1841965
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 14 2020 Bastien Nocera <bnocera@redhat.com> - 1.90.1-2
|
|
|
|
|
|
|
|
+ libfprint-1.90.1-2
|
|
|
|
|
|
|
|
- Rebuilt for F32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 10 2020 Benjamin Berg <bberg@redhat.com> - 1.90.1-1
|
|
|
|
|
|
|
|
- Update to libfprint 1.90.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 20 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.2-2
|
|
|
|
|
|
|
|
+ libfprint-0.8.2-2
|
|
|
|
|
|
|
|
- Fix build with newer meson (#1604585)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 17 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.2-1
|
|
|
|
* Tue Jul 17 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.2-1
|
|
|
|
+ libfprint-0.8.2-1
|
|
|
|
+ libfprint-0.8.2-1
|
|
|
|
- Update to 0.8.2
|
|
|
|
- Update to 0.8.2
|
|
|
|
|
|
|
|
- Add required gcc and gcc-c++ BR
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 15 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.1-1
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 12 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.1-1
|
|
|
|
+ libfprint-0.8.1-1
|
|
|
|
+ libfprint-0.8.1-1
|
|
|
|
- Update to 0.8.1
|
|
|
|
- Update to 0.8.1 to fix the build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 12 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.0-1
|
|
|
|
|
|
|
|
+ libfprint-0.8.0-1
|
|
|
|
|
|
|
|
- Update to 0.8.0
|
|
|
|
|
|
|
|
- Port to meson, gtk-doc
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-5
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|