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
This commit is contained in:
@@ -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>
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define c_lib libfstrm0
|
%define c_lib libfstrm0
|
||||||
Name: fstrm
|
Name: fstrm
|
||||||
Version: 0.6.0
|
Version: 0.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Frame Streams implementation in C
|
Summary: Frame Streams implementation in C
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -71,7 +71,7 @@ This packages holds the development files.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules --disable-static
|
%configure --disable-silent-rules --disable-static
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@@ -86,9 +86,9 @@ rm %{buildroot}%{_libdir}/libfstrm.la
|
|||||||
%{_bindir}/fstrm_capture
|
%{_bindir}/fstrm_capture
|
||||||
%{_bindir}/fstrm_dump
|
%{_bindir}/fstrm_dump
|
||||||
%{_bindir}/fstrm_replay
|
%{_bindir}/fstrm_replay
|
||||||
%{_mandir}/man1/fstrm_capture.1*
|
%{_mandir}/man1/fstrm_capture.1%{?ext_man}
|
||||||
%{_mandir}/man1/fstrm_dump.1*
|
%{_mandir}/man1/fstrm_dump.1%{?ext_man}
|
||||||
%{_mandir}/man1/fstrm_replay.1*
|
%{_mandir}/man1/fstrm_replay.1%{?ext_man}
|
||||||
|
|
||||||
%files -n %{c_lib}
|
%files -n %{c_lib}
|
||||||
%license COPYRIGHT LICENSE
|
%license COPYRIGHT LICENSE
|
||||||
|
Reference in New Issue
Block a user