diff mbox series

[meta-gnome] libnma: 1.10.4 -> 1.10.6

Message ID 20230119151129.4351-1-kai.kang@windriver.com
State New
Headers show
Series [meta-gnome] libnma: 1.10.4 -> 1.10.6 | expand

Commit Message

Kai Jan. 19, 2023, 3:11 p.m. UTC
From: Kai Kang <kai.kang@windriver.com>

=======================================
libnma-1.10.6
Overview of changes since libnma-1.10.4
=======================================

* Fix the path and translation domains of GSchema files.
* Removed strings that don't match our conscious language standards from
  the translation files.
* Added autoptr support.
* Fix translations of country and territory names in the mobile broadband
  dialog.
* Honor explicitly set APN if provider was not present in the mobile
  broadband dialog.
* Make sure Kosovar operators are ordered properly in the mobile broadband
  dialog.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../libnma/{libnma_1.10.4.bb => libnma_1.10.6.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-connectivity/libnma/{libnma_1.10.4.bb => libnma_1.10.6.bb} (92%)

Comments

Khem Raj Jan. 19, 2023, 4:48 p.m. UTC | #1
A different patch doing this upgrade it already in master-next

https://patchwork.yoctoproject.org/project/oe/patch/1673939785-20072-2-git-send-email-wangmy@fujitsu.com/

On Thu, Jan 19, 2023 at 7:11 AM Kai Kang <kai.kang@eng.windriver.com> wrote:
>
> From: Kai Kang <kai.kang@windriver.com>
>
> =======================================
> libnma-1.10.6
> Overview of changes since libnma-1.10.4
> =======================================
>
> * Fix the path and translation domains of GSchema files.
> * Removed strings that don't match our conscious language standards from
>   the translation files.
> * Added autoptr support.
> * Fix translations of country and territory names in the mobile broadband
>   dialog.
> * Honor explicitly set APN if provider was not present in the mobile
>   broadband dialog.
> * Make sure Kosovar operators are ordered properly in the mobile broadband
>   dialog.
>
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
>  .../libnma/{libnma_1.10.4.bb => libnma_1.10.6.bb}               | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-gnome/recipes-connectivity/libnma/{libnma_1.10.4.bb => libnma_1.10.6.bb} (92%)
>
> diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.4.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb
> similarity index 92%
> rename from meta-gnome/recipes-connectivity/libnma/libnma_1.10.4.bb
> rename to meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb
> index 6adb7ec29..bff9a3360 100644
> --- a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.4.bb
> +++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb
> @@ -10,7 +10,7 @@ inherit gnomebase gobject-introspection gtk-doc gettext vala features_check
>  REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)} opengl"
>  ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
>
> -SRC_URI[archive.sha256sum] = "79e730dda19f9b34886f4064aa170f1a2326b08329d655d80b67e906c7f78b7c"
> +SRC_URI[archive.sha256sum] = "53a6fb2b190ad37c5986caed3e98bede7c3c602399ee4f93c8fc054303d76dab"
>
>  PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info"
>  PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"
> --
> 2.17.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#100659): https://lists.openembedded.org/g/openembedded-devel/message/100659
> Mute This Topic: https://lists.openembedded.org/mt/96378895/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.4.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb
similarity index 92%
rename from meta-gnome/recipes-connectivity/libnma/libnma_1.10.4.bb
rename to meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb
index 6adb7ec29..bff9a3360 100644
--- a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.4.bb
+++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb
@@ -10,7 +10,7 @@  inherit gnomebase gobject-introspection gtk-doc gettext vala features_check
 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)} opengl"
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-SRC_URI[archive.sha256sum] = "79e730dda19f9b34886f4064aa170f1a2326b08329d655d80b67e906c7f78b7c"
+SRC_URI[archive.sha256sum] = "53a6fb2b190ad37c5986caed3e98bede7c3c602399ee4f93c8fc054303d76dab"
 
 PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info"
 PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"