GNU bug report logs - #67415
[PATCH gnome-team] gnu: gvfs: Update to 1.50.7.

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Thu, 23 Nov 2023 21:46:02 UTC

Severity: normal

Tags: patch

Done: Vivien Kraus <vivien <at> planete-kraus.eu>

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 67415 in the body.
You can then email your comments to 67415 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67415; Package guix-patches. (Thu, 23 Nov 2023 21:46: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 guix-patches <at> gnu.org. (Thu, 23 Nov 2023 21:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Cc: rg <at> raghavgururajan.name, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team] gnu: gvfs: Update to 1.50.7.
Date: Thu, 23 Nov 2023 22:43:46 +0100
* gnu/packages/gnome.scm (gvfs): Update to 1.50.7.
[#:configure-flags]: Add -Dman=true.
[home-page]: Update, following the redirection.

Change-Id: I93e5c3d19fa96eddd5ead3839e6eb100c16b712f
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 194a443484..31881550da 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6939,7 +6939,7 @@ (define-public libgudev
 (define-public gvfs
   (package
     (name "gvfs")
-    (version "1.50.3")
+    (version "1.50.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gvfs/"
@@ -6947,13 +6947,14 @@ (define-public gvfs
                                   "gvfs-" version ".tar.xz"))
               (sha256
                (base32
-                "1z8332qg4kpa3lm3lbwb3xir4rba9ajsbqbq4yfh45mvjyg135v8"))))
+                "0cgjlxrs4qr08igqjpkhfxpzydj8m9y9n92z091knkj5170x5bbj"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t
            #:configure-flags
            #~(list "-Dsystemduserunitdir=no"
                    "-Dtmpfilesdir=no"
+                   "-Dman=true"
                    ;; Otherwise, the RUNPATH will lack the final path component.
                    (string-append "-Dc_link_args=-Wl,-rpath="
                                   #$output "/lib/gvfs"))))
@@ -6992,7 +6993,7 @@ (define-public gvfs
            openssh
            polkit
            udisks))
-    (home-page "https://wiki.gnome.org/gvfs/")
+    (home-page "https://wiki.gnome.org/action/show/Projects/gvfs")
     (synopsis "Userspace virtual file system for GIO")
     (description
      "GVFS is a userspace virtual file system designed to work with the I/O

base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#67415; Package guix-patches. (Fri, 24 Nov 2023 05:13:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>, guix-patches <at> gnu.org
Cc: rg <at> raghavgururajan.name, maxim.cournoyer <at> gmail.com
Subject: Re: [PATCH gnome-team] gnu: gvfs: Update to 1.50.7.
Date: Fri, 24 Nov 2023 06:12:14 +0100
Am Donnerstag, dem 23.11.2023 um 22:43 +0100 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (gvfs): Update to 1.50.7.
> [#:configure-flags]: Add -Dman=true.
LGTM.
> [home-page]: Update, following the redirection.
This update is silly.  Prefer cool URLs.

Cheers




Information forwarded to guix-patches <at> gnu.org:
bug#67415; Package guix-patches. (Fri, 24 Nov 2023 22:27:02 GMT) Full text and rfc822 format available.

Message #11 received at 67415 <at> debbugs.gnu.org (full text, mbox):

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 67415 <at> debbugs.gnu.org,Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: rg <at> raghavgururajan.name, maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team v2] gnu: gvfs: Update to 1.50.7.
Date: Thu, 23 Nov 2023 22:43:46 +0100
* gnu/packages/gnome.scm (gvfs): Update to 1.50.7.
[#:configure-flags]: Add -Dman=true.
[home-page]: Update.

Change-Id: I93e5c3d19fa96eddd5ead3839e6eb100c16b712f
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 194a443484..3a4083d1d3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6939,7 +6939,7 @@ (define-public libgudev
 (define-public gvfs
   (package
     (name "gvfs")
-    (version "1.50.3")
+    (version "1.50.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gvfs/"
@@ -6947,13 +6947,14 @@ (define-public gvfs
                                   "gvfs-" version ".tar.xz"))
               (sha256
                (base32
-                "1z8332qg4kpa3lm3lbwb3xir4rba9ajsbqbq4yfh45mvjyg135v8"))))
+                "0cgjlxrs4qr08igqjpkhfxpzydj8m9y9n92z091knkj5170x5bbj"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t
            #:configure-flags
            #~(list "-Dsystemduserunitdir=no"
                    "-Dtmpfilesdir=no"
+                   "-Dman=true"
                    ;; Otherwise, the RUNPATH will lack the final path component.
                    (string-append "-Dc_link_args=-Wl,-rpath="
                                   #$output "/lib/gvfs"))))
@@ -6992,7 +6993,7 @@ (define-public gvfs
            openssh
            polkit
            udisks))
-    (home-page "https://wiki.gnome.org/gvfs/")
+    (home-page "https://wiki.gnome.org/Projects/gvfs")
     (synopsis "Userspace virtual file system for GIO")
     (description
      "GVFS is a userspace virtual file system designed to work with the I/O

base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#67415; Package guix-patches. (Mon, 04 Dec 2023 00:01:01 GMT) Full text and rfc822 format available.

Message #14 received at 67415 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Cc: rg <at> raghavgururajan.name, 67415 <at> debbugs.gnu.org,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: Re: [PATCH gnome-team v2] gnu: gvfs: Update to 1.50.7.
Date: Sun, 03 Dec 2023 19:00:19 -0500
Hi,

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

> * gnu/packages/gnome.scm (gvfs): Update to 1.50.7.
> [#:configure-flags]: Add -Dman=true.
> [home-page]: Update.

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

-- 
Thanks,
Maxim




Reply sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
You have taken responsibility. (Tue, 05 Dec 2023 17:49:03 GMT) Full text and rfc822 format available.

Notification sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
bug acknowledged by developer. (Tue, 05 Dec 2023 17:49:04 GMT) Full text and rfc822 format available.

Message #19 received at 67415-done <at> debbugs.gnu.org (full text, mbox):

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 67415-done <at> debbugs.gnu.org
Subject: Applied, closing
Date: Tue, 05 Dec 2023 18:42:26 +0100
Applied, closing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 03 Jan 2024 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 127 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.