Hello community, here is the log from the commit of package Jamulus for openSUSE:Factory checked in at 2020-04-22 20:53:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Jamulus (Old) and /work/SRC/openSUSE:Factory/.Jamulus.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Jamulus" Wed Apr 22 20:53:06 2020 rev:6 rq:794380 version:3.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/Jamulus/Jamulus.changes 2020-04-04 12:28:00.612087882 +0200 +++ /work/SRC/openSUSE:Factory/.Jamulus.new.2738/Jamulus.changes 2020-04-22 20:53:09.367411473 +0200 @@ -1,0 +2,20 @@ +Wed Apr 15 20:25:56 UTC 2020 - Luigi Baldoni <[email protected]> + +- Rename source tarball + +------------------------------------------------------------------- +Wed Apr 8 17:06:46 UTC 2020 - Gustavo Pichorim Boiko <[email protected]> + +- Update to version 3.4.5 + The upstream maintainer announced that he will no longer publish source + tarballs to SF.net, so fetched the tarball from github directly. + Changes included: + * audio fade-in at the server if a new client connects + * added a scroll bar to the mixer board to support large numbers of + mixer faders (a thank you to doloopuntil for his help) + * changed the maximum number of clients supported by the server from 20 to 50 + * Windows installer now contains a 32 and 64 bit version of Jamulus (the version to + be installed is selected automatically according to the detected operating system) + * bug fix: server list ping times may not be accurate and client list may not be retrieved + +------------------------------------------------------------------- Old: ---- Jamulus-3.4.4.tar.gz New: ---- jamulus-r3_4_5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Jamulus.spec ++++++ --- /var/tmp/diff_new_pack.jvO7P6/_old 2020-04-22 20:53:10.847414370 +0200 +++ /var/tmp/diff_new_pack.jvO7P6/_new 2020-04-22 20:53:10.851414379 +0200 @@ -17,13 +17,15 @@ # +%define tarball_version 3_4_5 + Name: Jamulus -Version: 3.4.4 +Version: 3.4.5 Release: 0 Summary: Low-latency internet connection tool for real-time jam sessions License: GPL-2.0-or-later URL: http://llcon.sourceforge.net/index.html -Source0: https://sourceforge.net/projects/llcon/files/Jamulus/%{version}/Jamulus-%{version}.tar.gz +Source0: https://github.com/corrados/jamulus/archive/r%{tarball_version}.tar.gz#/jamulus-r%{tarball_version}.tar.gz Source1: %{name}_icon.png BuildRequires: ImageMagick BuildRequires: fdupes @@ -49,7 +51,7 @@ and sends the mix back to each client. %prep -%setup -q -n %{name}%{version} +%setup -q -n jamulus-r%{tarball_version} install %{SOURCE1} . %build
