GNU bug report logs -
#71582
[PATCH] gnu: fio: Update to 3.37.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71582 in the body.
You can then email your comments to 71582 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#71582
; Package
guix-patches
.
(Sat, 15 Jun 2024 21:55:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vincent Legoll <vincent.legoll <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 15 Jun 2024 21:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/benchmark.scm (fio): Update to 3.37.
---
gnu/packages/benchmark.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 24d7c0843d..bfc70c5d3d 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -79,14 +79,14 @@ (define gcc-toolchain*
(define-public fio
(package
(name "fio")
- (version "3.36")
+ (version "3.37")
(source (origin
(method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
- "0ppg2rn57diz2mvbbps4cjxd903zn380hdkdsrbzal4l513w32h0"))))
+ "09w35mpkrlxjy506bhifq7akc7mid9q92jkqgqwgf1ya95jzvw48"))))
(build-system gnu-build-system)
(arguments
(list #:modules
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71582
; Package
guix-patches
.
(Sat, 15 Jun 2024 22:41:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71582 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/benchmark.scm (fio): Update to 3.37.
---
gnu/packages/benchmark.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 24d7c0843d..faf517b7b3 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2019 Eric Bavier <bavier <at> member.fsf.org>
;;; Copyright © 2019 Gábor Boskovits <boskovits <at> gmail.com>
;;; Copyright © 2019, 2021 Ludovic Courtès <ludo <at> gnu.org>
-;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
+;;; Copyright © 2020, 2024 Vincent Legoll <vincent.legoll <at> gmail.com>
;;; Copyright © 2020 malte Frank Gerdes <malte.f.gerdes <at> gmail.com>
;;; Copyright © 2020, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2020 Greg Hogan <code <at> greghogan.com>
@@ -79,14 +79,14 @@ (define gcc-toolchain*
(define-public fio
(package
(name "fio")
- (version "3.36")
+ (version "3.37")
(source (origin
(method url-fetch)
(uri (string-append "https://brick.kernel.dk/snaps/"
"fio-" version ".tar.bz2"))
(sha256
(base32
- "0ppg2rn57diz2mvbbps4cjxd903zn380hdkdsrbzal4l513w32h0"))))
+ "09w35mpkrlxjy506bhifq7akc7mid9q92jkqgqwgf1ya95jzvw48"))))
(build-system gnu-build-system)
(arguments
(list #:modules
--
2.45.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71582
; Package
guix-patches
.
(Mon, 17 Jun 2024 19:34:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 71582 <at> debbugs.gnu.org (full text, mbox):
I tested it by running a few IO benchmarks in a VM, without problems
--
Vincent Legoll
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Mon, 24 Jun 2024 02:12:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vincent Legoll <vincent.legoll <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 24 Jun 2024 02:12:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 71582-done <at> debbugs.gnu.org (full text, mbox):
Hi Vincent,
Vincent Legoll <vincent.legoll <at> gmail.com> writes:
> * gnu/packages/benchmark.scm (fio): Update to 3.37.
> ---
> gnu/packages/benchmark.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
> index 24d7c0843d..faf517b7b3 100644
> --- a/gnu/packages/benchmark.scm
> +++ b/gnu/packages/benchmark.scm
> @@ -6,7 +6,7 @@
> ;;; Copyright © 2019 Eric Bavier <bavier <at> member.fsf.org>
> ;;; Copyright © 2019 Gábor Boskovits <boskovits <at> gmail.com>
> ;;; Copyright © 2019, 2021 Ludovic Courtès <ludo <at> gnu.org>
> -;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
> +;;; Copyright © 2020, 2024 Vincent Legoll <vincent.legoll <at> gmail.com>
Trivial changes of < 15 lines of code are thought not copyright-able, so
I've dropped this hunk.
> ;;; Copyright © 2020 malte Frank Gerdes <malte.f.gerdes <at> gmail.com>
> ;;; Copyright © 2020, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
> ;;; Copyright © 2020 Greg Hogan <code <at> greghogan.com>
> @@ -79,14 +79,14 @@ (define gcc-toolchain*
> (define-public fio
> (package
> (name "fio")
> - (version "3.36")
> + (version "3.37")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://brick.kernel.dk/snaps/"
> "fio-" version ".tar.bz2"))
> (sha256
> (base32
> - "0ppg2rn57diz2mvbbps4cjxd903zn380hdkdsrbzal4l513w32h0"))))
> + "09w35mpkrlxjy506bhifq7akc7mid9q92jkqgqwgf1ya95jzvw48"))))
> (build-system gnu-build-system)
> (arguments
> (list #:modules
Applied!
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 22 Jul 2024 11:24:29 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 27 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.