* [meta-oe] [PATCH] setxkbmap: upgrade 1.3.1 -> 1.3.2
@ 2019-07-18 2:23 Zang Ruochen
2019-07-19 0:06 ` akuster808
0 siblings, 1 reply; 3+ messages in thread
From: Zang Ruochen @ 2019-07-18 2:23 UTC (permalink / raw)
To: openembedded-devel
-Upgrade from setxkbmap_1.3.1.bb to setxkbmap_1.3.2.bb.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../xorg-app/{setxkbmap_1.3.1.bb => setxkbmap_1.3.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-oe/recipes-graphics/xorg-app/{setxkbmap_1.3.1.bb => setxkbmap_1.3.2.bb} (78%)
diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb
similarity index 78%
rename from meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb
rename to meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb
index 8402753..30fbd1b 100644
--- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb
+++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb
@@ -15,5 +15,5 @@ DEPENDS += "libxkbfile"
BBCLASSEXTEND = "native"
-SRC_URI[md5sum] = "2c47a1b8e268df73963c4eb2316b1a89"
-SRC_URI[sha256sum] = "a9ddb3963f263ba13f0ea105d8c45a531832140530217cc559587bb94f02d3e1"
+SRC_URI[md5sum] = "93e736c98fb75856ee8227a0c49a128d"
+SRC_URI[sha256sum] = "8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5"
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe] [PATCH] setxkbmap: upgrade 1.3.1 -> 1.3.2
2019-07-18 2:23 [meta-oe] [PATCH] setxkbmap: upgrade 1.3.1 -> 1.3.2 Zang Ruochen
@ 2019-07-19 0:06 ` akuster808
2019-07-19 23:12 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: akuster808 @ 2019-07-19 0:06 UTC (permalink / raw)
To: Zang Ruochen, openembedded-devel
Zang,
On 7/17/19 7:23 PM, Zang Ruochen wrote:
> -Upgrade from setxkbmap_1.3.1.bb to setxkbmap_1.3.2.bb.
We understand this is an upgrade so i don't think the above line is
necessary as it is covered in the subject line.
I find it more helpful if a comment like "this a bug fix only" or
includes new features.
Information like that helps in stable branch backport selection.
thank you for taking the time to update this package.
regards,
Armin
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> .../xorg-app/{setxkbmap_1.3.1.bb => setxkbmap_1.3.2.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta-oe/recipes-graphics/xorg-app/{setxkbmap_1.3.1.bb => setxkbmap_1.3.2.bb} (78%)
>
> diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb
> similarity index 78%
> rename from meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb
> rename to meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb
> index 8402753..30fbd1b 100644
> --- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb
> +++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb
> @@ -15,5 +15,5 @@ DEPENDS += "libxkbfile"
>
> BBCLASSEXTEND = "native"
>
> -SRC_URI[md5sum] = "2c47a1b8e268df73963c4eb2316b1a89"
> -SRC_URI[sha256sum] = "a9ddb3963f263ba13f0ea105d8c45a531832140530217cc559587bb94f02d3e1"
> +SRC_URI[md5sum] = "93e736c98fb75856ee8227a0c49a128d"
> +SRC_URI[sha256sum] = "8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-oe] [PATCH] setxkbmap: upgrade 1.3.1 -> 1.3.2
2019-07-19 0:06 ` akuster808
@ 2019-07-19 23:12 ` Khem Raj
0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2019-07-19 23:12 UTC (permalink / raw)
To: akuster808; +Cc: openembeded-devel
On Thu, Jul 18, 2019 at 5:06 PM akuster808 <akuster808@gmail.com> wrote:
>
> Zang,
>
> On 7/17/19 7:23 PM, Zang Ruochen wrote:
> > -Upgrade from setxkbmap_1.3.1.bb to setxkbmap_1.3.2.bb.
>
> We understand this is an upgrade so i don't think the above line is
> necessary as it is covered in the subject line.
>
> I find it more helpful if a comment like "this a bug fix only" or
> includes new features.
>
> Information like that helps in stable branch backport selection.
>
https://gitlab.freedesktop.org/xorg/app/setxkbmap/-/tags
tells me that its has been 4 years since 1.3.1 was released
but changes are small, and seems fine to be backported
> thank you for taking the time to update this package.
> regards,
> Armin
> >
> > Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> > ---
> > .../xorg-app/{setxkbmap_1.3.1.bb => setxkbmap_1.3.2.bb} | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> > rename meta-oe/recipes-graphics/xorg-app/{setxkbmap_1.3.1.bb => setxkbmap_1.3.2.bb} (78%)
> >
> > diff --git a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb
> > similarity index 78%
> > rename from meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb
> > rename to meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb
> > index 8402753..30fbd1b 100644
> > --- a/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.1.bb
> > +++ b/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.2.bb
> > @@ -15,5 +15,5 @@ DEPENDS += "libxkbfile"
> >
> > BBCLASSEXTEND = "native"
> >
> > -SRC_URI[md5sum] = "2c47a1b8e268df73963c4eb2316b1a89"
> > -SRC_URI[sha256sum] = "a9ddb3963f263ba13f0ea105d8c45a531832140530217cc559587bb94f02d3e1"
> > +SRC_URI[md5sum] = "93e736c98fb75856ee8227a0c49a128d"
> > +SRC_URI[sha256sum] = "8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5"
>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-19 23:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-18 2:23 [meta-oe] [PATCH] setxkbmap: upgrade 1.3.1 -> 1.3.2 Zang Ruochen
2019-07-19 0:06 ` akuster808
2019-07-19 23:12 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox