Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mumble for openSUSE:Factory checked in at 2024-05-21 18:35:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mumble (Old) and /work/SRC/openSUSE:Factory/.mumble.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mumble" Tue May 21 18:35:01 2024 rev:9 rq:1175307 version:1.5.634 Changes: -------- --- /work/SRC/openSUSE:Factory/mumble/mumble.changes 2024-04-26 23:27:32.425539142 +0200 +++ /work/SRC/openSUSE:Factory/.mumble.new.1880/mumble.changes 2024-05-21 18:35:24.696125251 +0200 @@ -1,0 +2,10 @@ +Mon May 20 07:04:42 UTC 2024 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 1.5.634: + * first stable release in the 1.5.x series + * flag icons replaced with an MIT licensed version +- replace mumble-cxx17.patch with a cmake option +- drop mumble-1.5.629-The-OCB-design-is-in-the-public-domain.patch + now upstream + +------------------------------------------------------------------- Old: ---- mumble-1.5.629-The-OCB-design-is-in-the-public-domain.patch mumble-1.5.629.obscpio mumble-cxx17.patch New: ---- mumble-1.5.634.obscpio BETA DEBUG BEGIN: Old:- replace mumble-cxx17.patch with a cmake option - drop mumble-1.5.629-The-OCB-design-is-in-the-public-domain.patch now upstream Old: * flag icons replaced with an MIT licensed version - replace mumble-cxx17.patch with a cmake option - drop mumble-1.5.629-The-OCB-design-is-in-the-public-domain.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mumble.spec ++++++ --- /var/tmp/diff_new_pack.y3FQgL/_old 2024-05-21 18:35:26.044174253 +0200 +++ /var/tmp/diff_new_pack.y3FQgL/_new 2024-05-21 18:35:26.044174253 +0200 @@ -21,12 +21,13 @@ %bcond_without tests %bcond_without server Name: mumble -Version: 1.5.629 +Version: 1.5.634 Release: 0 Summary: Voice Communication Client for Gamers # Most files are BSD-3-Clause # 3rdparty/arc4random/LICENSE: MIT # 3rdparty/SPSCQueue: MIT +# 3rdparty/flag-icons: MIT License: BSD-2-Clause AND BSD-3-Clause AND MIT Group: Productivity/Multimedia/Sound/Utilities URL: https://www.mumble.info/ @@ -34,11 +35,9 @@ Source6: baselibs.conf # PATCH-FIX-UPSTREAM fix-64bit-only-plugins.patch -- Requires 64bit memory alignment ( https://github.com/mumble-voip/mumble/issues/5849 ) Patch0: fix-64bit-only-plugins.patch -Patch2: mumble-cxx17.patch # Patches related to dependency unbundling Patch100: licenses.patch Patch101: mumble-unbundle-tracy.patch -Patch102: mumble-1.5.629-The-OCB-design-is-in-the-public-domain.patch Patch103: mumble-1.5.629-unbundle-audio-backends.patch BuildRequires: c++_compiler BuildRequires: cmake >= 3.20 @@ -162,6 +161,7 @@ %if %{with tests} -Dtests:BOOL=ON \ %endif + -DCMAKE_CXX_STANDARD=17 \ %{nil} %cmake_build ++++++ _service ++++++ --- /var/tmp/diff_new_pack.y3FQgL/_old 2024-05-21 18:35:26.072175271 +0200 +++ /var/tmp/diff_new_pack.y3FQgL/_new 2024-05-21 18:35:26.076175417 +0200 @@ -5,7 +5,7 @@ <param name="changesgenerate">enable</param> <param name="filename">mumble</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="revision">v1.5.629</param> + <param name="revision">v1.5.634</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.y3FQgL/_old 2024-05-21 18:35:26.096176143 +0200 +++ /var/tmp/diff_new_pack.y3FQgL/_new 2024-05-21 18:35:26.100176289 +0200 @@ -1,7 +1,8 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/mumble-voip/mumble.git</param> - <param name="changesrevision">e2b376b66eae551c4e2bad172598e0e7b917fd4d</param> + <param name="changesrevision">5ae5c1756c049b9571289ef9cea6ecb49407c5e8</param> </service> </servicedata> +(No newline at EOF) ++++++ licenses.patch ++++++ --- /var/tmp/diff_new_pack.y3FQgL/_old 2024-05-21 18:35:26.128177307 +0200 +++ /var/tmp/diff_new_pack.y3FQgL/_new 2024-05-21 18:35:26.128177307 +0200 @@ -1,7 +1,7 @@ -Index: mumble-1.5.629/scripts/generate_license_header.py +Index: mumble-1.5.634/scripts/generate_license_header.py =================================================================== ---- mumble-1.5.629.orig/scripts/generate_license_header.py -+++ mumble-1.5.629/scripts/generate_license_header.py +--- mumble-1.5.634.orig/scripts/generate_license_header.py ++++ mumble-1.5.634/scripts/generate_license_header.py @@ -22,49 +22,10 @@ repoRoot = os.path.normpath(os.path.join # List of (3rdparty) licenses [<variableName>, <pathToLicenseFile>, <DisplayName>, <URL>, (<define-guard>)?] licenses = [ @@ -16,9 +16,8 @@ - ["licenseMinHook", "3rdparty/minhook/LICENSE.txt", "MinHook", "https://github.com/TsudaKageyu/minhook", "Q_OS_WIN64"], - ["licenseQtTranslations", "src/mumble/qttranslations/LICENSE", - "Additional Qt translations", "https://www.virtualbox.org/ticket/2018", "USING_BUNDLED_QT_TRANSLATIONS"], -- ["licenseEmojiOne", "3rdPartyLicenses/cc_by_sa_40_legalcode.txt", "Emoji One artwork", "http://emojione.com/"], + ["licenseFlagIcons", "3rdparty/flag-icons/LICENSE", "flag-icons", "https://flagicons.lipis.dev/" ], - ["licenseXInputCheck", "3rdparty/xinputcheck-src/COPYING.txt", "XInputCheck (SDL_IsXInput function)", "https://www.libsdl.org/"], -+ ["licenseEmojiOne", "icons/flags/LICENSE.md", "Emoji One artwork", "http://emojione.com/"], ["licenseQQBonjour", "3rdparty/qqbonjour/LICENSE", "QQBonjour", "https://doc.qt.io/archives/qq/qq23-bonjour.html"], ["licenseSmallFT", "3rdparty/smallft/LICENSE", "smallft", "https://www.xiph.org"], - ["licenseOldStyleLicenseHeaders", "3rdPartyLicenses/mumble-old-license-headers/LICENSE.txt", "Old-style Mumble license headers", "https://www.mumble.info"], ++++++ mumble-1.5.629.obscpio -> mumble-1.5.634.obscpio ++++++ /work/SRC/openSUSE:Factory/mumble/mumble-1.5.629.obscpio /work/SRC/openSUSE:Factory/.mumble.new.1880/mumble-1.5.634.obscpio differ: char 49, line 1 ++++++ mumble.obsinfo ++++++ --- /var/tmp/diff_new_pack.y3FQgL/_old 2024-05-21 18:35:26.172178906 +0200 +++ /var/tmp/diff_new_pack.y3FQgL/_new 2024-05-21 18:35:26.176179051 +0200 @@ -1,5 +1,5 @@ name: mumble -version: 1.5.629 -mtime: 1713092717 -commit: e2b376b66eae551c4e2bad172598e0e7b917fd4d +version: 1.5.634 +mtime: 1715855937 +commit: 5ae5c1756c049b9571289ef9cea6ecb49407c5e8