diff mbox series

xev: upgrade 1.2.6 -> 1.2.7

Message ID 20260604030132.1891613-1-haiqing.bai@windriver.com
State Under Review
Headers show
Series xev: upgrade 1.2.6 -> 1.2.7 | expand

Commit Message

Bai, Haiqing June 4, 2026, 3:01 a.m. UTC
From: Haiqing Bai <haiqing.bai@windriver.com>

ChangeLog:
  fd3a07b9:meson: Add option to build with meson
  79f0cc47:gitlab CI: drop the ci-fairy check-mr job
  61c956d8:Clear -Wunused-parameter warnings
  0513c8e4:Add missing indentation to second line of CreateNotify output
  5d90d0e9:randr: Protect against XErrors getting output info
  e2c157e7:man page: fix warnings from `mandoc -T lint`
  eae9d09e:Improve man page formatting
  8b9e87a3:Accept --help & --version as aliases to -help & -version
  c69f783f:Add -help option

Signed-off-by: Haiqing Bai <haiqing.bai@windriver.com>
---
 meta/recipes-graphics/xorg-app/{xev_1.2.6.bb => xev_1.2.7.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-app/{xev_1.2.6.bb => xev_1.2.7.bb} (84%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-app/xev_1.2.6.bb b/meta/recipes-graphics/xorg-app/xev_1.2.7.bb
similarity index 84%
rename from meta/recipes-graphics/xorg-app/xev_1.2.6.bb
rename to meta/recipes-graphics/xorg-app/xev_1.2.7.bb
index 182aeff1b7..6e866b8f8c 100644
--- a/meta/recipes-graphics/xorg-app/xev_1.2.6.bb
+++ b/meta/recipes-graphics/xorg-app/xev_1.2.7.bb
@@ -12,6 +12,6 @@  PE = "1"
 
 DEPENDS += "libxrandr xorgproto"
 
-SRC_URI[sha256sum] = "61e1c5e008ac9973aca7cdddf36e9df7410e77083b030eb04f4dc737c51807d7"
+SRC_URI[sha256sum] = "95167895924de58e34b1013b2b0c8476e90d0888c6c39e7ae9bc35e3a19dba04"
 
 SRC_URI_EXT = "xz"