diff mbox series

[meta-oe] xkbevd: upgrade 1.1.4 -> 1.1.5

Message ID 20231206134239.322342-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] xkbevd: upgrade 1.1.4 -> 1.1.5 | expand

Commit Message

Alper Ak Dec. 6, 2023, 1:42 p.m. UTC
Changelog:

* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* eventTypeToString: remove unnecessary strcpy to static buffer
* xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path
* cfgscan: check if character is EOF before calling isalpha or isdigit
* Rename shadowed variables
* Variable scope reduction as suggested by cppcheck
* gitlab CI: stop requiring Signed-off-by in commits
* man page: remove out-of-date COPYRIGHT section
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
* autogen: add default patch prefix
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../xorg-app/{xkbevd_1.1.4.bb => xkbevd_1.1.5.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{xkbevd_1.1.4.bb => xkbevd_1.1.5.bb} (72%)

Comments

Khem Raj Dec. 13, 2023, 7:07 a.m. UTC | #1
On Wed, 06 Dec 2023 16:42:39 +0300, alperak wrote:
> Changelog:
> 
> * Add .git-blame-ignore-revs to hide whitespace commits from git blame
> * eventTypeToString: remove unnecessary strcpy to static buffer
> * xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path
> * cfgscan: check if character is EOF before calling isalpha or isdigit
> * Rename shadowed variables
> * Variable scope reduction as suggested by cppcheck
> * gitlab CI: stop requiring Signed-off-by in commits
> * man page: remove out-of-date COPYRIGHT section
> * Build xz tarballs instead of bzip2
> * gitlab CI: add a basic build test
> * Update configure.ac bug URL for gitlab migration
> * Update README for gitlab migration
> * autogen: add default patch prefix
> * autogen.sh: use quoted string variables
> * autogen.sh: use exec instead of waiting for configure to finish
> 
> [...]

Applied, thanks!

[1/1] xkbevd: upgrade 1.1.4 -> 1.1.5
      commit: 709484dd74246baa37d31e5553c095ce22e2c0cc

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb b/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.5.bb
similarity index 72%
rename from meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb
rename to meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.5.bb
index b42c1b950..afc1fe17d 100644
--- a/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.5.bb
@@ -9,5 +9,5 @@  DEPENDS += "libxkbfile bison-native"
 
 BBCLASSEXTEND = "native"
 
-SRC_URI[md5sum] = "c747faf1f78f5a5962419f8bdd066501"
-SRC_URI[sha256sum] = "2430a2e5302a4cb4a5530c1df8cb3721a149bbf8eb377a2898921a145197f96a"
+SRC_URI_EXT = "xz"
+SRC_URI[sha256sum] = "38357b702de9d3457c4ff75053390f457b84c4accc7f088101255c37c684926b"