diff --git a/fstrm-0.6.0.tar.gz b/fstrm-0.6.0.tar.gz deleted file mode 100644 index f260467..0000000 --- a/fstrm-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7049089eb0861ecaa21150a05613caa6dee4e8545b91191eff2269caa923910 -size 470862 diff --git a/fstrm-0.6.1.tar.gz b/fstrm-0.6.1.tar.gz new file mode 100644 index 0000000..0da458a --- /dev/null +++ b/fstrm-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca4ac1e982a2d923ccd24cce2c98f4ceeed5009694430f73fc0dcebca8f098f +size 471218 diff --git a/fstrm.changes b/fstrm.changes index 6094474..1462d07 100644 --- a/fstrm.changes +++ b/fstrm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 16 20:27:53 UTC 2021 - Dirk Müller + +- update to 0.6.1: + * fstrm_capture: ignore SIGPIPE, which will cause the + interrupted connections to generate an EPIPE instead. + * Fix truncation in snprintf calls in argument processing. + * fstrm_capture: Fix output printf format. + ------------------------------------------------------------------- Sun Apr 5 21:11:31 UTC 2020 - Marcus Rueckert diff --git a/fstrm.spec b/fstrm.spec index c576144..9824241 100644 --- a/fstrm.spec +++ b/fstrm.spec @@ -1,7 +1,7 @@ # # spec file for package fstrm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define c_lib libfstrm0 Name: fstrm -Version: 0.6.0 +Version: 0.6.1 Release: 0 Summary: Frame Streams implementation in C License: MIT @@ -71,7 +71,7 @@ This packages holds the development files. %build %configure --disable-silent-rules --disable-static -make %{?_smp_mflags} +%make_build %install %make_install @@ -86,9 +86,9 @@ rm %{buildroot}%{_libdir}/libfstrm.la %{_bindir}/fstrm_capture %{_bindir}/fstrm_dump %{_bindir}/fstrm_replay -%{_mandir}/man1/fstrm_capture.1* -%{_mandir}/man1/fstrm_dump.1* -%{_mandir}/man1/fstrm_replay.1* +%{_mandir}/man1/fstrm_capture.1%{?ext_man} +%{_mandir}/man1/fstrm_dump.1%{?ext_man} +%{_mandir}/man1/fstrm_replay.1%{?ext_man} %files -n %{c_lib} %license COPYRIGHT LICENSE