[PATCH gnome-team] gnu: libsoup: Update to 3.4.4.

  • Done
  • quality assurance status badge
Details
3 participants
  • Liliana Marie Prikler
  • Roman Riabenko
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal
Merged with
V
V
Vivien Kraus wrote on 24 Nov 2023 00:58
(address . guix-patches@gnu.org)
b30e52142d60fad1f1595fc0f55bbf4a8a55c3ca.1700783948.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (35 lines)
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
L
L
Liliana Marie Prikler wrote on 24 Nov 2023 06:17
b4773968dc28bf332e6f3524928e3a46e160389a.camel@gmail.com
Am Freitag, dem 24.11.2023 um 00:58 +0100 schrieb Vivien Kraus:
Toggle quote (5 lines)
> * gnu/packages/gnome.scm (libsoup): Update to 3.4.4.
> [native-inputs]: Add gettext-minimal.
>
> Change-Id: I8da30149b9211d147aab2664b11a5c66acb461f0
> ---
That's a webkit rebuild. From my POV, rebuilding webkit is about as
bad as rebuilding the world :)

Cheers
R
R
Roman Riabenko wrote on 25 Nov 2023 23:18
[PATCH gnome-team] gnu: libsoup: Update to 3.4.4.
(address . 67424@debbugs.gnu.org)
416670eef76e4e48ab8bb85ad6a9dfe63841fb3c.camel@riabenko.com
I used edits from this patch to build and install Epiphany 42.4 (which
is the current version in Guix) with `libsoup` 3.4.4. It works and
seems to fix issue #67447.

Roman
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEbyuIUwJNVUrtp3hK60bLvjKDmmkFAmVicrgACgkQ60bLvjKD
mmm5/w/+PSVn4VvDisf2p2ddlBD5JKE+HqxSUWW9gD/Up9y06tIhxD1e+udxFTjE
5ME5jX/pXzWCsQE8pmVRt2As7ugMrAXU4+eJALnU1C1dDmuYDc8iOC+rxRCrQ5Ic
tX0a6NsOsl8sGa6j4+G5xUUf/bdk/6def8m8qdDb1Rd9mIRrJf+BlvSV3By7Mb1a
VKbuS1oZoO7U7ecIfvM80s3siKdcwIN97RBoJWQEYI6+zUXroaE/pw+kJbFPUMm7
QFWkMdoXUW99p2h2tRofYD0c6wJPWD4OptmU8v/l4xVU3OzkMKbwXHGGu3+NcCnL
aCXQpTB2RwvWFhlQq/d++7OgZtn7Q6Ek3sy2TZgrQv4U0rBSf7itOezEAOAxwbEa
m10jQDaT1mjBaW+r2MEc+lzu3mv8PVxwb2pXYEbu+d3TtSoDXwzWkFBReJNKlZdy
rqjgDqkv+uRrSLy+bsFbBBYmvOaUgVBe9zmJ1KOYELv1JKOteLwSLBzCKqOrRJBT
4cLMIMjuQKGW2QsFHZ/TI/sc+fh4+HXbTxoGCptULypNkmE5I6wwKPm0dotaKysM
spcduxwjsybT7bexSkRHVEW7gfCKgsqlWg5WLnJHhLC9xSNP2Pwyl4wy4EHneU/+
CLVI1XNpXV2uCr7C7jhEzKq79R1N5ouCZHLi7a7JW6iA7QfCRzM=
=uQuC
-----END PGP SIGNATURE-----


L
L
Liliana Marie Prikler wrote on 27 Nov 2023 20:24
Re: [PATCH gnome-team 00/12] Hopefully the last world rebuild
5c16fa00f99da91649438767580fcddd6bd7138f.camel@gmail.com
merge 67473 67166 67169 67222 67408 67410 67420 67423 67424 67437
thanks

Am Montag, dem 27.11.2023 um 02:58 +0100 schrieb Vivien Kraus:
Toggle quote (21 lines)
> Dear guix,
>
> Here are all the updates for GNOME 44.6 that rebuild the world. 
> Please find annotated to the left of the summary message the issue it
> was originally published to.  The last 3 have not been published as
> part of another issue.
>
> Best regards,
>
> Vivien
>
> Vivien Kraus (12):
> [67166]  gnu: gdk-pixbuf: Update to 2.42.10.
> [67169]  gnu: glib-networking: Update to 2.76.1.
> [67222]  gnu: gnome-backgrounds: Update to 44.0.
> [67408]  gnu: gtk+: Update to 3.24.38.
> [67410]  gnu: gtkmm-3: Update to 3.24.8.
> [67420]  gnu: json-glib: Update to 1.6.6.
> [67423]  gnu: libnotify: Update to 0.8.3.
> [67424]  gnu: libsoup: Update to 3.4.4.
> [67437]  gnu: mm-common: Update to 1.0.5.
Merged the bug numbers.
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67424@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67424
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch