[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/33: gnu: libfaketime: Update to 0.9.9.
From: |
guix-commits |
Subject: |
19/33: gnu: libfaketime: Update to 0.9.9. |
Date: |
Sun, 9 May 2021 17:50:13 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 09ee1a611619b3678b392a293a924ae77933eb98
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 9 11:31:54 2021 +0200
gnu: libfaketime: Update to 0.9.9.
* gnu/packages/check.scm (libfaketime): Update to 0.9.9.
[arguments]: Use CC-FOR-TARGET. Remove obsolete compiler flag and trailing
#t's.
---
gnu/packages/check.scm | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index a35f29a..ce63fa2 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2654,7 +2654,7 @@ portable to just about any platform.")
(define-public libfaketime
(package
(name "libfaketime")
- (version "0.9.8")
+ (version "0.9.9")
(home-page "https://github.com/wolfcw/libfaketime")
(source (origin
(method git-fetch)
@@ -2663,32 +2663,24 @@ portable to just about any platform.")
(commit (string-append "v" version))))
(sha256
(base32
- "1mfdl82ppgbdvy1ny8mb7xii7p0g7awvn4bn36jb8v4r545slmjc"))
+ "1gi1xciqga5hl2xlk7rc3j8wy47ag97pi7ngmdl6ny1d11b2wn1z"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
- '(#:phases (modify-phases %standard-phases
+ `(#:phases (modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
- (setenv "CC" "gcc")
+ (setenv "CC" ,(cc-for-target))
(setenv "PREFIX" out)
;; XXX: Without this flag, the CLOCK_REALTIME test
hangs
;; indefinitely. See README.packagers for more
information.
- ;; Try removing this for future versions of
libfaketime.
- (setenv "FAKETIME_COMPILE_CFLAGS"
"-DFORCE_MONOTONIC_FIX")
-
- #t)))
+ (setenv "FAKETIME_COMPILE_CFLAGS"
"-DFORCE_MONOTONIC_FIX"))))
(add-before 'check 'pre-check
(lambda _
(substitute* "test/functests/test_exclude_mono.sh"
- (("/bin/bash") (which "bash")))
-
- ;; Do not fail due to use of 'ftime', which was
deprecated in
- ;; glibc 2.31. Remove this for later versions of
libfaketime.
- (setenv "FAKETIME_COMPILE_CFLAGS"
"-Wno-deprecated-declarations")
- #t)))
+ (("/bin/bash") (which "bash"))))))
#:test-target "test"))
(native-inputs
`(("perl" ,perl))) ;for tests
- 08/33: gnu: OpenLDAP: Remove replacement package., (continued)
- 08/33: gnu: OpenLDAP: Remove replacement package., guix-commits, 2021/05/09
- 09/33: gnu: PostgreSQL: Remove replacement package., guix-commits, 2021/05/09
- 17/33: gnu: perl: Update to 5.32.1., guix-commits, 2021/05/09
- 24/33: gnu: expat: Update to 2.3.0., guix-commits, 2021/05/09
- 18/33: gnu: linux-libre-headers: Update to 5.10.35., guix-commits, 2021/05/09
- 21/33: gnu: mit-krb5: Update to 1.19.1., guix-commits, 2021/05/09
- 28/33: gnu: libcap: Update to 2.49., guix-commits, 2021/05/09
- 29/33: gnu: kmod: Update to 28., guix-commits, 2021/05/09
- 15/33: gnu: bash: Update to 5.1.8., guix-commits, 2021/05/09
- 16/33: gnu: bison: Update to 3.7.6., guix-commits, 2021/05/09
- 19/33: gnu: libfaketime: Update to 0.9.9.,
guix-commits <=
- 20/33: gnu: icu4c: Update to 69.1., guix-commits, 2021/05/09
- 22/33: gnu: sqlite: Update to 3.35.5., guix-commits, 2021/05/09
- 23/33: gnu: util-linux: Update to 2.36.2., guix-commits, 2021/05/09
- 25/33: gnu: libgpg-error: Update to 1.42., guix-commits, 2021/05/09
- 26/33: gnu: libassuan: Update to 2.5.5., guix-commits, 2021/05/09
- 27/33: gnu: libksba: Update to 1.5.1., guix-commits, 2021/05/09
- 30/33: gnu: nghttp2: Update to 1.43.0., guix-commits, 2021/05/09
- 31/33: gnu: CMake: Update to 3.20.2., guix-commits, 2021/05/09
- 33/33: gnu: ghostscript: Update to 9.54.0., guix-commits, 2021/05/09
- 32/33: gnu: RHash: Update to 1.4.1., guix-commits, 2021/05/09