Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dLeyna for openSUSE:Factory checked in at 2026-08-22 21:34:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dLeyna (Old) and /work/SRC/openSUSE:Factory/.dLeyna.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dLeyna" Sat Aug 22 21:34:28 2026 rev:7 rq:1372913 version:0.8.4 Changes: -------- --- /work/SRC/openSUSE:Factory/dLeyna/dLeyna.changes 2026-04-10 17:45:37.755553085 +0200 +++ /work/SRC/openSUSE:Factory/.dLeyna.new.1258/dLeyna.changes 2026-08-22 21:35:24.527625713 +0200 @@ -1,0 +2,7 @@ +Thu Aug 20 11:21:15 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 0.8.4: + + Core: Fix compatibility with musl + + Renderer: Potentially fix crash if renderer device disappears + +------------------------------------------------------------------- Old: ---- dLeyna-0.8.3.tar.xz New: ---- dLeyna-0.8.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dLeyna.spec ++++++ --- /var/tmp/diff_new_pack.ji9DgB/_old 2026-08-22 21:35:25.223650532 +0200 +++ /var/tmp/diff_new_pack.ji9DgB/_new 2026-08-22 21:35:25.227650674 +0200 @@ -17,7 +17,7 @@ Name: dLeyna -Version: 0.8.3 +Version: 0.8.4 Release: 0 Summary: Services and D-Bus APIs to access UPnP and DLNA media devices in a network License: LGPL-2.1-or-later ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.ji9DgB/_old 2026-08-22 21:35:25.261651887 +0200 +++ /var/tmp/diff_new_pack.ji9DgB/_new 2026-08-22 21:35:25.265652029 +0200 @@ -1,6 +1,6 @@ -mtime: 1774254275 -commit: 9980c3a1aba200826c6a70df1b8bb88e937f007f158190a0544fee5b850076da +mtime: 1787225007 +commit: 49fd0708185b816ef171008c01f69367eebaf00df17f60eee0a9b053a3df77cf url: https://src.opensuse.org/GNOME/dLeyna -revision: 9980c3a1aba200826c6a70df1b8bb88e937f007f158190a0544fee5b850076da +revision: 49fd0708185b816ef171008c01f69367eebaf00df17f60eee0a9b053a3df77cf projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ji9DgB/_old 2026-08-22 21:35:25.287652814 +0200 +++ /var/tmp/diff_new_pack.ji9DgB/_new 2026-08-22 21:35:25.290652921 +0200 @@ -2,7 +2,7 @@ <services> <service mode="manual" name="obs_scm"> <param name="url">https://gitlab.gnome.org/World/dLeyna.git</param> - <param name="revision">v0.8.3</param> + <param name="revision">v0.8.4</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="scm">git</param> ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-08-20 13:23:27.000000000 +0200 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.* ++++++ dLeyna-0.8.3.tar.xz -> dLeyna-0.8.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dLeyna-0.8.3/.gitlab-ci.yml new/dLeyna-0.8.4/.gitlab-ci.yml --- old/dLeyna-0.8.3/.gitlab-ci.yml 2023-09-20 22:18:07.000000000 +0200 +++ new/dLeyna-0.8.4/.gitlab-ci.yml 2026-06-21 08:40:17.000000000 +0200 @@ -1,6 +1,10 @@ include: - - remote: "https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/0c312d9c7255f46e741d43bcd1930f09cd12efe7/templates/ci-fairy.yml" - - remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/0c312d9c7255f46e741d43bcd1930f09cd12efe7/templates/fedora.yml' + - project: "Infrastructure/freedesktop-ci-templates" + file: "templates/fedora.yml" + ref: "e195d80f35b45cc73668be3767b923fd76c70ed5" + - project: "Infrastructure/freedesktop-ci-templates" + file: "templates/ci-fairy.yml" + ref: "e195d80f35b45cc73668be3767b923fd76c70ed5" variables: MESON_TEST_TIMEOUT_MULTIPLIER: 3 @@ -69,16 +73,16 @@ pip3 install meson && pip3 install sphinx_rtd_theme -.dleyna.fedora:36@x86_64: +.dleyna.fedora:41@x86_64: extends: .dleyna.fedora@common variables: - FDO_DISTRIBUTION_VERSION: 36 + FDO_DISTRIBUTION_VERSION: 41 FDO_DISTRIBUTION_TAG: "x86_64-${BASE_TAG}" build-fedora-container@x86_64: extends: - .fdo.container-build@fedora - - .dleyna.fedora:36@x86_64 + - .dleyna.fedora:41@x86_64 stage: prepare variables: GIT_STRATEGY: none @@ -87,7 +91,7 @@ build-fedora@x86_64: extends: - .fdo.distribution-image@fedora - - .dleyna.fedora:36@x86_64 + - .dleyna.fedora:41@x86_64 needs: - build-fedora-container@x86_64 <<: *build @@ -105,7 +109,7 @@ # whole environment for every failed test, and that gives a whole # screenful of junk each time unless we strip these. unset $(env|grep -o '^CI_[^=]*') - env LANG=C.UTF-8 LC_ALL=C.UTF-8 meson test --print-errorlogs ${MESON_TEST_EXTRA_ARGS} + env LANG=C.UTF-8 LC_ALL=C.UTF-8 meson test --print-errorlogs ${MESON_TEST_EXTRA_ARGS} --suite dleyna after_script: - | echo "Distribution: " @@ -131,7 +135,7 @@ - ipv6 extends: - .fdo.distribution-image@fedora - - .dleyna.fedora:36@x86_64 + - .dleyna.fedora:41@x86_64 needs: - build-fedora@x86_64 <<: *test @@ -147,7 +151,7 @@ #coverage-analysis: # extends: # - .fdo.distribution-image@fedora -# - .dleyna.fedora:36@x86_64 +# - .dleyna.fedora:41@x86_64 # stage: analysis # allow_failure: true # script: @@ -165,7 +169,7 @@ static-scan: extends: - .fdo.distribution-image@fedora - - .dleyna.fedora:36@x86_64 + - .dleyna.fedora:41@x86_64 stage: analysis needs: - build-fedora-container@x86_64 @@ -180,7 +184,7 @@ coverity: extends: - .fdo.distribution-image@fedora - - .dleyna.fedora:36@x86_64 + - .dleyna.fedora:41@x86_64 stage: analysis allow_failure: true script: @@ -206,7 +210,7 @@ pages: extends: - .fdo.distribution-image@fedora - - .dleyna.fedora:36@x86_64 + - .dleyna.fedora:41@x86_64 stage: website script: - meson doc-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dLeyna-0.8.3/NEWS new/dLeyna-0.8.4/NEWS --- old/dLeyna-0.8.3/NEWS 2023-09-20 22:18:07.000000000 +0200 +++ new/dLeyna-0.8.4/NEWS 2026-06-21 08:40:17.000000000 +0200 @@ -1,3 +1,55 @@ +dLeyna 0.8.4 (stable) +===================== + +Core: + - Fix compatibility with musl + +Renderer: + - Potentially fix crash if renderer device disappears + +Bugs fixed in this release: + - Please also reffer: https://bugs.gentoo.org/936939 + - https://gitlab.gnome.org/World/dLeyna/issues/14 + +Merge requests included in this release: + - https://gitlab.gnome.org/World/dLeyna/merge_requests/10 + - https://gitlab.gnome.org/World/dLeyna/merge_requests/9 + +All contributors to this release: + - Jens Georg <[email protected]> + - Brahmajit Das <[email protected]> + +dLeyna 0.8.3 (stable) +===================== + +Build: + - Fix compatibility with Meson 1.2 + +Renderer: + - Fix locale initialization + +Server: + - Fix locate initialization + - Fix uninitialized variable warning + - Properly handle optional actions + - Fix browse not working properly + +Bugs fixed in this release: + - Bug: https://bugs.gentoo.org/909405 + - Bug: https://bugs.gentoo.org/909431 + - https://gitlab.gnome.org/World/dLeyna/issues/12 + - https://gitlab.gnome.org/World/dLeyna/issues/12 + +Merge requests included in this release: + - https://gitlab.gnome.org/World/dLeyna/merge_requests/8 + - https://gitlab.gnome.org/World/dLeyna/merge_requests/7 + - https://gitlab.gnome.org/World/dLeyna/merge_requests/6 + +All contributors to this release: + - Jens Georg <[email protected]> + - Bastien Nocera <[email protected]> + - Sam James <[email protected]> + dLeyna 0.8.2 (stable) ===================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dLeyna-0.8.3/libdleyna/core/log.c new/dLeyna-0.8.4/libdleyna/core/log.c --- old/dLeyna-0.8.3/libdleyna/core/log.c 2023-09-20 22:18:07.000000000 +0200 +++ new/dLeyna-0.8.4/libdleyna/core/log.c 2026-06-21 08:40:17.000000000 +0200 @@ -153,7 +153,7 @@ s_log_context.log_domain = g_strdup(program); prv_set_flags_from_param(); - openlog(basename(program), option, LOG_DAEMON); + openlog(NULL, option, LOG_DAEMON); old = setlogmask(LOG_MASK(LOG_INFO)); syslog(LOG_INFO, "dLeyna core version %s", VERSION); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dLeyna-0.8.3/libdleyna/renderer/upnp.c new/dLeyna-0.8.4/libdleyna/renderer/upnp.c --- old/dLeyna-0.8.3/libdleyna/renderer/upnp.c 2023-09-20 22:18:07.000000000 +0200 +++ new/dLeyna-0.8.4/libdleyna/renderer/upnp.c 2026-06-21 08:40:17.000000000 +0200 @@ -392,6 +392,7 @@ { if (upnp) { dlr_host_service_delete(upnp->host_service); + g_signal_handlers_disconnect_by_data(upnp->context_manager, upnp); g_object_unref(upnp->context_manager); g_hash_table_unref(upnp->server_udn_map); g_hash_table_unref(upnp->server_uc_map); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dLeyna-0.8.3/meson.build new/dLeyna-0.8.4/meson.build --- old/dLeyna-0.8.3/meson.build 2023-09-20 22:18:07.000000000 +0200 +++ new/dLeyna-0.8.4/meson.build 2026-06-21 08:40:17.000000000 +0200 @@ -1,5 +1,5 @@ project('dleyna', 'c', - version: '0.8.3', + version: '0.8.4', license: 'LGPL-2.1-or-later', meson_version: '>=0.54.0' ) ++++++ dLeyna.obsinfo ++++++ --- /var/tmp/diff_new_pack.ji9DgB/_old 2026-08-22 21:35:25.619664652 +0200 +++ /var/tmp/diff_new_pack.ji9DgB/_new 2026-08-22 21:35:25.626664902 +0200 @@ -1,5 +1,5 @@ name: dLeyna -version: 0.8.3 -mtime: 1695241087 -commit: 69e5fd6d6314d3987e7b68c8150397cf626950fb +version: 0.8.4 +mtime: 1782024017 +commit: 00b603ca5ff21104dd677a7d65c80ff87068a8e4
