Hello community, here is the log from the commit of package jack_capture for openSUSE:Factory checked in at 2020-09-23 18:48:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jack_capture (Old) and /work/SRC/openSUSE:Factory/.jack_capture.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jack_capture" Wed Sep 23 18:48:26 2020 rev:2 rq:836321 version:0.9.73 Changes: -------- --- /work/SRC/openSUSE:Factory/jack_capture/jack_capture.changes 2018-09-03 10:34:18.280545942 +0200 +++ /work/SRC/openSUSE:Factory/.jack_capture.new.4249/jack_capture.changes 2020-09-23 18:49:05.885801423 +0200 @@ -1,0 +2,15 @@ +Wed Sep 16 21:55:12 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 0.9.73: + * Make it clearer that you risk overwriting an old file by specifying filename + * OSX compilation fix (Julius Smith) + * Print warning in case user overwrites existing file. + * Use execvp, not execv. Also print strerror() if execvp failed. + * Support OSX (Luciano Iammarino) + * Some tsan fixes + * replace static .wav suffix with correct soundfile_format (Sebastian Reimers) + * Silence unused parameter warnings from gcc 4.8 + * Warn about unable to set SCHED_OTHER process using setpriority(), not a SCHED_FIFO process + * Compilation patches from debian + +------------------------------------------------------------------- Old: ---- jack_capture-0.9.71.tar.bz2 New: ---- 0.9.73.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jack_capture.spec ++++++ --- /var/tmp/diff_new_pack.YnaBda/_old 2020-09-23 18:49:06.733802203 +0200 +++ /var/tmp/diff_new_pack.YnaBda/_new 2020-09-23 18:49:06.733802203 +0200 @@ -1,7 +1,7 @@ # # spec file for package jack_capture # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2005 JackLab, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,18 +13,18 @@ # 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: jack_capture -Version: 0.9.71 +Version: 0.9.73 Release: 0 Summary: A small program to jack License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Utilities -URL: http://ccrma.stanford.edu/~kjetil/src/ -Source0: %{name}-%{version}.tar.bz2 +URL: https://github.com/kmatheussen/jack_capture +Source0: https://github.com/kmatheussen/jack_capture/archive/%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: libsndfile-devel BuildRequires: pkgconfig @@ -43,7 +43,7 @@ %build export CXXFLAGS="%{optflags}" -make %{?_smp_mflags} +%make_build %install
