Hello community, here is the log from the commit of package Jamulus for openSUSE:Factory checked in at 2020-04-04 12:26:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Jamulus (Old) and /work/SRC/openSUSE:Factory/.Jamulus.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Jamulus" Sat Apr 4 12:26:54 2020 rev:5 rq:791268 version:3.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/Jamulus/Jamulus.changes 2019-11-06 13:49:25.759722154 +0100 +++ /work/SRC/openSUSE:Factory/.Jamulus.new.3248/Jamulus.changes 2020-04-04 12:28:00.612087882 +0200 @@ -1,0 +2,24 @@ +Fri Apr 3 19:45:45 UTC 2020 - Luigi Baldoni <[email protected]> + +- Rename source icon to Jamulus_icon.png to avoid troubles + with suse_update_desktop_file.sh + +------------------------------------------------------------------- +Fri Apr 3 13:26:14 UTC 2020 - Luigi Baldoni <[email protected]> + +- Create desktop file via script since upstream no longer + supplies it +- Address rpmlint complaints + +------------------------------------------------------------------- +Sat Mar 28 16:05:08 UTC 2020 - Stefan Dirsch <[email protected]> + +- Update to version 3.4.4 + * added support for controlling the audio mixer faders with a + MIDI controller (MacOS and Linux) + * added command line argument for disabling auto jack connection + (Ticket #49) + * audio recording for the server, coded by pljones + * SVG server history graph, coded by pljones + +------------------------------------------------------------------- Old: ---- Jamulus-3.4.3.tar.gz Jamulus.png New: ---- Jamulus-3.4.4.tar.gz Jamulus_icon.png ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Jamulus.spec ++++++ --- /var/tmp/diff_new_pack.INy3Mm/_old 2020-04-04 12:28:05.764093209 +0200 +++ /var/tmp/diff_new_pack.INy3Mm/_new 2020-04-04 12:28:05.768093213 +0200 @@ -1,7 +1,7 @@ # # spec file for package Jamulus # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2014 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,14 +18,15 @@ Name: Jamulus -Version: 3.4.3 +Version: 3.4.4 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 -Source1: %{name}.png +Source1: %{name}_icon.png BuildRequires: ImageMagick +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: jack-devel @@ -38,8 +39,8 @@ Requires: jack Provides: llcon = %{version} Obsoletes: llcon < %{version} -Provides: jamulus = %{version}-%{release} -Obsoletes: jamulus +Provides: jamulus = %{version} +Obsoletes: jamulus < %{version} %description The Jamulus software enables musicians to perform real-time jam sessions over @@ -49,8 +50,6 @@ %prep %setup -q -n %{name}%{version} -sed -i -e '/^Exec/cExec=%{name}' -e '/^Icon/cIcon=%{name}' src/res/jamulus.desktop -chmod -x README install %{SOURCE1} . %build @@ -59,19 +58,21 @@ %install install -D -m0755 Jamulus %{buildroot}%{_bindir}/%{name} -install -D -m0644 src/res/jamulus.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop for s in 16 22 32 48 64 72 96 128 192; do mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps - convert -strip -resize ${s}x${s} %{name}.png \ + convert -strip -resize ${s}x${s} %{name}_icon.png \ %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/%{name}.png done -mkdir -p %{buildroot}%{_datadir}/pixmaps -pushd %{buildroot}%{_datadir}/pixmaps -ln -s ../icons/hicolor/48x48/apps/%{name}.png . -popd +install -Dm0644 %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png \ + %{buildroot}%{_datadir}/pixmaps/%{name}.png + +%suse_update_desktop_file -c %{name} %{name} "Internet Jam Session Software" %{name} %{name} "AudioVideo;Audio;Mixer;Qt" +%suse_update_desktop_file -C "Jam Session" %{name} + +%fdupes %{buildroot}%{_datadir} %files -%doc README AUTHORS ChangeLog TODO +%doc README.md ChangeLog %license COPYING %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop ++++++ Jamulus-3.4.3.tar.gz -> Jamulus-3.4.4.tar.gz ++++++ ++++ 35213 lines of diff (skipped)
