Accepting request 943859 from home:dirkmueller:Factory
- 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. OBS-URL: https://build.opensuse.org/request/show/943859 OBS-URL: https://build.opensuse.org/package/show/server:dns/fstrm?expand=0&rev=12
This commit is contained in:
parent
68d9503da0
commit
33fb629b1c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7049089eb0861ecaa21150a05613caa6dee4e8545b91191eff2269caa923910
|
||||
size 470862
|
BIN
fstrm-0.6.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
fstrm-0.6.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
12
fstrm.spec
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user