Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hyprland for openSUSE:Factory checked in at 2025-12-05 16:56:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hyprland (Old) and /work/SRC/openSUSE:Factory/.hyprland.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hyprland" Fri Dec 5 16:56:29 2025 rev:44 rq:1321173 version:0.52.2 Changes: -------- --- /work/SRC/openSUSE:Factory/hyprland/hyprland.changes 2025-11-09 21:08:22.360326908 +0100 +++ /work/SRC/openSUSE:Factory/.hyprland.new.1939/hyprland.changes 2025-12-05 16:57:58.415758272 +0100 @@ -1,0 +2,29 @@ +Thu Dec 4 14:06:52 UTC 2025 - Florian "spirit" <[email protected]> + +- Update to version 0.52.2: + + Fixes: + - presentation: only send sync output on presented (#12255) + - renderer: fix noscreenshare layerrule popups (#12260) + - renderer/ime: fix fcitx5 popup artifacts (#12263) + - screencopy: fix possible crash in renderMon + - internal: put Linux-only header behind ifdef (#12300) + - internal: fix crash at startup on freebsd (#12298) + - meson: fix inclusion of gpg info in git commit info (#12302) + - cursor: ensure cursor reset on changed window states (#12301) + - plugin/hook: disallow multiple hooks per function (#12320) + - protocols/workspace: fix crash in initial group sending + - renderer: stop looping over null texture surfaces (#12446) + - protocols/workspace: avoid crash on inert outputs + - buffers: revert state merging (#12461) + - protocols/lock: fix missing output enter on surface (#12448) + - dmabuf: sys/ioctl is required for ioctl (#12483) + +- Changes from version 0.52.1: + + Fixes: + - protocols/layershell: do not raise protocol error if layer + surface is not anchored (#12241) + - protocols/outputMgmt: fix wlr-randr by defering success event + until monitor reloads (#12236) + - meson: fix version.h install location + +------------------------------------------------------------------- Old: ---- hyprland-0.52.0.tar.xz New: ---- hyprland-0.52.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hyprland.spec ++++++ --- /var/tmp/diff_new_pack.0NBEL9/_old 2025-12-05 16:57:59.387799557 +0100 +++ /var/tmp/diff_new_pack.0NBEL9/_new 2025-12-05 16:57:59.387799557 +0100 @@ -23,7 +23,7 @@ %define shortname hypr Name: hyprland -Version: 0.52.0 +Version: 0.52.2 Release: 0 Summary: Dynamic tiling Wayland compositor License: BSD-3-Clause ++++++ hyprland-0.52.0.tar.xz -> hyprland-0.52.2.tar.xz ++++++ /work/SRC/openSUSE:Factory/hyprland/hyprland-0.52.0.tar.xz /work/SRC/openSUSE:Factory/.hyprland.new.1939/hyprland-0.52.2.tar.xz differ: char 15, line 1 ++++++ meson-verson-h-location.patch ++++++ --- /var/tmp/diff_new_pack.0NBEL9/_old 2025-12-05 16:57:59.575807543 +0100 +++ /var/tmp/diff_new_pack.0NBEL9/_new 2025-12-05 16:57:59.583807883 +0100 @@ -1,25 +1,20 @@ -From 522edc87126a48f3ce4891747b6a92a22385b1e7 Mon Sep 17 00:00:00 2001 +From ecc446e58b4bbdfd6c3b4b74dbb5a989b16f647f Mon Sep 17 00:00:00 2001 From: Mihai Fufezan <[email protected]> Date: Fri, 7 Nov 2025 21:08:35 +0200 Subject: [PATCH] meson: fix version.h install location +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit +Signed-off-by: Florian "sp1rit" <[email protected]> --- - meson.build | 2 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) + meson.build | 1 - + 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build -index 710da6beec3..c7819e80b6c 100644 +index e1e2df94..d2b86a2e 100644 --- a/meson.build +++ b/meson.build -@@ -84,7 +84,7 @@ version_h = configure_file( - configuration: cfg - ) - --install_headers(version_h, subdir: 'src') -+install_headers(version_h, subdir: 'hyprland/src') - - xcb_dep = dependency('xcb', required: get_option('xwayland')) - xcb_composite_dep = dependency('xcb-composite', required: get_option('xwayland')) @@ -123,7 +123,6 @@ headers = globber.stdout().strip().split('\n') foreach file : headers install_headers(file, subdir: 'hyprland', preserve_path: true) @@ -28,4 +23,7 @@ tracy = dependency('tracy', static: true, required: get_option('tracy_enable')) if get_option('tracy_enable') and get_option('buildtype') != 'debugoptimized' +-- +2.50.1 +
