GNU bug report logs - #75668
[PATCH] gnu: snapper: Update to 0.12.1.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Sun, 19 Jan 2025 10:25:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

To reply to this bug, email your comments to 75668 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#75668; Package guix-patches. (Sun, 19 Jan 2025 10:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 19 Jan 2025 10:25:02 GMT) Full text and rfc822 format available.

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

From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: snapper: Update to 0.12.1.
Date: Sun, 19 Jan 2025 10:24:08 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/file-systems.scm (snapper): Update to 0.12.1.
[#:phases]<relative-file-locations>: Update to patch more files.

Change-Id: I6ee16a4fca78a26a7c41e29f53c22ac51912e095
---
 gnu/packages/file-systems.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 937bff4375..50fe00f688 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1349,7 +1349,7 @@ (define-public apfs-fuse
 (define-public snapper
   (package
     (name "snapper")
-    (version "0.10.7")
+    (version "0.12.1")
     (source
      (origin
        (method git-fetch)
@@ -1358,7 +1358,7 @@ (define-public snapper
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0nwmyzjwid1lf29dsr6w72dr781c81xyrjpk5y3scn4r55b5df0h"))
+        (base32 "1i5623cnhzivf64zr0g1nlyn9sjgabhyawhpsffykdxvcrnyqn69"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -1375,8 +1375,10 @@ (define-public snapper
                         (add-after 'unpack 'relative-file-locations
                           (lambda* (#:key outputs #:allow-other-keys)
                             (let* ((out (assoc-ref outputs "out")))
-                              (substitute* (list "scripts/Makefile.am"
-                                                 "data/Makefile.am")
+                              (substitute* '("scripts/Makefile.am"
+                                             "client/systemd-helper/Makefile.am"
+                                             "client/installation-helper/Makefile.am"
+                                             "data/Makefile.am")
                                 (("/usr/share")
                                  (string-append out "/share"))
                                 (("/usr/lib")

base-commit: dbe1711a3a8aa4d6e1bef8285270e07579a74f19
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75668; Package guix-patches. (Mon, 27 Jan 2025 03:43:02 GMT) Full text and rfc822 format available.

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

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: "ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: 75668-done <at> debbugs.gnu.org, ashish.is <at> lostca.se
Subject: Re: [bug#75668] [PATCH] gnu: snapper: Update to 0.12.1.
Date: Mon, 27 Jan 2025 11:42:05 +0800
[Message part 1 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/file-systems.scm (snapper): Update to 0.12.1.
> [#:phases]<relative-file-locations>: Update to patch more files.
>
> Change-Id: I6ee16a4fca78a26a7c41e29f53c22ac51912e095
> ---
>  gnu/packages/file-systems.scm | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
> index 937bff4375..50fe00f688 100644
> --- a/gnu/packages/file-systems.scm
> +++ b/gnu/packages/file-systems.scm
> @@ -1349,7 +1349,7 @@ (define-public apfs-fuse
>  (define-public snapper
>    (package
>      (name "snapper")
> -    (version "0.10.7")
> +    (version "0.12.1")
>      (source
>       (origin
>         (method git-fetch)
> @@ -1358,7 +1358,7 @@ (define-public snapper
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "0nwmyzjwid1lf29dsr6w72dr781c81xyrjpk5y3scn4r55b5df0h"))
> +        (base32 "1i5623cnhzivf64zr0g1nlyn9sjgabhyawhpsffykdxvcrnyqn69"))
>         (modules '((guix build utils)))
>         (snippet
>          '(begin
> @@ -1375,8 +1375,10 @@ (define-public snapper
>                          (add-after 'unpack 'relative-file-locations
>                            (lambda* (#:key outputs #:allow-other-keys)
>                              (let* ((out (assoc-ref outputs "out")))
> -                              (substitute* (list "scripts/Makefile.am"
> -                                                 "data/Makefile.am")
> +                              (substitute* '("scripts/Makefile.am"
> +                                             "client/systemd-helper/Makefile.am"
> +                                             "client/installation-helper/Makefile.am"
> +                                             "data/Makefile.am")
>                                  (("/usr/share")
>                                   (string-append out "/share"))
>                                  (("/usr/lib")
>
> base-commit: dbe1711a3a8aa4d6e1bef8285270e07579a74f19
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Mon, 27 Jan 2025 03:43:03 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Mon, 27 Jan 2025 03:43:03 GMT) Full text and rfc822 format available.

This bug report was last modified 3 days ago.

Previous Next


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