Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Jamulus for openSUSE:Factory checked in at 2022-11-07 15:23:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Jamulus (Old) and /work/SRC/openSUSE:Factory/.Jamulus.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Jamulus" Mon Nov 7 15:23:15 2022 rev:22 rq:1034178 version:3.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/Jamulus/Jamulus.changes 2022-08-30 14:50:53.128335598 +0200 +++ /work/SRC/openSUSE:Factory/.Jamulus.new.1597/Jamulus.changes 2022-11-07 15:23:16.948368114 +0100 @@ -1,0 +2,81 @@ +Sun Nov 6 11:09:05 UTC 2022 - ecsos <[email protected]> + +- Update to 3.9.1 + * Client: Improved performance of GUI when someone joins or leaves a server (#2738). + (contributed by @ann0see) + + * Client: Bugfix: Removed channel number from saved fader tag when --ctrlmidich is in use. In this release --cleanuplegacyfadersettings can be used on any saved fader settings that have been corrupted to attempt recovery (#2839). + (contributed by @pljones) + + * Bugfix: Correct new channel not being shown to others if it connects with null channel info (#2754, #2774). + (contributed by @softins) + + * Server: Fixed --serverinfo country code misinterpretation introduced in Jamulus 3.9.0 on Qt6-based builds such as Mac (#2829). + (contributed by @hoffie) + + * Server: Added support for ISO country codes (de, gb, nl, ...) in --serverinfo (#2841). + (contributed by @hoffie) + + * Directory: Bug: Correct default "self" address for directory, enabling use as a server (#2812). + (contributed by @pljones) + + * Directory: Bug: Use configured Directory Public IP for Client when hole-punching (#2819). + (contributed by @pljones) + + * CLI: Rephrased recording options help text on the --help output for clearer description of their functionality (#2832). + (contributed by @ann0see) + + * Windows: Upgraded JACK build to use JACK 1.9.21 (#2665). + (contributed by @ann0see) + + * Translations have been updated (#2835, #2852, #2856, #2915): + (mainly translated on @weblate by multiple translators) + Chinese, by @BLumia + Dutch, by @henkdegroot + French, by @trebmuh, @jujudusud, J. Lavoie + German, by @ann0see, Hans Spoerer + Korean, by @MarongHappy + Norwegian Bokm??l, by @comradekingu + Polish, by @SeeLook + Portuguese European, by @mansil + Slovak, by @jose1711 + Spanish, by @ignotus666 + Swedish, by @tygyh, @comradekingu + + * Translation: Added nb_NO App translation (#2849, #2852). + (contributed by @comradekingu, @ann0see) + + * Refactoring: Moved around files to clean up the repository (#2822, #2824, #2834, #2838). + (contributed by @ann0see) + + * Build: Android: Export NDK root (#2764). + (contributed by @pljones) + + * Build: Debian/Ubuntu: Fixed .deb Changelog generation (#2793). + (contributed by @hoffie) + + * Build: Debian/Ubuntu: Fixed displayed version for non-release builds to removed incorrect -dirty suffixes (#2802). + (contributed by @hoffie) + + * Build: Debian/Ubuntu: Renamed headless .deb file to jamulus-headless_[version]_ubuntu_[arch].deb for consistency with binary. This might need changes to scripts downloading this .deb file (#2821). + (contributed by @ann0see) + + * Build: Debian/Ubuntu: Added .deb aarch64 (Raspberry) 64bit builds (#2895). + (contributed by @hoffie) + + * Build: Mac: Combined Intel & M1 builds into a single Universal binary and improved M1 -dev build user-friendliness by introducing ad-hoc signing support (#2808, #2825). + (contributed by @hoffie) + + * Build: Bump versions: actions/upload-artifact from 2 to 3 (#2796), actions/cache from 2 to 3 (#2798), DoozyX/clang-format-lint-action from 0.12 to 0.14 (#2797), actions/checkout from 2 to 3 (#2799). + (contributed by @dependabot) + + * Build: Updated bundled Qt6 to version 6.3.2 (#2846). + (contributed by @github-actions) + + * Internal: Enabled automated dependency updates via dependabot and custom automation (#2777, #2778, #2801, #2803). + (contributed by @hoffie) + + * Internal: Hardened build scripts and tooling against silent failures (#2794). + (contributed by @hoffie) + +------------------------------------------------------------------- Old: ---- Jamulus-3.9.0.tar.gz New: ---- Jamulus-3.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Jamulus.spec ++++++ --- /var/tmp/diff_new_pack.QKNxd5/_old 2022-11-07 15:23:17.696372063 +0100 +++ /var/tmp/diff_new_pack.QKNxd5/_new 2022-11-07 15:23:17.696372063 +0100 @@ -21,10 +21,10 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif -%define tarball_version 3_9_0 +%define tarball_version 3_9_1 Name: Jamulus -Version: 3.9.0 +Version: 3.9.1 Release: 0 Summary: Low-latency internet connection tool for real-time jam sessions License: GPL-2.0-or-later @@ -45,7 +45,7 @@ BuildRequires: firewalld BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme -BuildRequires: jack-devel +BuildRequires: jack-devel >= 1.9.21 BuildRequires: pkgconfig BuildRequires: pwdutils BuildRequires: systemd-rpm-macros @@ -56,7 +56,7 @@ BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(opus) -Requires: jack +Requires: jack >= 1.9.21 Requires(pre): shadow Requires(pre): %fillup_prereq Requires(pre): group(nogroup) @@ -116,9 +116,9 @@ ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcjamulus-togglerec # desktop file -sed -i -e 's|$$TARGET|Jamulus|g' distributions/jamulus.desktop.in -sed -i -e 's|Icon=jamulus|Icon=Jamulus|g' distributions/jamulus.desktop.in -install -D -m 0644 distributions/jamulus.desktop.in %{buildroot}%{_datadir}/applications/%{name}.desktop +sed -i -e 's|$$TARGET|Jamulus|g' linux/jamulus.desktop.in +sed -i -e 's|Icon=jamulus|Icon=Jamulus|g' linux/jamulus.desktop.in +install -D -m 0644 linux/jamulus.desktop.in %{buildroot}%{_datadir}/applications/%{name}.desktop %suse_update_desktop_file %{name} %fdupes %{buildroot}%{_datadir} ++++++ Jamulus-3.9.0.tar.gz -> Jamulus-3.9.1.tar.gz ++++++ ++++ 31932 lines of diff (skipped)
