GNU bug report logs -
#68911
[PATCH gnome-team 0/7] GNOME 44.8 updates
Previous Next
Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>
Date: Sat, 3 Feb 2024 17:38:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68911 in the body.
You can then email your comments to 68911 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Sat, 03 Feb 2024 17:38:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
New bug report received and forwarded. Copy sent to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
.
(Sat, 03 Feb 2024 17:38:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Dear Guix,
I believe the 44.8 updates are very simple.
Here is the diff of the release engineering team versions between 44.7 and
44.8. gi-docgen is now a core application, but I don’t think we should care
about that.
Best regards,
Vivien
diff -u /tmp/44.7 /tmp/44.8
--- /tmp/44.7 2024-02-03 13:36:03.666745352 +0100
+++ /tmp/44.8 2024-02-03 13:36:23.630908720 +0100
@@ -26,6 +26,7 @@
core:gdm:44.1:
core:geocode-glib:3.26.4:
core:gexiv2:0.14.2:
+core:gi-docgen:2023.1:
core:gjs:1.76.2:
core:glib:2.76.6:
core:glib-networking:2.76.1:
@@ -59,7 +60,7 @@
core:gnome-remote-desktop:44.2:
core:gnome-session:44.0:
core:gnome-settings-daemon:44.1:
-core:gnome-shell:44.7:
+core:gnome-shell:44.8:
core:gnome-shell-extensions:44.0:
core:gnome-software:44.5:
core:gnome-system-monitor:44.0:
@@ -78,7 +79,7 @@
core:gspell:1.12.2:
core:gssdp:1.6.3:
core:gtk:4.10.5:
-core:gtk+:3.24.38:
+core:gtk+:3.24.39:
core:gtk-doc:1.33.2:
core:gtk-vnc:1.3.1:
core:gtkmm:3.24.8:
@@ -112,16 +113,16 @@
core:libsigc++:2.12.1:
core:libsoup:3.4.4:
core:libsoup:2.74.3:
-core:mm-common:1.0.5:
-core:mutter:44.7:
+core:mm-common:1.0.6:
+core:mutter:44.8:
core:nautilus:44.3.1:
core:orca:44.2:
core:pango:1.50.14:
core:pangomm:2.46.3:
core:phodav:3.0:
-core:pyatspi:2.46.0:
+core:pyatspi:2.46.1:
core:pygobject:3.44.2:
-core:rygel:0.42.4:
+core:rygel:0.42.5:
core:simple-scan:44.0:
core:sushi:44.2:
core:sysprof:3.48.0:
@@ -131,7 +132,7 @@
core:tracker:3.5.3:
core:tracker-miners:3.5.4:
core:vala:0.56.14:
-core:vte:0.72.3:
+core:vte:0.72.4:
core:xdg-desktop-portal-gnome:44.2:
core:yelp:42.2:
core:yelp-tools:42.1:
Diff finished. Sat Feb 3 13:37:54 2024
Vivien Kraus (7):
gnu: gnome-shell: Update to 44.8.
gnu: gtk+: Update to 3.24.39.
gnu: mm-common: Update to 1.0.6.
gnu: mutter: Update to 44.8.
gnu: python-pyatspi: Update to 2.46.1.
gnu: rygel: Update to 0.42.5.
gnu: vte: Update to 0.72.4.
gnu/packages/gnome.scm | 24 ++++++++++++------------
gnu/packages/gtk.scm | 4 ++--
2 files changed, 14 insertions(+), 14 deletions(-)
base-commit: e6c847defb6cb25c65172dec46a322e5d3d45088
--
2.41.0
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Sat, 03 Feb 2024 17:49:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (mm-common): Update to 1.0.6.
Change-Id: I5e7ffc18f2743e2d1e3a4547bf8f788d11b1d642
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7999eb89f3..447db88591 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1140,7 +1140,7 @@ (define-public metacity
(define-public mm-common
(package
(name "mm-common")
- (version "1.0.5")
+ (version "1.0.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/mm-common/"
@@ -1148,7 +1148,7 @@ (define-public mm-common
"mm-common-" version ".tar.xz"))
(sha256
(base32
- "1am5dmz7862hr2p4xbkdikpvd4kc0hdzqv73wjyjjshiyhlnsp3h"))))
+ "1rv211kalivq8zlq7s7bd3dhm4f33jhrwf1vxrfbrnmwgl1lcp5m"))))
(build-system meson-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Sat, 03 Feb 2024 17:49:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (gtk+): Update to 3.24.39.
Change-Id: I8cc897160189f06098333a0e6e757ede1a21332d
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index eacc7fc5ed..f2870cc4f1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -993,7 +993,7 @@ (define-public gtk+
(package
(inherit gtk+-2)
(name "gtk+")
- (version "3.24.38")
+ (version "3.24.39")
(source
(origin
(method url-fetch)
@@ -1002,7 +1002,7 @@ (define-public gtk+
name "-" version ".tar.xz"))
(sha256
(base32
- "1rwfvm2098pkwnnxjm70ig44x1a2fbwa8i2ma3cbs9cb077xw4ff"))
+ "0ycdfyal4jsnv34h7b1ph289zjpxrlnqrh2qli9kcbwvddb3xb0w"))
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
;; There is no "doc" output, because adding gtk-doc here would introduce a
--
2.41.0
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Sat, 03 Feb 2024 17:49:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (gnome-shell): Update to 44.8.
Change-Id: I35bef1cfb809cab3b629a3b03cb3cf40050f4182
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 526833eaf5..7999eb89f3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9234,7 +9234,7 @@ (define-public gnome-control-center
(define-public gnome-shell
(package
(name "gnome-shell")
- (version "44.7")
+ (version "44.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9242,7 +9242,7 @@ (define-public gnome-shell
name "-" version ".tar.xz"))
(sha256
(base32
- "0gvhlvcw6rd8xa71qfxw39kyqgnv15x8xv8my6h5215kx3il1acb"))))
+ "0bck8gssbqj8hjxgd1vqy97szkw4vh7awz2z0z96j8clz5q1dgk3"))))
(build-system meson-build-system)
(arguments
(let ((disallowed-references
--
2.41.0
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Sat, 03 Feb 2024 17:49:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (vte): Update to 0.72.4.
Change-Id: I57b6c871ff9a690998709b3c8e51aa73f2cdea72
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a5244598ad..3d79c29fb4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4537,7 +4537,7 @@ (define-public vala-0.52
(define-public vte
(package
(name "vte")
- (version "0.72.3")
+ (version "0.72.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -4545,7 +4545,7 @@ (define-public vte
"vte-" version ".tar.xz"))
(sha256
(base32
- "16v9xbngj17skipa4wjjjzwcxjb3qqad1cfi34v1sdwyy1ys617r"))))
+ "0p4apgwi8v7ccid2bif6zdffk09jl90yy66awhff9jairakbckf7"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dvapi=true"
--
2.41.0
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Sat, 03 Feb 2024 17:49:04 GMT)
Full text and
rfc822 format available.
Message #20 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (rygel): Update to 0.42.5.
Change-Id: I348840583dcf57aa241a5a1cb7842babe0b7c659
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9809098093..a5244598ad 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1682,7 +1682,7 @@ (define-public sushi
(define-public rygel
(package
(name "rygel")
- (version "0.42.4")
+ (version "0.42.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1690,7 +1690,7 @@ (define-public rygel
name "-" version ".tar.xz"))
(sha256
(base32
- "1xq36f0n42yall67ibqzqsdpvljbdanhy0lvkc8ncark5nmdy433"))))
+ "17yqnw802vp92cs7ci7kjrixbj446gcriai2dggal4375qnn0cqi"))))
(build-system meson-build-system)
(arguments
;; Disable the tracker plugin.
--
2.41.0
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Sat, 03 Feb 2024 17:49:04 GMT)
Full text and
rfc822 format available.
Message #23 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.46.1.
Change-Id: I8f60e27b3d65dd1f7614b94102c8005bcb369833
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 47e31a455e..9809098093 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11142,7 +11142,7 @@ (define-public gnome-system-monitor
(define-public python-pyatspi
(package
(name "python-pyatspi")
- (version "2.46.0")
+ (version "2.46.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -11151,7 +11151,7 @@ (define-public python-pyatspi
"/pyatspi-" version ".tar.xz"))
(sha256
(base32
- "0bn6f1cn5z3fdg98irbm4265y0ri7fdr9s1m385ibaj77p7qjm6l"))))
+ "06q4zca83hk4iify8amcb9hfxs3qvlczhjsw7p8hg72f8dbnl7zr"))))
(build-system gnu-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Sat, 03 Feb 2024 17:49:05 GMT)
Full text and
rfc822 format available.
Message #26 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (mutter): Update to 44.8.
Change-Id: I7c291d023b49ee4a523b3bfbe8498abcca678f03
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 447db88591..47e31a455e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7859,7 +7859,7 @@ (define-public zenity
(define-public mutter
(package
(name "mutter")
- (version "44.7")
+ (version "44.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7867,7 +7867,7 @@ (define-public mutter
name "-" version ".tar.xz"))
(sha256
(base32
- "1a0j1ygph6bz83da4gr2z02xqf2l5y1x10482vyh3d34arqhph26"))))
+ "12psw7cca9sh8iaixydw31sm34axs5wvs5w8l7fagfzlx8waf636"))))
;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
;; versions of cogl and clutter. As a result, many of the inputs,
;; propagated-inputs, and configure flags used in cogl and clutter are
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Sat, 03 Feb 2024 23:54:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 68911 <at> debbugs.gnu.org (full text, mbox):
Am Samstag, dem 03.02.2024 um 18:34 +0100 schrieb Vivien Kraus:
> Dear Guix,
>
> I believe the 44.8 updates are very simple.
>
> Here is the diff of the release engineering team versions between
> 44.7 and 44.8. gi-docgen is now a core application, but I don’t think
> we should care about that.
I agree.
The bumps look sane to me, but given that it's yet another world
rebuild, I kinda want to wait for CI before pushing. I will go ahead
and push if it's too lazy, though.
Cheers
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:12:02 GMT)
Full text and
rfc822 format available.
Message #32 received at 68911 <at> debbugs.gnu.org (full text, mbox):
Dear Guix,
GNOME 44.9 is out, and it has quite a lot of stuff. It also is a world
rebuild. I have the list of updates from the “releng” GNOME repository:
https://gitlab.gnome.org/GNOME/releng
I started the world rebuild on my machine. So far, everything seems to build
fine. I send these early so that QA or CI have a chance to be useful.
Best regards,
Vivien
Vivien Kraus (17):
gnu: mm-common: Update to 1.0.6.
gnu: python-pyatspi: Update to 2.46.1.
gnu: rygel: Update to 0.42.5.
gnu: vte: Update to 0.72.4.
gnu: atkmm <at> 2.28: Update to 2.28.4.
gnu: pangomm <at> 2.46: Update to 2.46.4.
gnu: gtk+: Update to 3.24.41.
gnu: gnome-initial-setup: Update to 44.8.
gnu: gcr <at> 3: Update to 3.41.2.
gnu: libgsf: Update to 1.14.52.
gnu: epiphany: Update to 44.8.
gnu: gjs: Update to 1.76.3.
gnu: mutter: Update to 44.9.
gnu: gnome-bluetooth: Update to 42.8.
gnu: gnome-shell: Update to 44.9.
gnu: folks: Update to 0.15.7.
gnu: libhandy: Update to 1.8.3.
gnu/packages/gnome.scm | 56 +++++++++++++++++++++---------------------
gnu/packages/gtk.scm | 12 ++++-----
2 files changed, 34 insertions(+), 34 deletions(-)
base-commit: 622df12ef389c9e91f68ae10c54c043f34828c83
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:12:03 GMT)
Full text and
rfc822 format available.
Message #35 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (mm-common): Update to 1.0.6.
Change-Id: I5e7ffc18f2743e2d1e3a4547bf8f788d11b1d642
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7397148c2b..c265b57f68 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1141,7 +1141,7 @@ (define-public metacity
(define-public mm-common
(package
(name "mm-common")
- (version "1.0.5")
+ (version "1.0.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/mm-common/"
@@ -1149,7 +1149,7 @@ (define-public mm-common
"mm-common-" version ".tar.xz"))
(sha256
(base32
- "1am5dmz7862hr2p4xbkdikpvd4kc0hdzqv73wjyjjshiyhlnsp3h"))))
+ "1rv211kalivq8zlq7s7bd3dhm4f33jhrwf1vxrfbrnmwgl1lcp5m"))))
(build-system meson-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:12:03 GMT)
Full text and
rfc822 format available.
Message #38 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.46.1.
Change-Id: I8f60e27b3d65dd1f7614b94102c8005bcb369833
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c265b57f68..f94abc6a65 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11186,7 +11186,7 @@ (define-public gnome-system-monitor
(define-public python-pyatspi
(package
(name "python-pyatspi")
- (version "2.46.0")
+ (version "2.46.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -11195,7 +11195,7 @@ (define-public python-pyatspi
"/pyatspi-" version ".tar.xz"))
(sha256
(base32
- "0bn6f1cn5z3fdg98irbm4265y0ri7fdr9s1m385ibaj77p7qjm6l"))))
+ "06q4zca83hk4iify8amcb9hfxs3qvlczhjsw7p8hg72f8dbnl7zr"))))
(build-system gnu-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:12:03 GMT)
Full text and
rfc822 format available.
Message #41 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (rygel): Update to 0.42.5.
Change-Id: I348840583dcf57aa241a5a1cb7842babe0b7c659
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f94abc6a65..643c0e1000 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1683,7 +1683,7 @@ (define-public sushi
(define-public rygel
(package
(name "rygel")
- (version "0.42.4")
+ (version "0.42.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1691,7 +1691,7 @@ (define-public rygel
name "-" version ".tar.xz"))
(sha256
(base32
- "1xq36f0n42yall67ibqzqsdpvljbdanhy0lvkc8ncark5nmdy433"))))
+ "17yqnw802vp92cs7ci7kjrixbj446gcriai2dggal4375qnn0cqi"))))
(build-system meson-build-system)
(arguments
;; Disable the tracker plugin.
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:12:04 GMT)
Full text and
rfc822 format available.
Message #44 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (vte): Update to 0.72.4.
Change-Id: I57b6c871ff9a690998709b3c8e51aa73f2cdea72
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 643c0e1000..8dda0801e0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4549,7 +4549,7 @@ (define-public vala-0.52
(define-public vte
(package
(name "vte")
- (version "0.72.3")
+ (version "0.72.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -4557,7 +4557,7 @@ (define-public vte
"vte-" version ".tar.xz"))
(sha256
(base32
- "16v9xbngj17skipa4wjjjzwcxjb3qqad1cfi34v1sdwyy1ys617r"))))
+ "0p4apgwi8v7ccid2bif6zdffk09jl90yy66awhff9jairakbckf7"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dvapi=true"
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:12:04 GMT)
Full text and
rfc822 format available.
Message #47 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (atkmm-2.28): Update to 2.28.4.
Change-Id: If4b333b02785c9a5712816ea048b1943b582c2e3
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index eacc7fc5ed..71406a98ea 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1792,7 +1792,7 @@ (define-public atkmm-2.28
(package
(inherit atkmm)
(name "atkmm")
- (version "2.28.1")
+ (version "2.28.4")
(source
(origin
(method url-fetch)
@@ -1801,7 +1801,7 @@ (define-public atkmm-2.28
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1b8vycqzr3lfvk2l73f4kk74hj48081zbh9r1r2ilr3h8xh7cs0i"))))
+ (base32 "1cysiz908phkagwnls44xxa60xls7r3fw540zcg00g7q520jl50a"))))
(propagated-inputs
(modify-inputs (package-propagated-inputs atkmm)
(replace "glibmm" glibmm-2.64)))))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:13:02 GMT)
Full text and
rfc822 format available.
Message #50 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (pangomm-2.46): Update to 2.46.4.
Change-Id: Ia1dcb94f35eb80a7cd79cae5245acbc4069e006b
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 71406a98ea..55a94aa09f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1725,7 +1725,7 @@ (define-public pangomm-2.46
(package
(inherit pangomm)
(name "pangomm")
- (version "2.46.3")
+ (version "2.46.4")
(source
(origin
(method url-fetch)
@@ -1734,7 +1734,7 @@ (define-public pangomm-2.46
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0ya3yb36d745m5ccgwhgxl8xjh82hiys3lvk08zqyq0s8x6y03s1"))))
+ (base32 "08nvd36s2fqksrkh573cn4gz90cpyl91azrpp7j4shi62mk1c85r"))))
(propagated-inputs
(list cairomm-1.14 glibmm-2.64 pango))))
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:13:02 GMT)
Full text and
rfc822 format available.
Message #53 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gtk.scm (gtk+): Update to 3.24.41.
Change-Id: I3dcaecb7485fa91e23fb6231f9fb51ef916da10e
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 55a94aa09f..c76fb8c25d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -993,7 +993,7 @@ (define-public gtk+
(package
(inherit gtk+-2)
(name "gtk+")
- (version "3.24.38")
+ (version "3.24.41")
(source
(origin
(method url-fetch)
@@ -1002,7 +1002,7 @@ (define-public gtk+
name "-" version ".tar.xz"))
(sha256
(base32
- "1rwfvm2098pkwnnxjm70ig44x1a2fbwa8i2ma3cbs9cb077xw4ff"))
+ "1ymna7b8p668wxbca1pgjqpw02ya4p86yaa9pja7l27kg9463nj7"))
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
;; There is no "doc" output, because adding gtk-doc here would introduce a
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:13:03 GMT)
Full text and
rfc822 format available.
Message #56 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (gnome-initial-setup): Update to 44.8.
Change-Id: I4fb3fa75605f70469db5c05cc9b19b87e74f1636
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8dda0801e0..d222547464 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1532,7 +1532,7 @@ (define-public libmediaart
(define-public gnome-initial-setup
(package
(name "gnome-initial-setup")
- (version "44.0")
+ (version "44.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
@@ -1540,7 +1540,7 @@ (define-public gnome-initial-setup
"/gnome-initial-setup-" version ".tar.xz"))
(sha256
(base32
- "1zxv0i6lwcnjs4m0ny08wxbfz25ygnwkbh4l3dkrhapqr1nzqg2r"))))
+ "0y61y3rvz1hqmhjxl9mjwxcdvdxslyaghajav6l79a9yxi859508"))))
(build-system meson-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:13:03 GMT)
Full text and
rfc822 format available.
Message #59 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (gcr-3): Update to 3.41.2.
Change-Id: I793d145775c4153386e7931ceb497d518248a120
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d222547464..8bf521cc0b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2480,7 +2480,7 @@ (define-public gcr-3
(package
(inherit gcr)
(name "gcr")
- (version "3.41.1")
+ (version "3.41.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2488,7 +2488,7 @@ (define-public gcr-3
name "-" version ".tar.xz"))
(sha256
(base32
- "0kx2pv272p0qc0nq1287gciyn34d95yxg41vq3lzxfzyqaijhwdv"))))
+ "1dqsgrb62fgmy4w63bjl3b525nil4idrrdcscia1h3isaly0zlds"))))
(arguments
(substitute-keyword-arguments (package-arguments gcr)
((#:phases phases)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:13:04 GMT)
Full text and
rfc822 format available.
Message #62 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (libgsf): Update to 1.14.52.
Change-Id: I96522e57c7f659aff596108be6258fdbcc465321
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8bf521cc0b..ce8572abe4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3456,7 +3456,7 @@ (define-public libcroco
(define-public libgsf
(package
(name "libgsf")
- (version "1.14.50")
+ (version "1.14.52")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3464,7 +3464,7 @@ (define-public libgsf
name "-" version ".tar.xz"))
(sha256
(base32
- "0llf5rpg2rg9pdz8j38dl5z82zi9kmsn639wb2fhcfc3fz820v3f"))))
+ "1w5whjq1yf6c3k0gijfkc44zrr9gamxlr8yaddfy1h7sp4ack0ci"))))
(build-system glib-or-gtk-build-system)
(outputs '("out" "bin" "doc"))
(arguments
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:13:04 GMT)
Full text and
rfc822 format available.
Message #65 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (epiphany): Update to 44.8.
Change-Id: I20a627aca1ac2044d613340b6d0c7493f76a3128
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ce8572abe4..b4dde1bbed 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7150,7 +7150,7 @@ (define-public simple-scan
(define-public epiphany
(package
(name "epiphany")
- (version "44.7")
+ (version "44.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/epiphany/"
@@ -7158,7 +7158,7 @@ (define-public epiphany
"epiphany-" version ".tar.xz"))
(sha256
(base32
- "1srdbn2rls4c0dvrjk0djfmxxnrd012jbji8aavslgkf8cs5mya4"))))
+ "1n3df2skvgmjw9sybhn811l4b58ibwxc0dc208wpvxg060pyhpfk"))))
(build-system meson-build-system)
(arguments
(list
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:18:02 GMT)
Full text and
rfc822 format available.
Message #68 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (gjs): Update to 1.76.3.
Change-Id: Ia77c6dd8c1d50e95761c066d60e856a6dce1d497
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b4dde1bbed..b79753de7f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7716,7 +7716,7 @@ (define-public gnome-session
(define-public gjs
(package
(name "gjs")
- (version "1.76.2")
+ (version "1.76.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7724,7 +7724,7 @@ (define-public gjs
name "-" version ".tar.xz"))
(sha256
(base32
- "1m15qscx2z862gfkb9pxg30bz8ka0h774l2azs5dfvzaagbckn7p"))
+ "0knkbczic9874r2mnhc8yh9w63bmj574b7528ql0x3lf40nzcjx5"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:18:02 GMT)
Full text and
rfc822 format available.
Message #71 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (mutter): Update to 44.9.
Change-Id: Id8e49adac5630068adc32c9ebe629498600589a3
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b79753de7f..16b6785072 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7871,7 +7871,7 @@ (define-public zenity
(define-public mutter
(package
(name "mutter")
- (version "44.7")
+ (version "44.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7879,7 +7879,7 @@ (define-public mutter
name "-" version ".tar.xz"))
(sha256
(base32
- "1a0j1ygph6bz83da4gr2z02xqf2l5y1x10482vyh3d34arqhph26"))))
+ "0b7wzaj67qzrhgclvqk10fwk4524j4qppl88822mxxlqr40frfnk"))))
;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
;; versions of cogl and clutter. As a result, many of the inputs,
;; propagated-inputs, and configure flags used in cogl and clutter are
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:18:02 GMT)
Full text and
rfc822 format available.
Message #74 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 42.8.
Change-Id: I432125711173212c5faee245ecf0ef77fc7d5147
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 16b6785072..c4d00bc7c4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9099,7 +9099,7 @@ (define-public libgtop
(define-public gnome-bluetooth
(package
(name "gnome-bluetooth")
- (version "42.7")
+ (version "42.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
@@ -9107,7 +9107,7 @@ (define-public gnome-bluetooth
"gnome-bluetooth-" version ".tar.xz"))
(sha256
(base32
- "0sgqplr7agyw20m20cx7kv20bamv5cqzbsl8wl2v2fzcvcligpwl"))))
+ "1ny2zhak2n09i47m2a8q1rfgr2ag10kclda56qsi16rcrbl43hkn"))))
(build-system meson-build-system)
(native-inputs
(list gettext-minimal
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:19:02 GMT)
Full text and
rfc822 format available.
Message #77 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (gnome-shell): Update to 44.9.
Change-Id: I1160153fa4cbe3f93e9cfab983f518a405e32297
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c4d00bc7c4..bcf4418194 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9256,7 +9256,7 @@ (define-public gnome-control-center
(define-public gnome-shell
(package
(name "gnome-shell")
- (version "44.7")
+ (version "44.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9264,7 +9264,7 @@ (define-public gnome-shell
name "-" version ".tar.xz"))
(sha256
(base32
- "0gvhlvcw6rd8xa71qfxw39kyqgnv15x8xv8my6h5215kx3il1acb"))))
+ "0k5pxbwwqi1fqpvja77xl0fv7y46gaz17p29f74wpzyb61g16rhp"))))
(build-system meson-build-system)
(arguments
(let ((disallowed-references
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:19:02 GMT)
Full text and
rfc822 format available.
Message #80 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (folks): Update to 0.15.7.
Change-Id: Idba35c67f771bb4228cb6c48133dda4dac2c7d8c
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bcf4418194..cf586a79d8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10775,7 +10775,7 @@ (define-public gnome-shell-extensions
(define-public folks
(package
(name "folks")
- (version "0.15.6")
+ (version "0.15.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -10784,7 +10784,7 @@ (define-public folks
"folks-" version ".tar.xz"))
(sha256
(base32
- "0j02hi6j7rn7qhfmb3abryyad020rdkh59n7w6dwwa9zal666rn8"))))
+ "0wbq6h7hv8048c2m554b385qp4i99svaxxp7balwl4ijysg223qj"))))
(build-system meson-build-system)
(arguments
'(#:phases
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Thu, 15 Feb 2024 06:19:03 GMT)
Full text and
rfc822 format available.
Message #83 received at 68911 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (libhandy): Update to 1.8.3.
Change-Id: I5e836a5d91fe83bfc5774ca32c72b7387cb0bbc0
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cf586a79d8..86f3da72a0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12064,7 +12064,7 @@ (define-public terminator
(define-public libhandy
(package
(name "libhandy")
- (version "1.8.2")
+ (version "1.8.3")
(source
(origin
(method git-fetch)
@@ -12073,7 +12073,7 @@ (define-public libhandy
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "031bmrxc62p86fpk1x8kg4zljxf5bd2cgq8bsm7nrk5yipha2xvy"))))
+ (base32 "0p80py59mg9hjk2pzp0595cv64ankaqdvqsxlhrsgzsfx940r9nc"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Fri, 16 Feb 2024 15:44:02 GMT)
Full text and
rfc822 format available.
Message #86 received at 68911 <at> debbugs.gnu.org (full text, mbox):
Hi Vivien,
Vivien Kraus <vivien <at> planete-kraus.eu> writes:
> Dear Guix,
>
> GNOME 44.9 is out, and it has quite a lot of stuff. It also is a world
> rebuild. I have the list of updates from the “releng” GNOME repository:
>
> https://gitlab.gnome.org/GNOME/releng
>
> I started the world rebuild on my machine. So far, everything seems to build
> fine. I send these early so that QA or CI have a chance to be useful.
>
> Best regards,
>
> Vivien
>
> Vivien Kraus (17):
> gnu: mm-common: Update to 1.0.6.
> gnu: python-pyatspi: Update to 2.46.1.
> gnu: rygel: Update to 0.42.5.
> gnu: vte: Update to 0.72.4.
> gnu: atkmm <at> 2.28: Update to 2.28.4.
> gnu: pangomm <at> 2.46: Update to 2.46.4.
> gnu: gtk+: Update to 3.24.41.
> gnu: gnome-initial-setup: Update to 44.8.
> gnu: gcr <at> 3: Update to 3.41.2.
> gnu: libgsf: Update to 1.14.52.
> gnu: epiphany: Update to 44.8.
> gnu: gjs: Update to 1.76.3.
> gnu: mutter: Update to 44.9.
> gnu: gnome-bluetooth: Update to 42.8.
> gnu: gnome-shell: Update to 44.9.
> gnu: folks: Update to 0.15.7.
> gnu: libhandy: Update to 1.8.3.
Assuming at least QA finds these OK;
Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
--
Thanks,
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Fri, 16 Feb 2024 17:47:01 GMT)
Full text and
rfc822 format available.
Message #89 received at 68911 <at> debbugs.gnu.org (full text, mbox):
Le vendredi 16 février 2024 à 10:41 -0500, Maxim Cournoyer a écrit :
> > Vivien Kraus (17):
> > gnu: mm-common: Update to 1.0.6.
> > gnu: python-pyatspi: Update to 2.46.1.
> > gnu: rygel: Update to 0.42.5.
> > gnu: vte: Update to 0.72.4.
> > gnu: atkmm <at> 2.28: Update to 2.28.4.
> > gnu: pangomm <at> 2.46: Update to 2.46.4.
> > gnu: gtk+: Update to 3.24.41.
> > gnu: gnome-initial-setup: Update to 44.8.
> > gnu: gcr <at> 3: Update to 3.41.2.
> > gnu: libgsf: Update to 1.14.52.
> > gnu: epiphany: Update to 44.8.
> > gnu: gjs: Update to 1.76.3.
> > gnu: mutter: Update to 44.9.
> > gnu: gnome-bluetooth: Update to 42.8.
> > gnu: gnome-shell: Update to 44.9.
> > gnu: folks: Update to 0.15.7.
> > gnu: libhandy: Update to 1.8.3.
>
> Assuming at least QA finds these OK;
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
I don’t know what QA will find, but I upgraded everything and
reconfigured, and now “it works on my machine”.
Best regards,
Vivien
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68911
; Package
guix-patches
.
(Fri, 16 Feb 2024 19:19:01 GMT)
Full text and
rfc822 format available.
Message #92 received at 68911 <at> debbugs.gnu.org (full text, mbox):
Hi,
Vivien Kraus <vivien <at> planete-kraus.eu> writes:
> Le vendredi 16 février 2024 à 10:41 -0500, Maxim Cournoyer a écrit :
>> > Vivien Kraus (17):
>> > gnu: mm-common: Update to 1.0.6.
>> > gnu: python-pyatspi: Update to 2.46.1.
>> > gnu: rygel: Update to 0.42.5.
>> > gnu: vte: Update to 0.72.4.
>> > gnu: atkmm <at> 2.28: Update to 2.28.4.
>> > gnu: pangomm <at> 2.46: Update to 2.46.4.
>> > gnu: gtk+: Update to 3.24.41.
>> > gnu: gnome-initial-setup: Update to 44.8.
>> > gnu: gcr <at> 3: Update to 3.41.2.
>> > gnu: libgsf: Update to 1.14.52.
>> > gnu: epiphany: Update to 44.8.
>> > gnu: gjs: Update to 1.76.3.
>> > gnu: mutter: Update to 44.9.
>> > gnu: gnome-bluetooth: Update to 42.8.
>> > gnu: gnome-shell: Update to 44.9.
>> > gnu: folks: Update to 0.15.7.
>> > gnu: libhandy: Update to 1.8.3.
>>
>> Assuming at least QA finds these OK;
>>
>> Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
> I don’t know what QA will find, but I upgraded everything and
> reconfigured, and now “it works on my machine”.
I'd say that's good enough a test to go to the gnome-team branch.
--
Thanks,
Maxim
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sat, 24 Feb 2024 06:32:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vivien Kraus <vivien <at> planete-kraus.eu>
:
bug acknowledged by developer.
(Sat, 24 Feb 2024 06:32:02 GMT)
Full text and
rfc822 format available.
Message #97 received at 68911-done <at> debbugs.gnu.org (full text, mbox):
Am Donnerstag, dem 15.02.2024 um 07:05 +0100 schrieb Vivien Kraus:
> Dear Guix,
>
> GNOME 44.9 is out, and it has quite a lot of stuff. It also is a
> world rebuild. I have the list of updates from the “releng” GNOME
> repository:
>
> https://gitlab.gnome.org/GNOME/releng
>
> I started the world rebuild on my machine. So far, everything seems
> to build fine. I send these early so that QA or CI have a chance to
> be useful.
>
> Best regards,
>
> Vivien
Pushed.
Thanks
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 23 Mar 2024 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.