Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fatrace for openSUSE:Factory checked 
in at 2021-05-12 19:32:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fatrace (Old)
 and      /work/SRC/openSUSE:Factory/.fatrace.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fatrace"

Wed May 12 19:32:52 2021 rev:8 rq:892527 version:0.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fatrace/fatrace.changes  2020-08-28 
21:22:31.968358323 +0200
+++ /work/SRC/openSUSE:Factory/.fatrace.new.2988/fatrace.changes        
2021-05-12 19:33:33.266720698 +0200
@@ -1,0 +2,10 @@
+Wed May 12 00:31:40 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 0.16.2
+  * Avoid most "unknown" process names on process exit
+  * tests: Accept split file rename events
+  * Move manpage to section 8
+  * Use line buffering with --output to get live logs
+  * Make open_by_handle_at() failures non-fatal
+
+-------------------------------------------------------------------

Old:
----
  fatrace-0.15.tar.xz

New:
----
  fatrace-0.16.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fatrace.spec ++++++
--- /var/tmp/diff_new_pack.Fvm3V1/_old  2021-05-12 19:33:33.686719021 +0200
+++ /var/tmp/diff_new_pack.Fvm3V1/_new  2021-05-12 19:33:33.690719004 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fatrace
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2013 Philipp Thomas <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,15 +16,16 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-
+# Tests require root access
+%bcond_with tests
 Name:           fatrace
-Version:        0.15
+Version:        0.16.2
 Release:        0
 Summary:        System wide file access event reporting utility
 License:        GPL-3.0-or-later
 Group:          System/Monitoring
-URL:            https://launchpad.net/fatrace
-Source:         
https://launchpad.net/fatrace/trunk/%{version}/+download/%{name}-%{version}.tar.xz
+URL:            https://github.com/martinpitt/fatrace
+Source:         
%{URL}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  glibc-devel
 
 %description
@@ -48,11 +49,16 @@
 %install
 %make_install CFLAGS="%{optflags}" PREFIX="%{_prefix}"
 
+%if %{with tests}
+%check
+sh ./tests/run
+%endif
+
 %files
 %license COPYING
 %doc NEWS
 %{_sbindir}/%{name}
 %{_sbindir}/power-usage-report
-%{_mandir}/man1/%{name}.1%{?ext_man}
+%{_mandir}/man8/%{name}.8%{?ext_man}
 
 %changelog

Reply via email to