Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c5c959cc40 | |||
| d668ae85cd |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:729ad33b9c750a50d9c68e97b90499680a74afd1568d859c574c0fe56fe7947f
|
||||
size 88908
|
||||
3
libfaketime-0.9.12.tar.gz
Normal file
3
libfaketime-0.9.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fc32218697c052adcdc5ee395581f2554ca56d086ac817ced2be0d6f1f8a9fa
|
||||
size 94913
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 23 13:43:51 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.9.12
|
||||
* Fixed various cross-platform compile-time issues.
|
||||
* Honor nanosecond parameters/fields in relevant system calls.
|
||||
* Limited improvements to enhance compatibility with other
|
||||
LD_PRELOAD libraries.
|
||||
* Added selected more intercepted system calls.
|
||||
* Unset FAKETIME_SHARED automatically for child processes when
|
||||
enabling FAKETIME_FLSHM=1
|
||||
* Disable shared memory for child processes through
|
||||
FAKETIME_DISABLE_SHM=1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 26 14:18:26 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libfaketime
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libfaketime
|
||||
Version: 0.9.10
|
||||
Version: 0.9.12
|
||||
Release: 0
|
||||
Summary: FakeTime Preload Library
|
||||
License: GPL-2.0-only
|
||||
@@ -29,7 +29,7 @@ Source: https://github.com/wolfcw/libfaketime/archive/v%{version}.tar.gz
|
||||
report faked system time to programs without having to change the system-wide time
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} PREFIX=%{_prefix} LIBDIRNAME=/%{_lib}/%{name}
|
||||
|
||||
Reference in New Issue
Block a user