| Message ID | 20260804122335.3094065-3-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | [1/9] libva-utils: 2.23.0 -> 2.24.0 | expand |
diff --git a/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb b/meta/recipes-graphics/xorg-app/xwininfo_1.1.7.bb similarity index 81% rename from meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb rename to meta/recipes-graphics/xorg-app/xwininfo_1.1.7.bb index d410f7d5196..6fc49e8729f 100644 --- a/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb +++ b/meta/recipes-graphics/xorg-app/xwininfo_1.1.7.bb @@ -12,4 +12,4 @@ DEPENDS += "libxext libxmu gettext-native" PE = "0" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "3518897c17448df9ba99ad6d9bb1ca0f17bc0ed7c0fd61281b34ceed29a9253f" +SRC_URI[sha256sum] = "bee14d594cc86cc59aae1015c1b452a71bf60c304131e2716ca1cf0df733b4ac"
Changes: - xwininfo 1.1.7 - meson: include headers when checking for functions - meson: Add option to build with meson - configure: remove local copy of config.rpath - gitlab CI: drop the ci-fairy check-mr job - Use stdbool.h - Fix memory leak in Select_Window - Fix memory leak in Display_Window_Id - man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10` - Improve man page formatting - Accept --help & --version as aliases to -help & -version - -help should exit(0) not (1) - Update xwininfo.man for #2 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- .../xorg-app/{xwininfo_1.1.6.bb => xwininfo_1.1.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-app/{xwininfo_1.1.6.bb => xwininfo_1.1.7.bb} (81%)