GNU bug report logs - #66954
[PATCH 1/2] gnu: rust-cpufeatures-0.2: Update to 0.2.11.

Previous Next

Package: guix-patches;

Reported by: VÖRÖSKŐI András <voroskoi <at> gmail.com>

Date: Sun, 5 Nov 2023 16:30:02 UTC

Severity: normal

Tags: patch

Done: András Vöröskői <voroskoi <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 66954 in the body.
You can then email your comments to 66954 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#66954; Package guix-patches. (Sun, 05 Nov 2023 16:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to VÖRÖSKŐI András <voroskoi <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 05 Nov 2023 16:30:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: VÖRÖSKŐI András <voroskoi <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: VÖRÖSKŐI András <voroskoi <at> gmail.com>
Subject: [PATCH 1/2] gnu: rust-cpufeatures-0.2: Update to 0.2.11.
Date: Sun,  5 Nov 2023 17:25:33 +0100
* gnu/packages/crates-io.scm (rust-cpufeatures-0.2): Update to 0.2.11.
* use the already packaged rust-libc version

Change-Id: Id1da527ab89b28b1a8f71a28bedd97e33d42abbb
---
 gnu/packages/crates-io.scm | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d42ff60a20..747561564d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16273,16 +16273,24 @@ (define-public rust-cpp-demangle-0.3
 (define-public rust-cpufeatures-0.2
   (package
     (name "rust-cpufeatures")
-    (version "0.2.1")
+    (version "0.2.11")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "cpufeatures" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0sgllzsvs8hinylaiigmd9c908gd8wclxnqz8dinpxbdyql981cm"))))
+        (base32 "1l0gzsyy576n017g9bf0vkv5hhg9cpz1h1libxyfdlzcgbh0yhnf"))))
     (build-system cargo-build-system)
-    (arguments `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
+    (arguments `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))
+                 #:phases
+                 (modify-phases %standard-phases
+                   (add-after 'unpack 'fix-version-requirements
+                     (lambda _
+                       (substitute* "Cargo.toml"
+                         (("0.2.149")
+                          ,(package-version rust-libc-0.2)))
+                       #t)))))
     (home-page "https://github.com/RustCrypto/utils")
     (synopsis "Alternative to the @code{is_x86_feature_detected!} macro")
     (description

base-commit: 175532b749df65519d10699d49cc8b65b14a1f96
-- 
2.41.0





bug closed, send any further explanations to 66954 <at> debbugs.gnu.org and VÖRÖSKŐI András <voroskoi <at> gmail.com> Request was from András Vöröskői <voroskoi <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 09 Nov 2023 15:40:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 08 Dec 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 153 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.