* [Buildroot] [PATCH] package/glibmm2_66: bump to version 2.66.6
@ 2023-05-08 8:25 Daniel Lang
2023-05-08 19:22 ` Yann E. MORIN
2023-06-08 21:05 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Daniel Lang @ 2023-05-08 8:25 UTC (permalink / raw)
To: buildroot; +Cc: Daniel Lang
https://gitlab.gnome.org/GNOME/glibmm/-/raw/2.66.6/NEWS
Signed-off-by: Daniel Lang <dalang@gmx.at>
---
package/glibmm2_66/glibmm2_66.hash | 4 ++--
package/glibmm2_66/glibmm2_66.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/glibmm2_66/glibmm2_66.hash b/package/glibmm2_66/glibmm2_66.hash
index b7d19b261c..19272d2b90 100644
--- a/package/glibmm2_66/glibmm2_66.hash
+++ b/package/glibmm2_66/glibmm2_66.hash
@@ -1,5 +1,5 @@
-# From https://download.gnome.org/sources/glibmm/2.66/glibmm-2.66.5.sha256sum
-sha256 7b384662dd6ec3b86c0570331d32af05db2bd99a791602b767b4a0b2566ec149 glibmm-2.66.5.tar.xz
+# From https://download.gnome.org/sources/glibmm/2.66/glibmm-2.66.6.sha256sum
+sha256 5358742598181e5351d7bf8da072bf93e6dd5f178d27640d4e462bc8f14e152f glibmm-2.66.6.tar.xz
# License files, locally calculated
sha256 3ea7fa7c5d9a3a113e950eca9cfb85107f096270d8e4dd99daa9d8abdebc60e7 COPYING
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING.tools
diff --git a/package/glibmm2_66/glibmm2_66.mk b/package/glibmm2_66/glibmm2_66.mk
index b58c7ca8df..7f28342c52 100644
--- a/package/glibmm2_66/glibmm2_66.mk
+++ b/package/glibmm2_66/glibmm2_66.mk
@@ -5,7 +5,7 @@
################################################################################
GLIBMM2_66_VERSION_MAJOR = 2.66
-GLIBMM2_66_VERSION = $(GLIBMM2_66_VERSION_MAJOR).5
+GLIBMM2_66_VERSION = $(GLIBMM2_66_VERSION_MAJOR).6
GLIBMM2_66_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (tools)
GLIBMM2_66_LICENSE_FILES = COPYING COPYING.tools
GLIBMM2_66_SOURCE = glibmm-$(GLIBMM2_66_VERSION).tar.xz
--
2.40.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/glibmm2_66: bump to version 2.66.6
2023-05-08 8:25 [Buildroot] [PATCH] package/glibmm2_66: bump to version 2.66.6 Daniel Lang
@ 2023-05-08 19:22 ` Yann E. MORIN
2023-06-08 21:05 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2023-05-08 19:22 UTC (permalink / raw)
To: Daniel Lang; +Cc: Daniel Lang, buildroot
Daniel, All,
On 2023-05-08 10:25 +0200, Daniel Lang spake thusly:
> https://gitlab.gnome.org/GNOME/glibmm/-/raw/2.66.6/NEWS
>
> Signed-off-by: Daniel Lang <dalang@gmx.at>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/glibmm2_66/glibmm2_66.hash | 4 ++--
> package/glibmm2_66/glibmm2_66.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/glibmm2_66/glibmm2_66.hash b/package/glibmm2_66/glibmm2_66.hash
> index b7d19b261c..19272d2b90 100644
> --- a/package/glibmm2_66/glibmm2_66.hash
> +++ b/package/glibmm2_66/glibmm2_66.hash
> @@ -1,5 +1,5 @@
> -# From https://download.gnome.org/sources/glibmm/2.66/glibmm-2.66.5.sha256sum
> -sha256 7b384662dd6ec3b86c0570331d32af05db2bd99a791602b767b4a0b2566ec149 glibmm-2.66.5.tar.xz
> +# From https://download.gnome.org/sources/glibmm/2.66/glibmm-2.66.6.sha256sum
> +sha256 5358742598181e5351d7bf8da072bf93e6dd5f178d27640d4e462bc8f14e152f glibmm-2.66.6.tar.xz
> # License files, locally calculated
> sha256 3ea7fa7c5d9a3a113e950eca9cfb85107f096270d8e4dd99daa9d8abdebc60e7 COPYING
> sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING.tools
> diff --git a/package/glibmm2_66/glibmm2_66.mk b/package/glibmm2_66/glibmm2_66.mk
> index b58c7ca8df..7f28342c52 100644
> --- a/package/glibmm2_66/glibmm2_66.mk
> +++ b/package/glibmm2_66/glibmm2_66.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> GLIBMM2_66_VERSION_MAJOR = 2.66
> -GLIBMM2_66_VERSION = $(GLIBMM2_66_VERSION_MAJOR).5
> +GLIBMM2_66_VERSION = $(GLIBMM2_66_VERSION_MAJOR).6
> GLIBMM2_66_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (tools)
> GLIBMM2_66_LICENSE_FILES = COPYING COPYING.tools
> GLIBMM2_66_SOURCE = glibmm-$(GLIBMM2_66_VERSION).tar.xz
> --
> 2.40.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/glibmm2_66: bump to version 2.66.6
2023-05-08 8:25 [Buildroot] [PATCH] package/glibmm2_66: bump to version 2.66.6 Daniel Lang
2023-05-08 19:22 ` Yann E. MORIN
@ 2023-06-08 21:05 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-06-08 21:05 UTC (permalink / raw)
To: Daniel Lang; +Cc: Daniel Lang, buildroot
>>>>> "Daniel" == Daniel Lang <dalang@gmx.at> writes:
> https://gitlab.gnome.org/GNOME/glibmm/-/raw/2.66.6/NEWS
> Signed-off-by: Daniel Lang <dalang@gmx.at>
Committed to 2023.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-08 21:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-08 8:25 [Buildroot] [PATCH] package/glibmm2_66: bump to version 2.66.6 Daniel Lang
2023-05-08 19:22 ` Yann E. MORIN
2023-06-08 21:05 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox