From unknown Sun Jun 22 07:47:03 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75668] [PATCH] gnu: snapper: Update to 0.12.1. Resent-From: ashish.is@lostca.se Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 19 Jan 2025 10:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 75668 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75668@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173728227611079 (code B ref -1); Sun, 19 Jan 2025 10:25:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Jan 2025 10:24:36 +0000 Received: from localhost ([127.0.0.1]:44980 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tZSTr-0002sa-FA for submit@debbugs.gnu.org; Sun, 19 Jan 2025 05:24:35 -0500 Received: from lists.gnu.org ([2001:470:142::17]:54276) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tZSTp-0002rg-8O for submit@debbugs.gnu.org; Sun, 19 Jan 2025 05:24:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tZSTh-0000nD-2X for guix-patches@gnu.org; Sun, 19 Jan 2025 05:24:27 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tZSTf-0003D3-BM for guix-patches@gnu.org; Sun, 19 Jan 2025 05:24:24 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:d500:49cd:97bb:b99f:7a17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id AB08A13B8; Sun, 19 Jan 2025 10:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1737282258; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8zMmkCup9fLt/59m1G+6FloD6dn06OGkebSL1DnQL2g=; b=qJTiOsdKkyjM79j6iUXOyhzMmQU5n04tTaR8JUlvVUNZLAch2UDK/9Z5nKKIx0/nxgBSFP MXaXNH9Xt4mFD6pnCCgk9fbZxBbL4W3lwPQNz/Q+EY/nlW/Bvl49EKcHlAXvqgbB0cw2SM QixsfoqQ2epuQxxemu9JZ47HFqKHWEI= From: ashish.is@lostca.se Date: Sun, 19 Jan 2025 10:24:08 +0000 Message-ID: <2e8ee4ce4f54383b37633f27329d502c3dfe6bd2.1737282248.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: Ashish SHUKLA * gnu/packages/file-systems.scm (snapper): Update to 0.12.1. [#:phases]: 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 From unknown Sun Jun 22 07:47:03 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75668] [PATCH] gnu: snapper: Update to 0.12.1. Resent-From: Zheng Junjie Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 27 Jan 2025 03:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 75668 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75668@debbugs.gnu.org Cc: 75668-done@debbugs.gnu.org, ashish.is@lostca.se X-Debbugs-Original-To: "ashish.is--- via Guix-patches" via Received: via spool by submit@debbugs.gnu.org id=B.173794936116651 (code B ref -1); Mon, 27 Jan 2025 03:43:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jan 2025 03:42:41 +0000 Received: from localhost ([127.0.0.1]:58664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tcG1J-0004KU-4B for submit@debbugs.gnu.org; Sun, 26 Jan 2025 22:42:41 -0500 Received: from lists.gnu.org ([2001:470:142::17]:34708) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tcG11-0004JY-1L for submit@debbugs.gnu.org; Sun, 26 Jan 2025 22:42:23 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tcG0u-000383-HE for guix-patches@gnu.org; Sun, 26 Jan 2025 22:42:17 -0500 Received: from smtp21.cstnet.cn ([159.226.251.21] helo=cstnet.cn) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1tcG0s-0006im-FD for guix-patches@gnu.org; Sun, 26 Jan 2025 22:42:16 -0500 Received: from m (unknown [107.174.64.25]) by APP-01 (Coremail) with SMTP id qwCowADHTviOAJdn7EWdCQ--.53900S2; Mon, 27 Jan 2025 11:42:10 +0800 (CST) From: Zheng Junjie In-Reply-To: <2e8ee4ce4f54383b37633f27329d502c3dfe6bd2.1737282248.git.ashish.is@lostca.se> (ashish is's message of "Sun, 19 Jan 2025 10:24:08 +0000") References: <2e8ee4ce4f54383b37633f27329d502c3dfe6bd2.1737282248.git.ashish.is@lostca.se> User-Agent: mu4e 1.12.7; emacs 30.0.92 Date: Mon, 27 Jan 2025 11:42:05 +0800 Message-ID: <875xm02a9e.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: qwCowADHTviOAJdn7EWdCQ--.53900S2 X-Coremail-Antispam: 1UD129KBjvJXoW7Aw47JFyUAFWxJryDWw1xXwb_yoW8Aw1Upr 9Y9F43Kr43KrWUKw1xKF47tr1Yq34FyryqgryUZw1Ikw4avrWxGrWayrWrWF17Zr97W398 tr4ft347Zry5Aa7anT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUvCb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_JFI_Gr1l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Gr0_Cr1l84ACjcxK6I8E87Iv67AKxVW8Jr0_Cr1UM28EF7xvwV C2z280aVCY1x0267AKxVW8Jr0_Cr1UM2vj62AExVA0xI801c8C04v26x02cVCv0xWle2I2 62IYc4CY6c8Ij28IcVAaY2xG8wASzI0EjI02j7AqF2xKxwAqx4xG64xvF2IEw4CE5I8CrV C2j2WlYx0E2Ix0cI8IcVAFwI0_Jrv_JF1lYx0Ex4A2jsIE14v26r1j6r4UMcvjeVCFs4IE 7xkEbVWUJVW8JwACjcxG0xvEwIxGrwCF04k20xvY0x0EwIxGrwCFx2IqxVCFs4IE7xkEbV WUJVW8JwC20s026c02F40E14v26r1j6r18MI8I3I0E7480Y4vE14v26r106r1rMI8E67AF 67kF1VAFwI0_Jrv_JF1lIxkGc2Ij64vIr41lIxAIcVC0I7IYx2IY67AKxVWUJVWUCwCI42 IY6xIIjxv20xvEc7CjxVAFwI0_Jr0_Gr1lIxAIcVCF04k26cxKx2IYs7xG6r1j6r1xMIIF 0xvEx4A2jsIE14v26r1j6r4UMIIF0xvEx4A2jsIEc7CjxVAFwI0_Jr0_GrUvcSsGvfC2Kf nxnUUI43ZEXa7IUepbytUUUUU== X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ Received-SPF: pass client-ip=159.226.251.21; envelope-from=zhengjunjie@iscas.ac.cn; helo=cstnet.cn X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --=-=-= Content-Type: text/plain "ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * gnu/packages/file-systems.scm (snapper): Update to 0.12.1. > [#:phases]: 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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmeXAI0ACgkQO1qpk+Gi 3/D3zA/+KkgTGmCA/CUc/y1zqNg5F5iIjPY0MixK+3gjn4Gd0MfGZgsEKim9+e/X bnlUQJ4rOc2Q6YN0atYyYkWdY1ZyrrasT9K63HUpFNCVDsAcG1QkgjdBr6lqqcVv m3R1ZFXcq5SMIA8bxIps71o4hbTXTI86KsMxVoB2MaSd7dwiVzJqpEgWSLAtH/0q 3q3q+X71AbUU2Tv1PoKrtGr2ZuLF4mTti5CtQMxCDo1ZSSYGEaKoX5CIaY8t3A3Q pFHVeCaiwcgC3co8wR1P+lKSlBzMQb9sLMZ4Oj2BrOgXHKua79yiLI6cjqAY84jf JRhnJQGDmcJ4ZK8u0KeNIDV4nbCMGvx7ugCyhpy0/cto5CTMVgSqXx2CShN/0WUP oGrzI4/SO6vMsy0qxYd2HZDA4UpIyrn9I82aQJuzCWB97XI0uYuSOYCTnhO+C4/J b2ZGv9argblUGazJGhaHRYrbB1HDVPSQZLDkBK4ZY/zB1jbND9PSA0avjTl877Rb p0Emvq3Kb8KQXxqY7DlBGfs7wJj4OKDFXu7uiNAucRmaZ3VLn42jkuG/hLs7Xs3v IOemIwl7cEzG6OjTGEG0tGZNslcMcFVX0uvxHYUCeeITsPNJiwOhLV8wm/ic/Skx kR/jiHV2BMXxDfJ6rb21YrGX4WPyetQTKCxBi2c81UAvCkHLiG4= =tsS7 -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 07:47:03 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ashish.is@lostca.se Subject: bug#75668: closed (Re: [bug#75668] [PATCH] gnu: snapper: Update to 0.12.1.) Message-ID: References: <875xm02a9e.fsf@iscas.ac.cn> <2e8ee4ce4f54383b37633f27329d502c3dfe6bd2.1737282248.git.ashish.is@lostca.se> X-Gnu-PR-Message: they-closed 75668 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 75668@debbugs.gnu.org Date: Mon, 27 Jan 2025 03:43:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1737949383-16716-1" This is a multi-part message in MIME format... ------------=_1737949383-16716-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #75668: [PATCH] gnu: snapper: Update to 0.12.1. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 75668@debbugs.gnu.org. --=20 75668: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75668 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1737949383-16716-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 75668-done) by debbugs.gnu.org; 27 Jan 2025 03:42:22 +0000 Received: from localhost ([127.0.0.1]:58660 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tcG0z-0004Jk-LL for submit@debbugs.gnu.org; Sun, 26 Jan 2025 22:42:22 -0500 Received: from smtp21.cstnet.cn ([159.226.251.21]:38196 helo=cstnet.cn) by debbugs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1tcG0x-0004JP-0s for 75668-done@debbugs.gnu.org; Sun, 26 Jan 2025 22:42:20 -0500 Received: from m (unknown [107.174.64.25]) by APP-01 (Coremail) with SMTP id qwCowADHTviOAJdn7EWdCQ--.53900S2; Mon, 27 Jan 2025 11:42:10 +0800 (CST) From: Zheng Junjie To: "ashish.is--- via Guix-patches" via Subject: Re: [bug#75668] [PATCH] gnu: snapper: Update to 0.12.1. In-Reply-To: <2e8ee4ce4f54383b37633f27329d502c3dfe6bd2.1737282248.git.ashish.is@lostca.se> (ashish is's message of "Sun, 19 Jan 2025 10:24:08 +0000") References: <2e8ee4ce4f54383b37633f27329d502c3dfe6bd2.1737282248.git.ashish.is@lostca.se> User-Agent: mu4e 1.12.7; emacs 30.0.92 Date: Mon, 27 Jan 2025 11:42:05 +0800 Message-ID: <875xm02a9e.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: qwCowADHTviOAJdn7EWdCQ--.53900S2 X-Coremail-Antispam: 1UD129KBjvJXoW7Aw47JFyUAFWxJryDWw1xXwb_yoW8Aw1Upr 9Y9F43Kr43KrWUKw1xKF47tr1Yq34FyryqgryUZw1Ikw4avrWxGrWayrWrWF17Zr97W398 tr4ft347Zry5Aa7anT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUvCb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_JFI_Gr1l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Gr0_Cr1l84ACjcxK6I8E87Iv67AKxVW8Jr0_Cr1UM28EF7xvwV C2z280aVCY1x0267AKxVW8Jr0_Cr1UM2vj62AExVA0xI801c8C04v26x02cVCv0xWle2I2 62IYc4CY6c8Ij28IcVAaY2xG8wASzI0EjI02j7AqF2xKxwAqx4xG64xvF2IEw4CE5I8CrV C2j2WlYx0E2Ix0cI8IcVAFwI0_Jrv_JF1lYx0Ex4A2jsIE14v26r1j6r4UMcvjeVCFs4IE 7xkEbVWUJVW8JwACjcxG0xvEwIxGrwCF04k20xvY0x0EwIxGrwCFx2IqxVCFs4IE7xkEbV WUJVW8JwC20s026c02F40E14v26r1j6r18MI8I3I0E7480Y4vE14v26r106r1rMI8E67AF 67kF1VAFwI0_Jrv_JF1lIxkGc2Ij64vIr41lIxAIcVC0I7IYx2IY67AKxVWUJVWUCwCI42 IY6xIIjxv20xvEc7CjxVAFwI0_Jr0_Gr1lIxAIcVCF04k26cxKx2IYs7xG6r1j6r1xMIIF 0xvEx4A2jsIE14v26r1j6r4UMIIF0xvEx4A2jsIEc7CjxVAFwI0_Jr0_GrUvcSsGvfC2Kf nxnUUI43ZEXa7IUepbytUUUUU== X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 75668-done Cc: 75668-done@debbugs.gnu.org, ashish.is@lostca.se X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain "ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * gnu/packages/file-systems.scm (snapper): Update to 0.12.1. > [#:phases]: 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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmeXAI0ACgkQO1qpk+Gi 3/D3zA/+KkgTGmCA/CUc/y1zqNg5F5iIjPY0MixK+3gjn4Gd0MfGZgsEKim9+e/X bnlUQJ4rOc2Q6YN0atYyYkWdY1ZyrrasT9K63HUpFNCVDsAcG1QkgjdBr6lqqcVv m3R1ZFXcq5SMIA8bxIps71o4hbTXTI86KsMxVoB2MaSd7dwiVzJqpEgWSLAtH/0q 3q3q+X71AbUU2Tv1PoKrtGr2ZuLF4mTti5CtQMxCDo1ZSSYGEaKoX5CIaY8t3A3Q pFHVeCaiwcgC3co8wR1P+lKSlBzMQb9sLMZ4Oj2BrOgXHKua79yiLI6cjqAY84jf JRhnJQGDmcJ4ZK8u0KeNIDV4nbCMGvx7ugCyhpy0/cto5CTMVgSqXx2CShN/0WUP oGrzI4/SO6vMsy0qxYd2HZDA4UpIyrn9I82aQJuzCWB97XI0uYuSOYCTnhO+C4/J b2ZGv9argblUGazJGhaHRYrbB1HDVPSQZLDkBK4ZY/zB1jbND9PSA0avjTl877Rb p0Emvq3Kb8KQXxqY7DlBGfs7wJj4OKDFXu7uiNAucRmaZ3VLn42jkuG/hLs7Xs3v IOemIwl7cEzG6OjTGEG0tGZNslcMcFVX0uvxHYUCeeITsPNJiwOhLV8wm/ic/Skx kR/jiHV2BMXxDfJ6rb21YrGX4WPyetQTKCxBi2c81UAvCkHLiG4= =tsS7 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1737949383-16716-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Jan 2025 10:24:36 +0000 Received: from localhost ([127.0.0.1]:44980 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tZSTr-0002sa-FA for submit@debbugs.gnu.org; Sun, 19 Jan 2025 05:24:35 -0500 Received: from lists.gnu.org ([2001:470:142::17]:54276) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tZSTp-0002rg-8O for submit@debbugs.gnu.org; Sun, 19 Jan 2025 05:24:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tZSTh-0000nD-2X for guix-patches@gnu.org; Sun, 19 Jan 2025 05:24:27 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tZSTf-0003D3-BM for guix-patches@gnu.org; Sun, 19 Jan 2025 05:24:24 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:d500:49cd:97bb:b99f:7a17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id AB08A13B8; Sun, 19 Jan 2025 10:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1737282258; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=8zMmkCup9fLt/59m1G+6FloD6dn06OGkebSL1DnQL2g=; b=qJTiOsdKkyjM79j6iUXOyhzMmQU5n04tTaR8JUlvVUNZLAch2UDK/9Z5nKKIx0/nxgBSFP MXaXNH9Xt4mFD6pnCCgk9fbZxBbL4W3lwPQNz/Q+EY/nlW/Bvl49EKcHlAXvqgbB0cw2SM QixsfoqQ2epuQxxemu9JZ47HFqKHWEI= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: snapper: Update to 0.12.1. Date: Sun, 19 Jan 2025 10:24:08 +0000 Message-ID: <2e8ee4ce4f54383b37633f27329d502c3dfe6bd2.1737282248.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) From: Ashish SHUKLA * gnu/packages/file-systems.scm (snapper): Update to 0.12.1. [#:phases]: 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 ------------=_1737949383-16716-1--