2 Commits

Author SHA256 Message Date
c5c959cc40 Accepting request 1319533 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1319533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfaketime?expand=0&rev=7
2025-11-24 13:12:13 +00:00
d668ae85cd - 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

OBS-URL: https://build.opensuse.org/package/show/devel:tools/libfaketime?expand=0&rev=16
2025-11-23 14:13:12 +00:00
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:729ad33b9c750a50d9c68e97b90499680a74afd1568d859c574c0fe56fe7947f
size 88908

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4fc32218697c052adcdc5ee395581f2554ca56d086ac817ced2be0d6f1f8a9fa
size 94913

View File

@@ -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>

View File

@@ -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}