GNU bug report logs - #66407
[PATCH gnome-team] gnu: shared-mime-info: Update to 2.3.

Previous Next

Package: guix-patches;

Reported by: Bruno Victal <mirai <at> makinata.eu>

Date: Sun, 8 Oct 2023 14:27: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 66407 in the body.
You can then email your comments to 66407 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#66407; Package guix-patches. (Sun, 08 Oct 2023 14:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Bruno Victal <mirai <at> makinata.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 08 Oct 2023 14:27:02 GMT) Full text and rfc822 format available.

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

From: Bruno Victal <mirai <at> makinata.eu>
To: guix-patches <at> gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [PATCH gnome-team] gnu: shared-mime-info: Update to 2.3.
Date: Sun,  8 Oct 2023 15:24:15 +0100
* gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.3.
(xdgmime): Match commit to the one used in the shared-mime-info release.
---
 gnu/packages/freedesktop.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 85ba5ba147..4c191e1d27 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -472,7 +472,7 @@ (define-public maliit-keyboard
 (define xdgmime
   ;; No public release, match commit to the one used in the
   ;; shared-mime-info release.
-  (let ((commit "de283fc430460b9b3a7e61432a6d273cd64cb102")
+  (let ((commit "179296748e92bd91bf531656632a1056307fb7b7")
         (revision "1"))
     (package
       (name "xdgmime")
@@ -485,7 +485,7 @@ (define xdgmime
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0m9k7nfxgchb9j0xh9cwsldz6564qisqdkvlhgkcgc0grd4nfbn9"))))
+                  "04bpbqlkmwi2pqx1lj3awa9f9gwp4n91fpnz8hbbd0hl8x41przm"))))
       (build-system gnu-build-system)
       (arguments
        (list
@@ -519,7 +519,7 @@ (define xdgmime
 (define-public shared-mime-info
   (package
     (name "shared-mime-info")
-    (version "2.2")
+    (version "2.3")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -528,7 +528,7 @@ (define-public shared-mime-info
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "04dfnnflspprxg7qia3whz1754lfvgi4ihvmihg379936zy5xd22"))
+               "0w8sbhz00sk6k8pyiykfig4rm22jyibalj7g22j9qf3d2nfy8ivh"))
              (patches (search-patches "shared-mime-info-xdgmime-path.patch"))))
     (build-system meson-build-system)
     (arguments

base-commit: 7d134b57b79188f8c878625d4e09f9bd6181e8c0
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66407; Package guix-patches. (Fri, 27 Oct 2023 19:05:02 GMT) Full text and rfc822 format available.

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

From: Bruno Victal <mirai <at> makinata.eu>
To: 66407 <at> debbugs.gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [PATCH gnome-team v2 1/2] gnu: xdgmime: Update to
 179296748e92bd91bf531656632a1056307fb7b7.
Date: Fri, 27 Oct 2023 20:03:14 +0100
* gnu/packages/freedesktop.scm (xdgmime): Match commit to the one used in the
shared-mime-info release.

Change-Id: I5d65544ad01526157dbe553d98dc78db037546c8
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index c52e921756..99cf82e3f3 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -486,7 +486,7 @@ (define-public maliit-keyboard
 (define xdgmime
   ;; No public release, match commit to the one used in the
   ;; shared-mime-info release.
-  (let ((commit "de283fc430460b9b3a7e61432a6d273cd64cb102")
+  (let ((commit "179296748e92bd91bf531656632a1056307fb7b7")
         (revision "1"))
     (package
       (name "xdgmime")
@@ -499,7 +499,7 @@ (define xdgmime
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0m9k7nfxgchb9j0xh9cwsldz6564qisqdkvlhgkcgc0grd4nfbn9"))))
+                  "04bpbqlkmwi2pqx1lj3awa9f9gwp4n91fpnz8hbbd0hl8x41przm"))))
       (build-system gnu-build-system)
       (arguments
        (list

base-commit: 2677bf985c0025d04ffdcff31763978b633dbc58
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66407; Package guix-patches. (Fri, 27 Oct 2023 19:13:01 GMT) Full text and rfc822 format available.

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

From: Bruno Victal <mirai <at> makinata.eu>
To: 66407 <at> debbugs.gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [PATCH gnome-team v2 2/2] gnu: shared-mime-info: Update to 2.3.
Date: Fri, 27 Oct 2023 20:03:15 +0100
* gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.3.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 99cf82e3f3..0ec344492b 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -533,7 +533,7 @@ (define xdgmime
 (define-public shared-mime-info
   (package
     (name "shared-mime-info")
-    (version "2.2")
+    (version "2.3")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -542,7 +542,7 @@ (define-public shared-mime-info
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "04dfnnflspprxg7qia3whz1754lfvgi4ihvmihg379936zy5xd22"))
+               "0w8sbhz00sk6k8pyiykfig4rm22jyibalj7g22j9qf3d2nfy8ivh"))
              (patches (search-patches "shared-mime-info-xdgmime-path.patch"))))
     (build-system meson-build-system)
     (arguments
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66407; Package guix-patches. (Fri, 27 Oct 2023 19:34:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Bruno Victal <mirai <at> makinata.eu>, 66407 <at> debbugs.gnu.org
Subject: Re: [PATCH gnome-team v2 1/2] gnu: xdgmime: Update to
 179296748e92bd91bf531656632a1056307fb7b7.
Date: Fri, 27 Oct 2023 21:33:10 +0200
Am Freitag, dem 27.10.2023 um 20:03 +0100 schrieb Bruno Victal:
> * gnu/packages/freedesktop.scm (xdgmime): Match commit to the one
> used in the shared-mime-info release.
> 
> Change-Id: I5d65544ad01526157dbe553d98dc78db037546c8
> ---
Don't forget to reword the ChangeLogs when splitting commits :)

I've applied this locally (with said reword) and it builds.  Will wait
about a week for CI to catch up – if it doesn't I'll give it a push :>





Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sat, 04 Nov 2023 07:14:02 GMT) Full text and rfc822 format available.

Notification sent to Bruno Victal <mirai <at> makinata.eu>:
bug acknowledged by developer. (Sat, 04 Nov 2023 07:14:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Bruno Victal <mirai <at> makinata.eu>, 66407-done <at> debbugs.gnu.org
Subject: Re: [PATCH gnome-team v2 2/2] gnu: shared-mime-info: Update to 2.3.
Date: Sat, 04 Nov 2023 08:13:09 +0100
Am Freitag, dem 27.10.2023 um 20:03 +0100 schrieb Bruno Victal:
> * gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.3.
Pushed.

Cheers




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 02 Dec 2023 12:24:05 GMT) Full text and rfc822 format available.

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

Previous Next


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