Hello community, here is the log from the commit of package fprintd for openSUSE:Factory checked in at 2019-01-08 12:25:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fprintd (Old) and /work/SRC/openSUSE:Factory/.fprintd.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fprintd" Tue Jan 8 12:25:40 2019 rev:6 rq:660286 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/fprintd/fprintd.changes 2018-04-06 17:51:36.195027418 +0200 +++ /work/SRC/openSUSE:Factory/.fprintd.new.28833/fprintd.changes 2019-01-08 12:28:10.044292562 +0100 @@ -1,0 +2,15 @@ +Sat Dec 15 20:49:32 UTC 2018 - [email protected] + +- Update to version 0.8.1: + + Fix build when builddir != srcdir. + + Fix possible crash on exit. + + Avoid warnings in copy/paste header. + + Sandbox fprintd daemon more. + + Update website address. + + Minimise debug output. + + Updated translations. +- Run spec-cleaner, modernize spec. +- Drop _service file, upstream have moved to gitlab and are using + a unique Url for tarball source so service no longer makes sense. + +------------------------------------------------------------------- Old: ---- _service fprintd-0.8.0.tar.xz New: ---- fprintd-0.8.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fprintd.spec ++++++ --- /var/tmp/diff_new_pack.zdXof6/_old 2019-01-08 12:28:10.476292090 +0100 +++ /var/tmp/diff_new_pack.zdXof6/_new 2019-01-08 12:28:10.476292090 +0100 @@ -1,7 +1,7 @@ # # spec file for package fprintd # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: fprintd -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: D-Bus service for Fingerprint reader access -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Security -URL: http://www.reactivated.net/fprint/wiki/Fprintd -Source0: http://freedesktop.org/~hadess/%{name}-%{version}.tar.xz +URL: https://fprint.freedesktop.org/ +Source0: https://gitlab.freedesktop.org/libfprint/fprintd/uploads/bdd9f91909f535368b7c21f72311704a/%{name}-%{version}.tar.xz Source1: baselibs.conf + BuildRequires: gtk-doc >= 1.3 BuildRequires: intltool BuildRequires: pam-devel @@ -44,7 +45,7 @@ %package pam Summary: PAM module for fingerprint authentication -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Security Requires: %{name} = %{version} Requires(postun): coreutils @@ -78,7 +79,7 @@ %package devel Summary: Development files for %{name} -License: GFDL-1.1+ +License: GFDL-1.1-or-later Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: gtk-doc @@ -91,7 +92,7 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build %configure \ @@ -103,7 +104,7 @@ %install %make_install -find %{buildroot}/%{_lib} -name '*.la' -delete -print +find %{buildroot} -type f -name "*.la" -delete -print mkdir -p %{buildroot}/%{_localstatedir}/lib/fprint %find_lang %{name} %{?no_lang_C} @@ -125,8 +126,8 @@ fi %files -%defattr(-,root,root,-) -%doc README COPYING AUTHORS TODO +%license COPYING +%doc README AUTHORS TODO %{_bindir}/fprintd-* %{_libexecdir}/fprintd # FIXME This file should be marked as config when it does something useful @@ -135,18 +136,16 @@ %{_datadir}/dbus-1/system-services/net.reactivated.Fprint.service %{_datadir}/polkit-1/actions/net.reactivated.fprint.device.policy %{_localstatedir}/lib/fprint -%{_mandir}/man1/fprintd.1.gz +%{_mandir}/man1/fprintd.1%{?ext_man} %{_unitdir}/fprintd.service %files lang -f %{name}.lang %files pam -%defattr(-,root,root,-) %doc pam/README /%{_lib}/security/pam_fprintd.so %files devel -%defattr(-,root,root,-) %{_datadir}/gtk-doc/html/fprintd %{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Device.xml %{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml ++++++ fprintd-0.8.0.tar.xz -> fprintd-0.8.1.tar.xz ++++++ ++++ 6269 lines of diff (skipped)
