mbox series

[bug#67473,gnome-team,v7,00/15] World-rebuilding updates for GNOME 44.7

Message ID cover.1702747382.git.vivien@planete-kraus.eu
Headers show
Series World-rebuilding updates for GNOME 44.7 | expand

Message

Vivien Kraus Dec. 16, 2023, 5:23 p.m. UTC
Dear guix,

GNOME 44.7 releases with a new Vala. I added it to the series.

What do you think?

Best regards,

Vivien

Vivien Kraus (15):
  gnu: gdk-pixbuf: Update to 2.42.10.
  gnu: glib-networking: Update to 2.76.1.
  gnu: gnome-backgrounds: Update to 44.0.
  gnu: gtk+: Update to 3.24.38.
  gnu: gtkmm-3: Update to 3.24.8.
  gnu: json-glib: Update to 1.6.6.
  gnu: libnotify: Update to 0.8.3.
  gnu: libsoup: Update to 3.4.4.
  gnu: libsoup-minimal: Update to 3.4.4.
  gnu: libsoup-minimal: Update style.
  gnu: mm-common: Update to 1.0.5.
  gnu: pangomm@2.46: Update to 2.46.3.
  gnu: vala: Update to 0.56.14.
  gnu: yelp-tools: Update to 42.1.
  gnu: yelp-xsl: Update to 42.1.

 gnu/local.mk                                  |   2 -
 gnu/packages/gnome.scm                        | 185 +++++++++---------
 gnu/packages/gtk.scm                          |  24 ++-
 .../glib-networking-gnutls-binding.patch      |  21 --
 .../mm-common-reproducible-tarball.patch      |  40 ----
 5 files changed, 99 insertions(+), 173 deletions(-)
 delete mode 100644 gnu/packages/patches/glib-networking-gnutls-binding.patch
 delete mode 100644 gnu/packages/patches/mm-common-reproducible-tarball.patch


base-commit: 4c323c2f8308bba0e3295f3109d159c7b8f72838

Comments

Maxim Cournoyer Dec. 19, 2023, 6:29 p.m. UTC | #1
Hello,

Vivien Kraus <vivien@planete-kraus.eu> writes:

> Dear guix,
>
> GNOME 44.7 releases with a new Vala. I added it to the series.
>
> What do you think?
>
> Best regards,
>
> Vivien
>
> Vivien Kraus (15):
>   gnu: gdk-pixbuf: Update to 2.42.10.
>   gnu: glib-networking: Update to 2.76.1.
>   gnu: gnome-backgrounds: Update to 44.0.
>   gnu: gtk+: Update to 3.24.38.
>   gnu: gtkmm-3: Update to 3.24.8.
>   gnu: json-glib: Update to 1.6.6.
>   gnu: libnotify: Update to 0.8.3.
>   gnu: libsoup: Update to 3.4.4.
>   gnu: libsoup-minimal: Update to 3.4.4.
>   gnu: libsoup-minimal: Update style.
>   gnu: mm-common: Update to 1.0.5.
>   gnu: pangomm@2.46: Update to 2.46.3.
>   gnu: vala: Update to 0.56.14.
>   gnu: yelp-tools: Update to 42.1.
>   gnu: yelp-xsl: Update to 42.1.
>
>  gnu/local.mk                                  |   2 -

I only had a small comment for "09/15 gnu: libsoup-minimal: Update to
3.4.4", so:

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

(this being in reply to the cover letter meaning it's for the whole
series, per "info --index-search=Reviewed-by guix")
Liliana Marie Prikler Dec. 19, 2023, 10:52 p.m. UTC | #2
Am Dienstag, dem 19.12.2023 um 13:29 -0500 schrieb Maxim Cournoyer:
> Hello,
> 
> Vivien Kraus <vivien@planete-kraus.eu> writes:
> 
> > Dear guix,
> > 
> > GNOME 44.7 releases with a new Vala. I added it to the series.
> > 
> > What do you think?
> > 
> > Best regards,
> > 
> > Vivien
> > 
> > Vivien Kraus (15):
> >   gnu: gdk-pixbuf: Update to 2.42.10.
> >   gnu: glib-networking: Update to 2.76.1.
> >   gnu: gnome-backgrounds: Update to 44.0.
> >   gnu: gtk+: Update to 3.24.38.
> >   gnu: gtkmm-3: Update to 3.24.8.
> >   gnu: json-glib: Update to 1.6.6.
> >   gnu: libnotify: Update to 0.8.3.
> >   gnu: libsoup: Update to 3.4.4.
> >   gnu: libsoup-minimal: Update to 3.4.4.
> >   gnu: libsoup-minimal: Update style.
> >   gnu: mm-common: Update to 1.0.5.
> >   gnu: pangomm@2.46: Update to 2.46.3.
> >   gnu: vala: Update to 0.56.14.
> >   gnu: yelp-tools: Update to 42.1.
> >   gnu: yelp-xsl: Update to 42.1.
> > 
> >  gnu/local.mk                                  |   2 -
> 
> I only had a small comment for "09/15 gnu: libsoup-minimal: Update to
> 3.4.4", so:
> 
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
> 
> (this being in reply to the cover letter meaning it's for the whole
> series, per "info --index-search=Reviewed-by guix")
Pushed v8, which addresses your comment.

Thanks everyone for your work and patience.

Cheers