diff --git a/fstrm-0.2.0.tar.gz b/fstrm-0.2.0.tar.gz deleted file mode 100644 index 9bcb480..0000000 --- a/fstrm-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad5d39957a4b334a6c7fcc94f308dc7ac75e1997cc642e9bb91a18fc0f42a98a -size 434627 diff --git a/fstrm-0.3.2.tar.gz b/fstrm-0.3.2.tar.gz new file mode 100644 index 0000000..cfa2ce9 --- /dev/null +++ b/fstrm-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d509999ac904e48c038f88820f47859da85ceb86c06552e4052897082423ec5 +size 439239 diff --git a/fstrm.changes b/fstrm.changes index 7b57373..14478db 100644 --- a/fstrm.changes +++ b/fstrm.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jan 1 07:21:18 UTC 2018 - avindra@opensuse.org + +- update to 0.3.2 + * Accommodate systems without pthread_condattr_setclock +- 0.3.1 + * Add support for '-' as a filename for stdin/stdout + * Destroy condition variable and mutexes in fstrm_iothr_destroy() +- 0.3.0 + * Output file rotation + * Change state properly in fstrm_writer_close() + * force output flush on sighup + * Build on OS X +- cleanup with spec-cleaner +- use dist tarball instead of github archive + ------------------------------------------------------------------- Thu Sep 3 14:30:01 UTC 2015 - mrueckert@suse.de diff --git a/fstrm.spec b/fstrm.spec index 7f67951..fda9403 100644 --- a/fstrm.spec +++ b/fstrm.spec @@ -1,7 +1,7 @@ # # spec file for package fstrm # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,15 @@ %define c_lib libfstrm0 Name: fstrm -Version: 0.2.0 +Version: 0.3.2 Release: 0 Summary: Frame Streams implementation in C License: Apache-2.0 Group: System/Libraries Url: https://github.com/farsightsec/fstrm -Source: https://github.com/farsightsec/fstrm/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: libevent-devel -BuildRequires: pkg-config +Source: https://dl.farsightsecurity.com/dist/%{name}/%{name}-%{version}.tar.gz BuildRequires: libevent-devel >= 2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig %description This is fstrm, a C implementation of the Frame Streams data transport protocol. @@ -80,25 +78,21 @@ This packages holds the development files. make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install rm %{buildroot}%{_libdir}/libfstrm.la %post -n %{c_lib} -p /sbin/ldconfig - %postun -n %{c_lib} -p /sbin/ldconfig %files -%defattr(-,root,root) %doc ChangeLog README* COPYRIGHT LICENSE %{_bindir}/fstrm_capture %{_bindir}/fstrm_dump %files -n %{c_lib} -%defattr(-,root,root) %{_libdir}/libfstrm.so.* %files devel -%defattr(-,root,root) %{_includedir}/fstrm.h %{_includedir}/fstrm/ %{_libdir}/libfstrm.so