diff mbox series

enchant2: upgrade 2.3.3 -> 2.3.4

Message ID 1677577759-20868-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series enchant2: upgrade 2.3.3 -> 2.3.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 28, 2023, 9:49 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Document the personal wordlist format.
- Improve the man pages in various ways, and make online versions, now linked
  from the web site.
- Fix some potential crashes (double-free and NULL dereferences).
- Update the build system to use autoconf 2.71.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb} (92%)

Comments

Alexandre Belloni Feb. 28, 2023, 10:17 p.m. UTC | #1
Hello,

This failed on the autobuilders:

https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/2471/steps/12/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6734/steps/11/logs/errors

On 28/02/2023 17:49:16+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ===========
> - Document the personal wordlist format.
> - Improve the man pages in various ways, and make online versions, now linked
>   from the web site.
> - Fix some potential crashes (double-free and NULL dereferences).
> - Update the build system to use autoconf 2.71.
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb}            | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-support/enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb} (92%)
> 
> diff --git a/meta/recipes-support/enchant/enchant2_2.3.3.bb b/meta/recipes-support/enchant/enchant2_2.3.4.bb
> similarity index 92%
> rename from meta/recipes-support/enchant/enchant2_2.3.3.bb
> rename to meta/recipes-support/enchant/enchant2_2.3.4.bb
> index c892f570c4..fe28d323c2 100644
> --- a/meta/recipes-support/enchant/enchant2_2.3.3.bb
> +++ b/meta/recipes-support/enchant/enchant2_2.3.4.bb
> @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0"
>  inherit autotools pkgconfig github-releases
>  
>  SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
> -SRC_URI[sha256sum] = "3da12103f11cf49c3cf2fd2ce3017575c5321a489e5b9bfa81dd91ec413f3891"
> +SRC_URI[sha256sum] = "1f7e26744db1c9a0fea61d2169f4e5c1ce435cf8c2731c37e3e4054119e994a0"
>  
>  GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
>  
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#177827): https://lists.openembedded.org/g/openembedded-core/message/177827
> Mute This Topic: https://lists.openembedded.org/mt/97287062/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-support/enchant/enchant2_2.3.3.bb b/meta/recipes-support/enchant/enchant2_2.3.4.bb
similarity index 92%
rename from meta/recipes-support/enchant/enchant2_2.3.3.bb
rename to meta/recipes-support/enchant/enchant2_2.3.4.bb
index c892f570c4..fe28d323c2 100644
--- a/meta/recipes-support/enchant/enchant2_2.3.3.bb
+++ b/meta/recipes-support/enchant/enchant2_2.3.4.bb
@@ -12,7 +12,7 @@  DEPENDS = "glib-2.0"
 inherit autotools pkgconfig github-releases
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "3da12103f11cf49c3cf2fd2ce3017575c5321a489e5b9bfa81dd91ec413f3891"
+SRC_URI[sha256sum] = "1f7e26744db1c9a0fea61d2169f4e5c1ce435cf8c2731c37e3e4054119e994a0"
 
 GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"