From: Kei Kebreau <kei@openmailbox.org>
To: ng0 <ng0@we.make.ritual.n0.is>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: dmidecode: Update to 3.0.
Date: Sun, 31 Jul 2016 17:24:23 -0400 [thread overview]
Message-ID: <87y44hijqw.fsf@openmailbox.org> (raw)
In-Reply-To: <877fc1woot.fsf@we.make.ritual.n0.is> (ng0@we.make.ritual.n0.is's message of "Sun, 31 Jul 2016 20:13:54 +0000")
[-- Attachment #1.1: Type: text/plain, Size: 2698 bytes --]
ng0 <ng0@we.make.ritual.n0.is> writes:
> Kei Kebreau <kei@openmailbox.org> writes:
>
>> ng0 <ng0@we.make.ritual.n0.is> writes:
>>
>>> Hi,
>>>
>>> Kei Kebreau <kei@openmailbox.org> writes:
>>>
>>>> A package for those who like to roam around the lower levels of their
>>>> machines. As soon as this package is verified to build successfully and
>>>> reproducibly on another user's machine, I can push it to the repos.
>
> snip
>
>> Wow! I must have misspelled dmidecode when I searched for it! Silly me. :-P
>>
>> I've attached a new patch. I don't know whether updating a version
>> number necessitates a copyright assignment, so I omitted it.
>
> Thanks. No problem. I can not review it (or at least not right now), but
> version bumps get copyright assignments too.
> I think I could review it on tuesday or tomorrow night. Could you send
> it as .patch in addition to inlined? I have not figured out how to
> extract inlined patches in notmuch yet.
>
Sure thing:
From 06770d6275aacdb0c5763bcc8aff4d27fe6ae2f5 Mon Sep 17 00:00:00 2001
From: Kei Kebreau <kei@openmailbox.org>
Date: Sun, 31 Jul 2016 17:15:25 -0400
Subject: [PATCH] gnu: dmidecode: Update to 3.0.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* gnu/packages/admin.scm (dmidecode): Update to 3.0.
[arguments]: Use ’modify-phases’ instead of ‘alist-delete’.
---
gnu/packages/admin.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 195959e..a80ee9d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -981,18 +981,18 @@ network, which causes enabled computers to power on.")
(define-public dmidecode
(package
(name "dmidecode")
- (version "2.12")
+ (version "3.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://savannah/dmidecode/dmidecode-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
(base32
- "122hgaw8mpqdfra159lfl6pyk3837giqx6vq42j64fjnbl2z6gwi"))))
+ "0iby0xfk5x3cdr0x0gxj5888jjyjhafvaq0l79civ73jjfqmphvy"))))
(build-system gnu-build-system)
(arguments
- '(#:phases (alist-delete 'configure %standard-phases)
+ '(#:phases (modify-phases %standard-phases (delete 'configure))
#:tests? #f ; no 'check' target
#:make-flags (list (string-append "prefix="
(assoc-ref %outputs "out")))))
--
2.9.2
[-- Attachment #1.2: 0001-gnu-dmidecode-Update-to-3.0.patch --]
[-- Type: text/plain, Size: 1699 bytes --]
From 06770d6275aacdb0c5763bcc8aff4d27fe6ae2f5 Mon Sep 17 00:00:00 2001
From: Kei Kebreau <kei@openmailbox.org>
Date: Sun, 31 Jul 2016 17:15:25 -0400
Subject: [PATCH] gnu: dmidecode: Update to 3.0.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* gnu/packages/admin.scm (dmidecode): Update to 3.0.
[arguments]: Use ’modify-phases’ instead of ‘alist-delete’.
---
gnu/packages/admin.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 195959e..a80ee9d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -981,18 +981,18 @@ network, which causes enabled computers to power on.")
(define-public dmidecode
(package
(name "dmidecode")
- (version "2.12")
+ (version "3.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://savannah/dmidecode/dmidecode-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
(base32
- "122hgaw8mpqdfra159lfl6pyk3837giqx6vq42j64fjnbl2z6gwi"))))
+ "0iby0xfk5x3cdr0x0gxj5888jjyjhafvaq0l79civ73jjfqmphvy"))))
(build-system gnu-build-system)
(arguments
- '(#:phases (alist-delete 'configure %standard-phases)
+ '(#:phases (modify-phases %standard-phases (delete 'configure))
#:tests? #f ; no 'check' target
#:make-flags (list (string-append "prefix="
(assoc-ref %outputs "out")))))
--
2.9.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
next prev parent reply other threads:[~2016-07-31 21:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-31 18:36 [PATCH] gnu: Add dmidecode Kei Kebreau
2016-07-31 19:29 ` ng0
2016-07-31 20:01 ` [PATCH] gnu: dmidecode: Update to 3.0. (was: Re: [PATCH] gnu: Add dmidecode.) Kei Kebreau
2016-07-31 20:12 ` [PATCH] gnu: dmidecode: Update to 3.0 Ludovic Courtès
2016-07-31 20:13 ` [PATCH] gnu: dmidecode: Update to 3.0. (was: Re: [PATCH] gnu: Add dmidecode.) ng0
2016-07-31 21:24 ` Kei Kebreau [this message]
2016-08-01 12:03 ` [PATCH] gnu: dmidecode: Update to 3.0 Ludovic Courtès
2016-08-01 13:02 ` ng0
2016-08-01 15:45 ` Kei Kebreau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y44hijqw.fsf@openmailbox.org \
--to=kei@openmailbox.org \
--cc=guix-devel@gnu.org \
--cc=ng0@we.make.ritual.n0.is \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.