Accepting request 974885 from server:dns

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/974885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fstrm?expand=0&rev=5
factory
Dominique Leuenberger 1 year ago committed by Git OBS Bridge
commit 4322e6a008

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7049089eb0861ecaa21150a05613caa6dee4e8545b91191eff2269caa923910
size 470862

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bca4ac1e982a2d923ccd24cce2c98f4ceeed5009694430f73fc0dcebca8f098f
size 471218

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 16 20:27:53 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <mrueckert@suse.de>

@ -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

Loading…
Cancel
Save