From df0d25de6c4da38d8f7dc117bb36ae2a7d71486a8084d23f6817f53fbc10e386 Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 16 Apr 2024 17:21:37 +0000 Subject: [PATCH] Accepting request 1168397 from home:sp1rit Update to version 0.39.1 OBS-URL: https://build.opensuse.org/request/show/1168397 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=74 --- bash-completion-install-dir.patch | 41 ------------------------------- hyprland-0.39.0.tar.xz | 3 --- hyprland-0.39.1.tar.xz | 3 +++ hyprland.changes | 24 ++++++++++++++++++ hyprland.spec | 7 +++--- 5 files changed, 30 insertions(+), 48 deletions(-) delete mode 100644 bash-completion-install-dir.patch delete mode 100644 hyprland-0.39.0.tar.xz create mode 100644 hyprland-0.39.1.tar.xz diff --git a/bash-completion-install-dir.patch b/bash-completion-install-dir.patch deleted file mode 100644 index 9cad970..0000000 --- a/bash-completion-install-dir.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 8ab30e351704ee50ee635ab570f998a6f4181c04 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Florian=20=22sp1rit=22=E2=80=8B?= -Date: Mon, 15 Apr 2024 12:44:44 +0200 -Subject: [PATCH] Fixed bash-completion install directory -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-off-by: Florian "sp1rit"​ ---- - hyprctl/meson.build | 2 +- - hyprpm/src/meson.build | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/hyprctl/meson.build b/hyprctl/meson.build -index 1b47a33..390baf6 100644 ---- a/hyprctl/meson.build -+++ b/hyprctl/meson.build -@@ -2,6 +2,6 @@ executable('hyprctl', 'main.cpp', - install: true - ) - --install_data('hyprctl.bash', install_dir: join_paths(get_option('datadir'), 'bash-completions'), install_tag: 'runtime', rename: 'hyprctl') -+install_data('hyprctl.bash', install_dir: join_paths(get_option('datadir'), 'bash-completion'), install_tag: 'runtime', rename: 'hyprctl') - install_data('hyprctl.fish', install_dir: join_paths(get_option('datadir'), 'fish/vendor_completions.d'), install_tag: 'runtime') - install_data('hyprctl.zsh', install_dir: join_paths(get_option('datadir'), 'zsh/site-functions'), install_tag: 'runtime', rename: '_hyprctl') -diff --git a/hyprpm/src/meson.build b/hyprpm/src/meson.build -index 521166c..9ecdaa0 100644 ---- a/hyprpm/src/meson.build -+++ b/hyprpm/src/meson.build -@@ -9,6 +9,6 @@ executable('hyprpm', src, - install : true - ) - --install_data('../hyprpm.bash', install_dir: join_paths(get_option('datadir'), 'bash-completions'), install_tag: 'runtime', rename: 'hyprpm') -+install_data('../hyprpm.bash', install_dir: join_paths(get_option('datadir'), 'bash-completion'), install_tag: 'runtime', rename: 'hyprpm') - install_data('../hyprpm.fish', install_dir: join_paths(get_option('datadir'), 'fish/vendor_completions.d'), install_tag: 'runtime') - install_data('../hyprpm.zsh', install_dir: join_paths(get_option('datadir'), 'zsh/site-functions'), install_tag: 'runtime', rename: '_hyprpm') --- -2.44.0 - diff --git a/hyprland-0.39.0.tar.xz b/hyprland-0.39.0.tar.xz deleted file mode 100644 index ab9a8c2..0000000 --- a/hyprland-0.39.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:771051880e0876f138c0ccd95cd7095b2c6d0bb0a9f891e2172a55cae9d43f43 -size 51520180 diff --git a/hyprland-0.39.1.tar.xz b/hyprland-0.39.1.tar.xz new file mode 100644 index 0000000..562538f --- /dev/null +++ b/hyprland-0.39.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6267b2580828eb68e80258264b445a81ded7509442d8df376f19e822230e63d +size 51520064 diff --git a/hyprland.changes b/hyprland.changes index 1e850fb..b5c02f0 100644 --- a/hyprland.changes +++ b/hyprland.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Apr 16 17:04:36 UTC 2024 - Florian "spirit" + +- Update to version 0.39.1: + + Fixes: + - constraint: Fix xwl cursor locking for scaled monitors (#5587) + - hyprpm: minor fixes to hyprpm for shallow and versioned clones + - misc: fix autocompletions for meson (hyprctl/hyprpm) + - notifications: fix notifications on manually rotated monitor + (#5599) + + Other: + - CI: unshallow on checkout before sourcing the tarball + - cursor: add hyprcursor loggers + - build: Unbreak build on FreeBSD by adjusting dependencies + (#5595) + - hyprpm: checkout branch and rev separately + - hyprpm: err out on missing runtime deps + - input: send an empty relative event after constraint motion + events + - window: remove input ref on unmap + +- Dropped "bash-completion-install-dir.patch" as it has been included + upstream. + ------------------------------------------------------------------- Mon Apr 15 09:57:22 UTC 2024 - Florian "sp1rit" diff --git a/hyprland.spec b/hyprland.spec index 9ea47f0..b86c5db 100644 --- a/hyprland.spec +++ b/hyprland.spec @@ -20,13 +20,12 @@ %bcond_without devel Name: hyprland -Version: 0.39.0 +Version: 0.39.1 Release: 0 Summary: Dynamic tiling Wayland compositor License: BSD-3-Clause URL: https://hyprland.org/ Source0: %{name}-%{version}.tar.xz -Patch1: bash-completion-install-dir.patch BuildRequires: cmake BuildRequires: gcc-c++ >= 11 BuildRequires: git @@ -40,8 +39,8 @@ BuildRequires: pkgconfig(gbm) >= 17.1.0 BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glesv2) BuildRequires: pkgconfig(hwdata) -BuildRequires: pkgconfig(hyprcursor) -BuildRequires: pkgconfig(hyprlang) +BuildRequires: pkgconfig(hyprcursor) >= 0.1.7 +BuildRequires: pkgconfig(hyprlang) >= 0.3.2 BuildRequires: pkgconfig(libdisplay-info) BuildRequires: pkgconfig(libdrm) >= 2.4.118 BuildRequires: pkgconfig(libinput) >= 1.14.0