Hello community,

here is the log from the commit of package filter_audio for openSUSE:Factory 
checked in at 2019-02-27 17:29:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filter_audio (Old)
 and      /work/SRC/openSUSE:Factory/.filter_audio.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filter_audio"

Wed Feb 27 17:29:15 2019 rev:1 rq:679438 version:0.0.1

Changes:
--------
New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ /work/SRC/openSUSE:Factory/.filter_audio.new.28833/filter_audio.changes     
2019-02-27 17:29:19.499316990 +0100
@@ -0,0 +1,21 @@
+-------------------------------------------------------------------
+Thu Mar 15 18:23:05 UTC 2018 - [email protected]
+
+- update to 0.0.1
+
+-------------------------------------------------------------------
+Sun Aug 16 04:29:10 UTC 2015 - [email protected]
+
+- initial version 0.0.0+git20150516.612c5a1:
+  + Make samplerates work above 32kHz while preserving behaviour of 
filter_audio
+  + Fix whitespace
+  + Fixed 32kHz sample rate
+  + Makefile: avoid non-posix option in sed
+  + Disable 16kHz and 24kHz sample rates:
+  + Fixed bugs from last PR.
+  + add webrtc_vad to project
+  + remove useless code
+  + add OSS test sample
+  + Improvements to filter_audio.
+  + Removed useless file.
+

New:
----
  filter_audio-0.0.1.tar.gz
  filter_audio.changes
  filter_audio.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ filter_audio.spec ++++++
#
# spec file for package filter_audio
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           filter_audio
Version:        0.0.1
Release:        0
Summary:        Lightweight audio filtering library made from webrtc code
License:        BSD-3-Clause
Group:          Productivity/Multimedia/Other
URL:            https://github.com/irungentoo/filter_audio
Source:         %{name}-%{version}.tar.gz
BuildRequires:  pkgconfig

%description
Lightweight audio filtering library made from webrtc code.

%package -n libfilteraudio0
Summary:        Shared libraries for filter_audio
Group:          System/Libraries

%description -n libfilteraudio0
Lightweight audio filtering library made from webrtc code.

This package provides shared libraries for filter_audio.

%package devel
Summary:        Development headers for filter audio
Group:          Development/Libraries/C and C++
Requires:       libfilteraudio0 = %{version}

%description devel
Lightweight audio filtering library made from webrtc code.

This package provides development headers for filter_audio.

%prep
%setup -q

%build
make %{?_smp_mflags} PREFIX=%{_prefix} LIBDIR=/%{_lib}

%install
make install PREFIX=%{_prefix} LIBDIR=/%{_lib} DESTDIR=%{buildroot} 
%{?_smp_mflags}

find %{buildroot} -name "*.a" -print -delete

%post -n libfilteraudio0 -p /sbin/ldconfig
%postun -n libfilteraudio0 -p /sbin/ldconfig

%files -n libfilteraudio0
%doc README
%{_libdir}/libfilteraudio.so.0
%{_libdir}/libfilteraudio.so.0.0.0

%files devel
%{_includedir}/%{name}.h
%{_libdir}/libfilteraudio.so
%{_libdir}/pkgconfig/filteraudio.pc

%changelog

Reply via email to