GNU bug report logs -
#54426
[PATCH] gnu: capstone: Update to latest stable release 4.0.2.
Previous Next
Reported by: Olivier Dion <olivier.dion <at> polymtl.ca>
Date: Wed, 16 Mar 2022 16:20:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <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 54426 in the body.
You can then email your comments to 54426 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54426
; Package
guix-patches
.
(Wed, 16 Mar 2022 16:20:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Olivier Dion <olivier.dion <at> polymtl.ca>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 16 Mar 2022 16:20:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/engineering.scm (capstone): Bump to 4.0.2.
---
gnu/packages/engineering.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index fd66f9ee19..eed6d69af9 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -28,6 +28,7 @@
;;; Copyright © 2021, 2022 Petr Hodina <phodina <at> protonmail.com>
;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
;;; Copyright © 2022 Evgeny Pisemsky <evgeny <at> pisemsky.com>
+;;; Copyright © 2022 Olivier Dion <olivier.dion <at> polymtl.ca>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1550,7 +1551,7 @@ (define-public adms
(define-public capstone
(package
(name "capstone")
- (version "3.0.5")
+ (version "4.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1559,7 +1560,7 @@ (define-public capstone
(file-name (git-file-name name version))
(sha256
(base32
- "0dgf82kxj4rs45d6s8sr984c38sll1n5scpypjlyh21gh2yl4qfw"))))
+ "0y5g74yjyliciawpn16zhdwya7bd3d7b1cccpcccc2wg8vni1k2w"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f
--
2.34.0
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Fri, 18 Mar 2022 05:51:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Olivier Dion <olivier.dion <at> polymtl.ca>
:
bug acknowledged by developer.
(Fri, 18 Mar 2022 05:51:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 54426-done <at> debbugs.gnu.org (full text, mbox):
Hello!
Olivier Dion <olivier.dion <at> polymtl.ca> writes:
> * gnu/packages/engineering.scm (capstone): Bump to 4.0.2.
Tip: you can add the yasnippet snippets found under
etc/snippets from your checkout, then at the commit message buffer you
type 'update...' TAB and voila :-). This ensures a very rigid commit
message format, useful to grep it logs, for example.
> gnu/packages/engineering.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
> index fd66f9ee19..eed6d69af9 100644
> --- a/gnu/packages/engineering.scm
> +++ b/gnu/packages/engineering.scm
> @@ -28,6 +28,7 @@
> ;;; Copyright © 2021, 2022 Petr Hodina <phodina <at> protonmail.com>
> ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
> ;;; Copyright © 2022 Evgeny Pisemsky <evgeny <at> pisemsky.com>
> +;;; Copyright © 2022 Olivier Dion <olivier.dion <at> polymtl.ca>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -1550,7 +1551,7 @@ (define-public adms
> (define-public capstone
> (package
> (name "capstone")
> - (version "3.0.5")
> + (version "4.0.2")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -1559,7 +1560,7 @@ (define-public capstone
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0dgf82kxj4rs45d6s8sr984c38sll1n5scpypjlyh21gh2yl4qfw"))))
> + "0y5g74yjyliciawpn16zhdwya7bd3d7b1cccpcccc2wg8vni1k2w"))))
> (build-system gnu-build-system)
> (arguments
> `(#:tests? #f
I've adjusted the home page and repo URL since 'guix lint' mentioned it
had been permanently redirected, removed the trailing #t at the end of a
phase (these are no longer needed) and pushed as
ba15abc0083eb614d3396e603916790b0c7f236f.
Thank you!
Closing.
Maxim
Information forwarded
to
guix-patches <at> gnu.org
:
bug#54426
; Package
guix-patches
.
(Fri, 18 Mar 2022 14:38:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 54426-done <at> debbugs.gnu.org (full text, mbox):
On Fri, 18 Mar 2022, Maxim Cournoyer <maxim.cournoyer <at> gmail.com> wrote:
>> * gnu/packages/engineering.scm (capstone): Bump to 4.0.2.
>
> Tip: you can add the yasnippet snippets found under
> etc/snippets from your checkout, then at the commit message buffer you
> type 'update...' TAB and voila :-). This ensures a very rigid commit
> message format, useful to grep it logs, for example.
Thanks for the tip Maxim!
--
Olivier Dion
Polymtl
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 16 Apr 2022 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 65 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.