unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42468] [PATCH] gnu: patchelf: Update to 0.11.
@ 2020-07-21 17:35 Michael Rohleder
  2020-07-21 21:30 ` bug#42468: " Marius Bakke
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Rohleder @ 2020-07-21 17:35 UTC (permalink / raw)
  To: 42468


[-- Attachment #1.1: [PATCH] gnu: patchelf: Update to 0.11. --]
[-- Type: text/x-patch, Size: 1477 bytes --]

From c2d4b9b77fcc131294e6c2433b706e8401f8cc32 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Tue, 21 Jul 2020 19:32:50 +0200
Subject: [PATCH] gnu: patchelf: Update to 0.11.

* gnu/packages/elf.scm (patchelf): Update to 0.11.
---
 gnu/packages/elf.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 3aabc6e927..48558d5f14 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Mark Wielaard <mark@klomp.org>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -214,7 +215,7 @@ static analysis of the ELF binaries at hand.")
 (define-public patchelf
   (package
     (name "patchelf")
-    (version "0.10")
+    (version "0.11")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -223,7 +224,7 @@ static analysis of the ELF binaries at hand.")
                    "/patchelf-" version ".tar.bz2"))
              (sha256
               (base32
-               "1wzwvnlyf853hw9zgqq5522bvf8gqadk8icgqa41a5n7593csw7n"))))
+               "16ms3ijcihb88j3x6cl8cbvhia72afmfcphczb9cfwr0gbc22chx"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-- 
2.27.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#42468: [PATCH] gnu: patchelf: Update to 0.11.
  2020-07-21 17:35 [bug#42468] [PATCH] gnu: patchelf: Update to 0.11 Michael Rohleder
@ 2020-07-21 21:30 ` Marius Bakke
  2020-07-21 23:44   ` [bug#42468] " Marius Bakke
  0 siblings, 1 reply; 5+ messages in thread
From: Marius Bakke @ 2020-07-21 21:30 UTC (permalink / raw)
  To: Michael Rohleder, 42468-done

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/elf.scm (patchelf): Update to 0.11.

Applied, thanks!

Btw, is your email signing key available somewhere?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#42468] [PATCH] gnu: patchelf: Update to 0.11.
  2020-07-21 21:30 ` bug#42468: " Marius Bakke
@ 2020-07-21 23:44   ` Marius Bakke
  2020-07-22  1:29     ` Michael Rohleder
  0 siblings, 1 reply; 5+ messages in thread
From: Marius Bakke @ 2020-07-21 23:44 UTC (permalink / raw)
  To: Michael Rohleder, 42468-done

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

Marius Bakke <marius@gnu.org> writes:

> Michael Rohleder <mike@rohleder.de> writes:
>
>> * gnu/packages/elf.scm (patchelf): Update to 0.11.
>
> Applied, thanks!

Uh, I did not realize patchelf had 700+ dependencies (because it is used
for GHC), so I reverted this on 'master' and applied it on 'staging'
instead.

You can check the amount of rebuilds a package change will cause with
'guix refresh -l patchelf'.  It's good practice to use --subject-prefix
with 'PATCH staging' or 'PATCH core-updates' when emailing patches to
prevent overworked reviewers from breaking master on your behalf.  ;-)

Sorry for the mishap!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#42468] [PATCH] gnu: patchelf: Update to 0.11.
  2020-07-21 23:44   ` [bug#42468] " Marius Bakke
@ 2020-07-22  1:29     ` Michael Rohleder
  2020-07-25 14:43       ` Marius Bakke
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Rohleder @ 2020-07-22  1:29 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 42468-done

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

Marius Bakke <marius@gnu.org> writes:
> Uh, I did not realize patchelf had 700+ dependencies (because it is used
> for GHC), so I reverted this on 'master' and applied it on 'staging'
> instead.
>
> You can check the amount of rebuilds a package change will cause with
> 'guix refresh -l patchelf'.  It's good practice to use --subject-prefix
> with 'PATCH staging' or 'PATCH core-updates' when emailing patches to
> prevent overworked reviewers from breaking master on your behalf.  ;-)
>
> Sorry for the mishap!
>

Uh, yes, sorry for your wasted time!

I checked the dependencies and wanted to send to staging, but before
sending I got distracted from realworld and then forgot the prefix in
the subject (and was offline till now)... Sorry! I have to be more
careful next time!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#42468] [PATCH] gnu: patchelf: Update to 0.11.
  2020-07-22  1:29     ` Michael Rohleder
@ 2020-07-25 14:43       ` Marius Bakke
  0 siblings, 0 replies; 5+ messages in thread
From: Marius Bakke @ 2020-07-25 14:43 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 42468-done

[-- Attachment #1: Type: text/plain, Size: 1103 bytes --]

Michael Rohleder <mike@rohleder.de> writes:

> Marius Bakke <marius@gnu.org> writes:
>> Uh, I did not realize patchelf had 700+ dependencies (because it is used
>> for GHC), so I reverted this on 'master' and applied it on 'staging'
>> instead.
>>
>> You can check the amount of rebuilds a package change will cause with
>> 'guix refresh -l patchelf'.  It's good practice to use --subject-prefix
>> with 'PATCH staging' or 'PATCH core-updates' when emailing patches to
>> prevent overworked reviewers from breaking master on your behalf.  ;-)
>>
>> Sorry for the mishap!
>>
>
> Uh, yes, sorry for your wasted time!
>
> I checked the dependencies and wanted to send to staging, but before
> sending I got distracted from realworld and then forgot the prefix in
> the subject (and was offline till now)... Sorry! I have to be more
> careful next time!

No worries, we don't really expect contributors to know about these
things.  Sorry if my comment sounded angry, it was late.  ;-)

You've been around a while now, consider applying for commit access so
you can break master all by yourself, by the way!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-25 14:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 17:35 [bug#42468] [PATCH] gnu: patchelf: Update to 0.11 Michael Rohleder
2020-07-21 21:30 ` bug#42468: " Marius Bakke
2020-07-21 23:44   ` [bug#42468] " Marius Bakke
2020-07-22  1:29     ` Michael Rohleder
2020-07-25 14:43       ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).