diff mbox series

[meta-oe] avro-c: upgrade 1.11.2 -> 1.11.3

Message ID 20231221054409.13191-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] avro-c: upgrade 1.11.2 -> 1.11.3 | expand

Commit Message

Alper Ak Dec. 21, 2023, 5:44 a.m. UTC
Changelog:

* This is a minor release, specifically addressing known issues with the 1.11.2 release, but also contains version bumps and doc fixes.

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../recipes-support/avro/{avro-c_1.11.2.bb => avro-c_1.11.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/avro/{avro-c_1.11.2.bb => avro-c_1.11.3.bb} (88%)

Comments

Khem Raj Dec. 27, 2023, 8:21 a.m. UTC | #1
On Thu, 21 Dec 2023 08:44:09 +0300, alperak wrote:
> Changelog:
> 
> * This is a minor release, specifically addressing known issues with the 1.11.2 release, but also contains version bumps and doc fixes.
> 
> 

Applied, thanks!

[1/1] avro-c: upgrade 1.11.2 -> 1.11.3
      commit: e1552304bf3cd1abc403dd8cd1b4ed5cd646c64b

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/avro/avro-c_1.11.2.bb b/meta-oe/recipes-support/avro/avro-c_1.11.3.bb
similarity index 88%
rename from meta-oe/recipes-support/avro/avro-c_1.11.2.bb
rename to meta-oe/recipes-support/avro/avro-c_1.11.3.bb
index 9b6a52e2e..14a3cbe46 100644
--- a/meta-oe/recipes-support/avro/avro-c_1.11.2.bb
+++ b/meta-oe/recipes-support/avro/avro-c_1.11.3.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=6d502b41f76179fc84e536236f359cae"
 DEPENDS = "jansson zlib xz"
 
 BRANCH = "branch-1.11"
-SRCREV = "44d1c4f221ccc4571a4b4b9edb023ed1e89354b7"
+SRCREV = "35ff8b997738e4d983871902d47bfb67b3250734"
 SRC_URI = "git://github.com/apache/avro;branch=${BRANCH};protocol=https \
           "