Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Jamulus for openSUSE:Factory checked in at 2024-11-26 20:55:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Jamulus (Old) and /work/SRC/openSUSE:Factory/.Jamulus.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Jamulus" Tue Nov 26 20:55:54 2024 rev:24 rq:1226384 version:3.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/Jamulus/Jamulus.changes 2023-10-12 23:42:19.721374394 +0200 +++ /work/SRC/openSUSE:Factory/.Jamulus.new.28523/Jamulus.changes 2024-11-26 20:56:15.659336284 +0100 @@ -1,0 +2,83 @@ +Mon Nov 25 11:26:37 UTC 2024 - ecsos <[email protected]> + +- Update to 3.11.0 + - Client: Added "Delete Entry" button to Advanced Settings, Custom Directories (#3260). + (contributed by @AdamGLIN) + - Client: Added "delete server" button to connect dialog (#3159). + (contributed by @pljones) + - Client: Fixed the display of delete buttons on Mac (#3305). + (contributed by @softins) + - Client/Server: Display Qt versions for both build and runtime (#3231). + (contributed by @softins) + - Client/Server: Improved start up logging (#3117). + (contributed by @pljones) + - Server: Fix systemd ExecStart command line to support start/stop recording signal (#3187). + (contributed by @rdica) + - Server: Only de-register on quit (#3302). + (contributed by @pljones) + - Mac: Changed bundle ID. You may need to re configure Jamulus to your liking after a new install (#3353). + (contributed by @ann0see) + - Android: save settings on app state change (#3144). + (contributed by @pljones) + - Refactor Release upload to two step process (#3374). + (contributed by @ann0see) + - Refactoring: Decouple App Store upload from dmg build (#3350). + (contributed by @ann0see) + - Refactor some CHostAddress parameters to be const references (#3259). + (contributed by @softins) + - Refactor src/main.cpp (#3191). + (contributed by @pljones) + - Translations updated from Hosted Weblate (#3193, #3246, #3284, #3325, #3363). + (contributed by @weblate) + - Documentation: Improved link for Server CLI options (#3303). + (contributed by @gilgongo) + - Documentation: updated TRANSLATING.md for current build process (#3312). + (contributed by @softins) + - Build: adds macOS signed pkg build automation (#2624). + (contributed by @danryu) + - Build: Bump actions/cache from 3 to 4 (#3232). + (contributed by @app/dependabot) + - Build: Bump actions/checkout from 3 to 4 (#3168). + (contributed by @app/dependabot) + - Build: Bump actions/download-artifact from 3 to 4 (#3211). + (contributed by @app/dependabot) + - Build: Bump actions/upload-artifact from 3 to 4 (#3213). + (contributed by @app/dependabot) + - Build: Bump DoozyX/clang-format-lint-action from 0.16 to 0.17 (#3215). + (contributed by @app/dependabot) + - Build: Bump github/codeql-action from 2 to 3 (#3212). + (contributed by @app/dependabot) + - Build: Bump maxim-lobanov/setup-xcode from 1.5.1 to 1.6.0 (#3181). + (contributed by @app/dependabot) + - Build: checkout of submodules only needed for Android (#3289). + (contributed by @softins) + - Build: Ensure apt version >=2.4 to prove that the system is Debian based + (using apt and dpkg) and can validate the repo (#3199). + (contributed by @houbsta) + - Build: Generate qm files and embedded resource during build (#3288). + (contributed by @softins) + - Build: Place build files in separate directories instead of project root (#3299). + (contributed by @softins) + - Build: Replace deprecated Q_OS_MACX with Q_OS_MACOS + (Jamulus now requires building with Qt >= 5.7.1) (#3227). + (contributed by @softins) + - Build: Updated bundled Qt6 to version 6.6.3 (#3182, #3204, #3236). + (contributed by @app/github-actions) + - Build: Updated Mac Legacy build to use Qt 5.15.2, now compatible with MacOS 10.13 + (High Sierra) or newer (#3235). + (contributed by @softins) + - Build: Updated the build runner for iOS in Github from macos-11 to macos-12 (#3292). + (contributed by @softins) + - Build: Updated Windows Installer base (NSIS) to version 3.10 (#3254). + (contributed by @app/github-actions) + - Build: Upgrade main macOS build to macOS 14 and Apple Silicon build (#3297). + (contributed by @ann0see) + - Autobuild: Build Linux releases on Ubuntu 20.04 instead of 18.04 (#3229). + (contributed by @softins) + - Autobuild: Prevent CodeQL-induced build failures for MacOS (#3223). + (contributed by @softins) + - Autobuild: Use notarytool instead of action for macOS notarization (#3352). + (contributed by @ann0see) +- Switch build to Qt6. + +------------------------------------------------------------------- Old: ---- Jamulus-3.10.0.tar.gz New: ---- Jamulus-3.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Jamulus.spec ++++++ --- /var/tmp/diff_new_pack.HBnobZ/_old 2024-11-26 20:56:16.191358385 +0100 +++ /var/tmp/diff_new_pack.HBnobZ/_new 2024-11-26 20:56:16.191358385 +0100 @@ -1,7 +1,7 @@ # # spec file for package Jamulus # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2014 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -24,7 +24,7 @@ %define tarball_version 3_10_0 Name: Jamulus -Version: 3.10.0 +Version: 3.11.0 Release: 0 Summary: Low-latency internet connection tool for real-time jam sessions License: GPL-2.0-or-later @@ -50,11 +50,11 @@ BuildRequires: pwdutils BuildRequires: systemd-rpm-macros BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5Concurrent) -BuildRequires: pkgconfig(Qt5Multimedia) -BuildRequires: pkgconfig(Qt5Network) -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5Xml) +BuildRequires: pkgconfig(Qt6Concurrent) >= 6.6.3 +BuildRequires: pkgconfig(Qt6Multimedia) +BuildRequires: pkgconfig(Qt6Network) +BuildRequires: pkgconfig(Qt6Widgets) +BuildRequires: pkgconfig(Qt6Xml) BuildRequires: pkgconfig(opus) Requires: jack >= 1.9.21 Requires(pre): shadow @@ -78,7 +78,7 @@ install -m644 %{SOURCE90} . %build -%qmake5 CONFIG+=opus_shared_lib CONFIG+=disable_version_check +%qmake6 CONFIG+=opus_shared_lib CONFIG+=disable_version_check %make_jobs %install ++++++ Jamulus-3.10.0.tar.gz -> Jamulus-3.11.0.tar.gz ++++++ ++++ no output (probably identical)
