GNU bug report logs -
#67473
[PATCH gnome-team 00/12] Hopefully the last world rebuild
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Mon, 27 Nov 2023 02:08:02 UTC
Severity: normal
Tags: patch
Merged with 67166,
67169,
67222,
67408,
67410,
67411,
67420,
67423,
67424,
67437
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 19 Dec 2023 23:52:02 +0100
with message-id <32a03b361b6e3b113ff962934d4c8d0d58ab508e.camel <at> gmail.com>
and subject line Re: [PATCH gnome-team v7 00/15] World-rebuilding updates for GNOME 44.7
has caused the debbugs.gnu.org bug report #67473,
regarding [PATCH gnome-team] gnu: libsoup: Update to 3.4.4.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
67473: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67473
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/gnome.scm (libsoup): Update to 3.4.4.
[native-inputs]: Add gettext-minimal.
Change-Id: I8da30149b9211d147aab2664b11a5c66acb461f0
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 194a443484..00a2d6f5e2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5093,7 +5093,7 @@ (define-public libsoup-minimal-2
(define-public libsoup
(package/inherit libsoup-minimal
(name "libsoup")
- (version "3.1.4")
+ (version "3.4.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libsoup/"
@@ -5101,7 +5101,7 @@ (define-public libsoup
"libsoup-" version ".tar.xz"))
(sha256
(base32
- "0m5mf2ahb462jzr40d916swv3040h9500jcmr87vnilpr4zrj584"))))
+ "1an5n2sa70f40my4g20lk38s5ib99c32bzzg8gm91v9nbxr6f719"))))
(outputs (cons "doc" (package-outputs libsoup-minimal)))
(arguments
(substitute-keyword-arguments (package-arguments libsoup-minimal)
@@ -5131,7 +5131,7 @@ (define-public libsoup
(rename-file (string-append #$output "/share/doc")
(string-append #$output:doc "/share/doc"))))))))
(native-inputs (modify-inputs (package-native-inputs libsoup-minimal)
- (prepend gi-docgen)))))
+ (prepend gettext-minimal gi-docgen)))))
(define-public libsecret
(package
base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
--
2.41.0
[Message part 3 (message/rfc822, inline)]
Am Dienstag, dem 19.12.2023 um 13:29 -0500 schrieb Maxim Cournoyer:
> Hello,
>
> Vivien Kraus <vivien <at> 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 <at> 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 <at> 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
This bug report was last modified 1 year and 139 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.