Hello community, here is the log from the commit of package filter_audio for openSUSE:Factory checked in at 2019-03-19 10:03:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filter_audio (Old) and /work/SRC/openSUSE:Factory/.filter_audio.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filter_audio" Tue Mar 19 10:03:05 2019 rev:2 rq:686248 version:0.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/filter_audio/filter_audio.changes 2019-02-27 17:29:19.499316990 +0100 +++ /work/SRC/openSUSE:Factory/.filter_audio.new.28833/filter_audio.changes 2019-03-19 10:03:07.531795009 +0100 @@ -1,0 +2,5 @@ +Mon Mar 18 17:43:24 UTC 2019 - Jan Engelhardt <[email protected]> + +- Ensure neutrality of descriptions. Use %make_install. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filter_audio.spec ++++++ --- /var/tmp/diff_new_pack.EDzXaZ/_old 2019-03-19 10:03:08.787793850 +0100 +++ /var/tmp/diff_new_pack.EDzXaZ/_new 2019-03-19 10:03:08.787793850 +0100 @@ -1,7 +1,7 @@ # # spec file for package filter_audio # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,14 +12,14 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: filter_audio Version: 0.0.1 Release: 0 -Summary: Lightweight audio filtering library made from webrtc code +Summary: Audio filtering library made from WebRTC code License: BSD-3-Clause Group: Productivity/Multimedia/Other URL: https://github.com/irungentoo/filter_audio @@ -27,24 +27,24 @@ BuildRequires: pkgconfig %description -Lightweight audio filtering library made from webrtc code. +An audio filtering library made from webrtc code. %package -n libfilteraudio0 -Summary: Shared libraries for filter_audio +Summary: Audio filtering library made from WebRTC code Group: System/Libraries %description -n libfilteraudio0 -Lightweight audio filtering library made from webrtc code. +An audio filtering library made from webrtc code. This package provides shared libraries for filter_audio. %package devel -Summary: Development headers for filter audio +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. +An audio filtering library made from WebRTC code. This package provides development headers for filter_audio. @@ -55,7 +55,7 @@ make %{?_smp_mflags} PREFIX=%{_prefix} LIBDIR=/%{_lib} %install -make install PREFIX=%{_prefix} LIBDIR=/%{_lib} DESTDIR=%{buildroot} %{?_smp_mflags} +%make_install PREFIX=%{_prefix} LIBDIR=/%{_lib} %{?_smp_mflags} find %{buildroot} -name "*.a" -print -delete
